#B966F9

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

Shades of Heliotrope #B966F9

Tints of Heliotrope #B966F9

Color information

#B966F9 (or 0xB966F9) is unknown color: approx Heliotrope. HEX triplet: B9, 66 and F9. RGB value is (185,102,249). Sum of RGB (Red+Green+Blue) = 185+102+249=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #B966F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966F9 is #469906. Grayscale: #8F8F8F. Windows color (decimal): -4626695 or 16344761. OLE color: 16344761.

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

Color convert

RGB185102249-
CMYK0.260.5900.02
HSL273.88º92.45%68.82%-
HSV(B)273.88º59.04%97.65%-
XYZ41.8626.6692.56-
YUV143.57187.5157.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 102 (40.23% from 255) = 19.03%
BLUE value IS 249 (97.66% from 255) = 46.46%
R=34.51%
G=19.03%
B=46.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851022490.260.5900.02273.8892.4568.82
HexB966F91A3B021125c45
Octal271146371327302422134105
Binary101110011100110111110011101011101101010001001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B966F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B966F9; }

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

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

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

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

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

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

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

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