#B96FF9

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

Shades of Heliotrope #B96FF9

Tints of Heliotrope #B96FF9

Color information

#B96FF9 (or 0xB96FF9) is unknown color: approx Heliotrope. HEX triplet: B9, 6F and F9. RGB value is (185,111,249). Sum of RGB (Red+Green+Blue) = 185+111+249=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #B96FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FF9 is #469006. Grayscale: #949494. Windows color (decimal): -4624391 or 16347065. OLE color: 16347065.

HSL color Cylindrical-coordinate representation of color #B96FF9: hue angle of 272.17º 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 #B96FF9 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185111249-
CMYK0.260.5500.02
HSL272.17º92%70.59%-
HSV(B)272.17º55.42%97.65%-
XYZ42.7928.5292.87-
YUV148.86184.52153.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=33.94%
G=20.37%
B=45.69%

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
Decimal1851112490.260.5500.02272.179270.59
HexB96FF91A37021105c47
Octal271157371326702420134107
Binary101110011101111111110011101011011101010001000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FF9; }

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

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

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

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

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

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

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

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