#BB5B87

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

Shades of Mulberry #BB5B87

Tints of Mulberry #BB5B87

Color information

#BB5B87 (or 0xBB5B87) is unknown color: approx Mulberry. HEX triplet: BB, 5B and 87. RGB value is (187,91,135). Sum of RGB (Red+Green+Blue) = 187+91+135=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5B87 is #44A478. Grayscale: #7C7C7C. Windows color (decimal): -4498553 or 8870843. OLE color: 8870843.

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

Color convert

RGB18791135-
CMYK00.510.280.27
HSL332.5º41.38%54.51%-
HSV(B)332.5º51.34%73.33%-
XYZ28.6119.825.23-
YUV124.72133.8172.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=45.28%
G=22.03%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879113500.510.280.27332.541.3854.51
HexBB5B870331C1B14c2937
Octal27313320706334335145167
Binary1011101110110111000011101100111110011011101001100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B87; }

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

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

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

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

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

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

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

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