#BB6599

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

Shades of Hopbush #BB6599

Tints of Hopbush #BB6599

Color information

#BB6599 (or 0xBB6599) is unknown color: approx Hopbush. HEX triplet: BB, 65 and 99. RGB value is (187,101,153). Sum of RGB (Red+Green+Blue) = 187+101+153=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6599 is #449A66. Grayscale: #848484. Windows color (decimal): -4495975 or 10053051. OLE color: 10053051.

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

Color convert

RGB187101153-
CMYK00.460.180.27
HSL323.72º38.74%56.47%-
HSV(B)323.72º45.99%73.33%-
XYZ30.922.1732.79-
YUV132.64139.49166.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 153 (60.16% from 255) = 34.69%
R=42.40%
G=22.90%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710115300.460.180.27323.7238.7456.47
HexBB659902E121B1442738
Octal27314523105622335044770
Binary1011101111001011001100101011101001011011101000100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6599; }

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

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

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

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

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

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

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

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