#BB66F9

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

Shades of Heliotrope #BB66F9

Tints of Heliotrope #BB66F9

Color information

#BB66F9 (or 0xBB66F9) is unknown color: approx Heliotrope. HEX triplet: BB, 66 and F9. RGB value is (187,102,249). Sum of RGB (Red+Green+Blue) = 187+102+249=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB66F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66F9 is #449906. Grayscale: #8F8F8F. Windows color (decimal): -4495623 or 16344763. OLE color: 16344763.

HSL color Cylindrical-coordinate representation of color #BB66F9: hue angle of 274.69º 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 #BB66F9 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187102249-
CMYK0.250.5900.02
HSL274.69º92.45%68.82%-
HSV(B)274.69º59.04%97.65%-
XYZ42.3426.9192.58-
YUV144.17187.16158.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 102 (40.23% from 255) = 18.96%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=34.76%
G=18.96%
B=46.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871022490.250.5900.02274.6992.4568.82
HexBB66F9193B021135c45
Octal273146371317302423134105
Binary101110111100110111110011100111101101010001001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB66F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB66F9; }

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

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

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

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

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

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

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

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