#B96DF9

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

Shades of Heliotrope #B96DF9

Tints of Heliotrope #B96DF9

Color information

#B96DF9 (or 0xB96DF9) is unknown color: approx Heliotrope. HEX triplet: B9, 6D and F9. RGB value is (185,109,249). Sum of RGB (Red+Green+Blue) = 185+109+249=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #B96DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DF9 is #469206. Grayscale: #939393. Windows color (decimal): -4624903 or 16346553. OLE color: 16346553.

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

Color convert

RGB185109249-
CMYK0.260.5600.02
HSL272.57º92.11%70.2%-
HSV(B)272.57º56.22%97.65%-
XYZ42.5828.0992.8-
YUV147.68185.18154.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 109 (42.97% from 255) = 20.07%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=34.07%
G=20.07%
B=45.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851092490.260.5600.02272.5792.1170.2
HexB96DF91A38021115c46
Octal271155371327002421134106
Binary101110011101101111110011101011100001010001000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96DF9; }

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

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

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

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

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

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

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

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