#BB66F6

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

Shades of Heliotrope #BB66F6

Tints of Heliotrope #BB66F6

Color information

#BB66F6 (or 0xBB66F6) is unknown color: approx Heliotrope. HEX triplet: BB, 66 and F6. RGB value is (187,102,246). Sum of RGB (Red+Green+Blue) = 187+102+246=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB66F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66F6 is #449909. Grayscale: #8F8F8F. Windows color (decimal): -4495626 or 16148155. OLE color: 16148155.

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

Color convert

RGB187102246-
CMYK0.240.5900.04
HSL275.42º88.89%68.24%-
HSV(B)275.42º58.54%96.47%-
XYZ41.8826.7290.14-
YUV143.83185.66158.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 102 (40.23% from 255) = 19.07%
BLUE value IS 246 (96.48% from 255) = 45.98%
R=34.95%
G=19.07%
B=45.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871022460.240.5900.04275.4288.8968.24
HexBB66F6183B041135944
Octal273146366307304423131104
Binary1011101111001101111011011000111011010010001001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB66F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB66F6; }

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

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

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

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

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

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

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

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