#BB5499

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

Shades of Mulberry #BB5499

Tints of Mulberry #BB5499

Color information

#BB5499 (or 0xBB5499) is unknown color: approx Mulberry. HEX triplet: BB, 54 and 99. RGB value is (187,84,153). Sum of RGB (Red+Green+Blue) = 187+84+153=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5499 is #44AB66. Grayscale: #7A7A7A. Windows color (decimal): -4500327 or 10048699. OLE color: 10048699.

HSL color Cylindrical-coordinate representation of color #BB5499: hue angle of 319.81º 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 #BB5499 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18784153-
CMYK00.550.180.27
HSL319.81º43.1%53.14%-
HSV(B)319.81º55.08%73.33%-
XYZ29.4119.2132.29-
YUV122.66145.12173.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=44.10%
G=19.81%
B=36.08%

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
Decimal1878415300.550.180.27319.8143.153.14
HexBB5499037121B1402b35
Octal27312423106722335005365
Binary1011101110101001001100101101111001011011101000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5499; }

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

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

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

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

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

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

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

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