#B86FF4

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

Shades of Heliotrope #B86FF4

Tints of Heliotrope #B86FF4

Color information

#B86FF4 (or 0xB86FF4) is unknown color: approx Heliotrope. HEX triplet: B8, 6F and F4. RGB value is (184,111,244). Sum of RGB (Red+Green+Blue) = 184+111+244=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #B86FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FF4 is #47900B. Grayscale: #939393. Windows color (decimal): -4689932 or 16019384. OLE color: 16019384.

HSL color Cylindrical-coordinate representation of color #B86FF4: hue angle of 272.93º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86FF4 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184111244-
CMYK0.250.5500.04
HSL272.93º85.81%69.61%-
HSV(B)272.93º54.51%95.69%-
XYZ41.7828.0988.81-
YUV147.99182.18153.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 111 (43.75% from 255) = 20.59%
BLUE value IS 244 (95.70% from 255) = 45.27%
R=34.14%
G=20.59%
B=45.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1841112440.250.5500.04272.9385.8169.61
HexB86FF41937041115646
Octal270157364316704421126106
Binary1011100011011111111010011001110111010010001000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FF4; }

 p { color: rgb(184,111,244); }

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

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

 a { background-color: rgb(184,111,244); }

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

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

 span { border-color: rgb(184,111,244); }

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