#BB66FB

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

Shades of Heliotrope #BB66FB

Tints of Heliotrope #BB66FB

Color information

#BB66FB (or 0xBB66FB) is unknown color: approx Heliotrope. HEX triplet: BB, 66 and FB. RGB value is (187,102,251). Sum of RGB (Red+Green+Blue) = 187+102+251=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB66FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66FB is #449904. Grayscale: #8F8F8F. Windows color (decimal): -4495621 or 16475835. OLE color: 16475835.

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

Color convert

RGB187102251-
CMYK0.250.5900.02
HSL274.23º94.9%69.22%-
HSV(B)274.23º59.36%98.43%-
XYZ42.6627.0394.24-
YUV144.4188.16158.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 102 (40.23% from 255) = 18.89%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=34.63%
G=18.89%
B=46.48%

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
Decimal1871022510.250.5900.02274.2394.969.22
HexBB66FB193B021125f45
Octal273146373317302422137105
Binary101110111100110111110111100111101101010001001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB66FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB66FB; }

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

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

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

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

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

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

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

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