#BB5987

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

Shades of Mulberry #BB5987

Tints of Mulberry #BB5987

Color information

#BB5987 (or 0xBB5987) is unknown color: approx Mulberry. HEX triplet: BB, 59 and 87. RGB value is (187,89,135). Sum of RGB (Red+Green+Blue) = 187+89+135=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5987 is #44A678. Grayscale: #7B7B7B. Windows color (decimal): -4499065 or 8870331. OLE color: 8870331.

HSL color Cylindrical-coordinate representation of color #BB5987: hue angle of 331.84º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5987 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18789135-
CMYK00.520.280.27
HSL331.84º41.88%54.12%-
HSV(B)331.84º52.41%73.33%-
XYZ28.4419.4625.18-
YUV123.55134.47173.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=45.50%
G=21.65%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878913500.520.280.27331.8441.8854.12
HexBB59870341C1B14c2a36
Octal27313120706434335145266
Binary1011101110110011000011101101001110011011101001100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5987; }

 p { color: rgb(187,89,135); }

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

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

 a { background-color: rgb(187,89,135); }

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

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

 span { border-color: rgb(187,89,135); }

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