#BB5599

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

Shades of Mulberry #BB5599

Tints of Mulberry #BB5599

Color information

#BB5599 (or 0xBB5599) is unknown color: approx Mulberry. HEX triplet: BB, 55 and 99. RGB value is (187,85,153). Sum of RGB (Red+Green+Blue) = 187+85+153=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5599 is #44AA66. Grayscale: #7B7B7B. Windows color (decimal): -4500071 or 10048955. OLE color: 10048955.

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

Color convert

RGB18785153-
CMYK00.550.180.27
HSL320º42.86%53.33%-
HSV(B)320º54.55%73.33%-
XYZ29.4919.3632.32-
YUV123.25144.79173.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 153 (60.16% from 255) = 36%
R=44%
G=20%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878515300.550.180.2732042.8653.33
HexBB5599037121B1402b35
Octal27312523106722335005365
Binary1011101110101011001100101101111001011011101000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5599; }

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

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

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

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

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

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

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

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