#B96CF9

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

Shades of Heliotrope #B96CF9

Tints of Heliotrope #B96CF9

Color information

#B96CF9 (or 0xB96CF9) is unknown color: approx Heliotrope. HEX triplet: B9, 6C and F9. RGB value is (185,108,249). Sum of RGB (Red+Green+Blue) = 185+108+249=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #B96CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96CF9 is #469306. Grayscale: #929292. Windows color (decimal): -4625159 or 16346297. OLE color: 16346297.

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

Color convert

RGB185108249-
CMYK0.260.5700.02
HSL272.77º92.16%70%-
HSV(B)272.77º56.63%97.65%-
XYZ42.4727.8892.77-
YUV147.1185.51155.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 108 (42.58% from 255) = 19.93%
BLUE value IS 249 (97.66% from 255) = 45.94%
R=34.13%
G=19.93%
B=45.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851082490.260.5700.02272.7792.1670
HexB96CF91A39021115c46
Octal271154371327102421134106
Binary101110011101100111110011101011100101010001000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96CF9; }

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

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

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

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

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

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

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

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