#BB66FF

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

Shades of Heliotrope #BB66FF

Tints of Heliotrope #BB66FF

Color information

#BB66FF (or 0xBB66FF) is unknown color: approx Heliotrope. HEX triplet: BB, 66 and FF. RGB value is (187,102,255). Sum of RGB (Red+Green+Blue) = 187+102+255=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66FF is #449900. Grayscale: #909090. Windows color (decimal): -4495617 or 16737979. OLE color: 16737979.

HSL color Cylindrical-coordinate representation of color #BB66FF: hue angle of 273.33º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB66FF is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187102255-
CMYK0.270.600
HSL273.33º100%70%-
HSV(B)273.33º60%100%-
XYZ43.2927.2997.59-
YUV144.86190.16158.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 102 (40.23% from 255) = 18.75%
BLUE value IS 255 (100% from 255) = 46.88%
R=34.38%
G=18.75%
B=46.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871022550.270.600273.3310070
HexBB66FF1B3C001116446
Octal273146377337400421144106
Binary10111011110011011111111110111111000010001000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB66FF; }

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

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

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

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

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

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

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

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