#B86FF9

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

Shades of Heliotrope #B86FF9

Tints of Heliotrope #B86FF9

Color information

#B86FF9 (or 0xB86FF9) is unknown color: approx Heliotrope. HEX triplet: B8, 6F and F9. RGB value is (184,111,249). Sum of RGB (Red+Green+Blue) = 184+111+249=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #B86FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FF9 is #479006. Grayscale: #949494. Windows color (decimal): -4689927 or 16347064. OLE color: 16347064.

HSL color Cylindrical-coordinate representation of color #B86FF9: hue angle of 271.74º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86FF9 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184111249-
CMYK0.260.5500.02
HSL271.74º92%70.59%-
HSV(B)271.74º55.42%97.65%-
XYZ42.5528.492.86-
YUV148.56184.68153.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 111 (43.75% from 255) = 20.40%
BLUE value IS 249 (97.66% from 255) = 45.77%
R=33.82%
G=20.40%
B=45.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841112490.260.5500.02271.749270.59
HexB86FF91A37021105c47
Octal270157371326702420134107
Binary101110001101111111110011101011011101010001000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FF9; }

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

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

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

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

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

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

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

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