#B96FF6

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

Shades of Heliotrope #B96FF6

Tints of Heliotrope #B96FF6

Color information

#B96FF6 (or 0xB96FF6) is unknown color: approx Heliotrope. HEX triplet: B9, 6F and F6. RGB value is (185,111,246). Sum of RGB (Red+Green+Blue) = 185+111+246=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #B96FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FF6 is #469009. Grayscale: #949494. Windows color (decimal): -4624394 or 16150457. OLE color: 16150457.

HSL color Cylindrical-coordinate representation of color #B96FF6: hue angle of 272.89º degrees, saturation: 0.88, 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 #B96FF6 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185111246-
CMYK0.250.5500.04
HSL272.89º88.24%70%-
HSV(B)272.89º54.88%96.47%-
XYZ42.3328.3490.43-
YUV148.52183.02154.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 111 (43.75% from 255) = 20.48%
BLUE value IS 246 (96.48% from 255) = 45.39%
R=34.13%
G=20.48%
B=45.39%

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
Decimal1851112460.250.5500.04272.8988.2470
HexB96FF61937041115846
Octal271157366316704421130106
Binary1011100111011111111011011001110111010010001000110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FF6; }

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

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

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

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

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

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

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

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