#B870FE

Color #B870FE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #B870FE

Tints of Heliotrope #B870FE

Color information

#B870FE (or 0xB870FE) is unknown color: approx Heliotrope. HEX triplet: B8, 70 and FE. RGB value is (184,112,254). Sum of RGB (Red+Green+Blue) = 184+112+254=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #B870FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B870FE is #478F01. Grayscale: #959595. Windows color (decimal): -4689666 or 16675000. OLE color: 16675000.

HSL color Cylindrical-coordinate representation of color #B870FE: hue angle of 270.42º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B870FE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184112254-
CMYK0.280.5600.00
HSL270.42º98.61%71.76%-
HSV(B)270.42º55.91%99.61%-
XYZ43.4528.9397.06-
YUV149.72186.85152.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 33.45%
GREEN value IS 112 (44.14% from 255) = 20.36%
BLUE value IS 254 (99.61% from 255) = 46.18%
R=33.45%
G=20.36%
B=46.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841122540.280.5600.00270.4298.6171.76
HexB870FE1C380010e6348
Octal270160376347000416143110
Binary10111000111000011111110111001110000010000111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B870FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B870FE; }

 p { color: rgb(184,112,254); }

 H1.HeaderClassName
 {
   color: #B870FE;
 }
 .AnyTagClassName
 {
   color: #B870FE;
 }
</style>
background-color css

<style>
 a { background-color: #B870FE; }

 a { background-color: rgb(184,112,254); }

 div.DivClassName
 {
   background-color: #B870FE;
 }
 .BgClassName
 {
   background-color: #B870FE;
 }
</style>
border-color css

<style>
 span { border-color: #B870FE; }

 span { border-color: rgb(184,112,254); }

 td.TdClassName
 {
   border-color: #B870FE;
 }
 .TagClassName
 {
   border-color: #B870FE;
 }
</style>