#B969FB

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

Shades of Heliotrope #B969FB

Tints of Heliotrope #B969FB

Color information

#B969FB (or 0xB969FB) is unknown color: approx Heliotrope. HEX triplet: B9, 69 and FB. RGB value is (185,105,251). Sum of RGB (Red+Green+Blue) = 185+105+251=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #B969FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969FB is #469604. Grayscale: #919191. Windows color (decimal): -4625925 or 16476601. OLE color: 16476601.

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

Color convert

RGB185105251-
CMYK0.260.5800.02
HSL272.88º94.81%69.8%-
HSV(B)272.88º58.17%98.43%-
XYZ42.4727.3894.31-
YUV145.56187.5156.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 105 (41.41% from 255) = 19.41%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=34.20%
G=19.41%
B=46.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851052510.260.5800.02272.8894.8169.8
HexB969FB1A3A021115f46
Octal271151373327202421137106
Binary101110011101001111110111101011101001010001000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969FB; }

 p { color: rgb(185,105,251); }

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

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

 a { background-color: rgb(185,105,251); }

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

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

 span { border-color: rgb(185,105,251); }

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