#BB6699

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

Shades of Hopbush #BB6699

Tints of Hopbush #BB6699

Color information

#BB6699 (or 0xBB6699) is unknown color: approx Hopbush. HEX triplet: BB, 66 and 99. RGB value is (187,102,153). Sum of RGB (Red+Green+Blue) = 187+102+153=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6699 is #449966. Grayscale: #858585. Windows color (decimal): -4495719 or 10053307. OLE color: 10053307.

HSL color Cylindrical-coordinate representation of color #BB6699: hue angle of 324º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6699 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187102153-
CMYK00.450.180.27
HSL324º38.46%56.67%-
HSV(B)324º45.45%73.33%-
XYZ30.9922.3732.82-
YUV133.23139.16166.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=42.31%
G=23.08%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710215300.450.180.2732438.4656.67
HexBB669902D121B1442639
Octal27314623105522335044671
Binary1011101111001101001100101011011001011011101000100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6699; }

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

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

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

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

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

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

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

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