#BB5988

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

Shades of Mulberry #BB5988

Tints of Mulberry #BB5988

Color information

#BB5988 (or 0xBB5988) is unknown color: approx Mulberry. HEX triplet: BB, 59 and 88. RGB value is (187,89,136). Sum of RGB (Red+Green+Blue) = 187+89+136=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5988 is #44A677. Grayscale: #7B7B7B. Windows color (decimal): -4499064 or 8935867. OLE color: 8935867.

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

Color convert

RGB18789136-
CMYK00.520.270.27
HSL331.22º41.88%54.12%-
HSV(B)331.22º52.41%73.33%-
XYZ28.5119.4925.55-
YUV123.66134.97173.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=45.39%
G=21.60%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878913600.520.270.27331.2241.8854.12
HexBB59880341B1B14b2a36
Octal27313121006433335135266
Binary1011101110110011000100001101001101111011101001011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5988; }

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

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

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

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

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

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

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

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