#BB5287

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

Shades of Mulberry #BB5287

Tints of Mulberry #BB5287

Color information

#BB5287 (or 0xBB5287) is unknown color: approx Mulberry. HEX triplet: BB, 52 and 87. RGB value is (187,82,135). Sum of RGB (Red+Green+Blue) = 187+82+135=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5287 is #44AD78. Grayscale: #777777. Windows color (decimal): -4500857 or 8868539. OLE color: 8868539.

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

Color convert

RGB18782135-
CMYK00.560.280.27
HSL329.71º43.57%52.75%-
HSV(B)329.71º56.15%73.33%-
XYZ27.8818.3524.99-
YUV119.44136.79176.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=46.29%
G=20.30%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878213500.560.280.27329.7143.5752.75
HexBB52870381C1B14a2c35
Octal27312220707034335125465
Binary1011101110100101000011101110001110011011101001010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5287; }

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

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

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

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

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

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

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

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