#BB76F6

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

Shades of Heliotrope #BB76F6

Tints of Heliotrope #BB76F6

Color information

#BB76F6 (or 0xBB76F6) is unknown color: approx Heliotrope. HEX triplet: BB, 76 and F6. RGB value is (187,118,246). Sum of RGB (Red+Green+Blue) = 187+118+246=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB76F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB76F6 is #448909. Grayscale: #989898. Windows color (decimal): -4491530 or 16152251. OLE color: 16152251.

HSL color Cylindrical-coordinate representation of color #BB76F6: hue angle of 272.34º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB76F6 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187118246-
CMYK0.240.5200.04
HSL272.34º87.67%71.37%-
HSV(B)272.34º52.03%96.47%-
XYZ43.6130.1890.71-
YUV153.22180.36152.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 118 (46.48% from 255) = 21.42%
BLUE value IS 246 (96.48% from 255) = 44.65%
R=33.94%
G=21.42%
B=44.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871182460.240.5200.04272.3487.6771.37
HexBB76F61834041105847
Octal273166366306404420130107
Binary1011101111101101111011011000110100010010001000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76F6; }

 p { color: rgb(187,118,246); }

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

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

 a { background-color: rgb(187,118,246); }

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

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

 span { border-color: rgb(187,118,246); }

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