#BB5583

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

Shades of Mulberry #BB5583

Tints of Mulberry #BB5583

Color information

#BB5583 (or 0xBB5583) is unknown color: approx Mulberry. HEX triplet: BB, 55 and 83. RGB value is (187,85,131). Sum of RGB (Red+Green+Blue) = 187+85+131=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5583 is #44AA7C. Grayscale: #787878. Windows color (decimal): -4500093 or 8607163. OLE color: 8607163.

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

Color convert

RGB18785131-
CMYK00.550.300.27
HSL332.94º42.86%53.33%-
HSV(B)332.94º54.55%73.33%-
XYZ27.8418.723.62-
YUV120.74133.79175.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=46.40%
G=21.09%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878513100.550.300.27332.9442.8653.33
HexBB55830371E1B14d2b35
Octal27312520306736335155365
Binary1011101110101011000001101101111111011011101001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5583; }

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

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

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

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

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

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

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

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