#BC5B87

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

Shades of Mulberry #BC5B87

Tints of Mulberry #BC5B87

Color information

#BC5B87 (or 0xBC5B87) is unknown color: approx Mulberry. HEX triplet: BC, 5B and 87. RGB value is (188,91,135). Sum of RGB (Red+Green+Blue) = 188+91+135=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B87 is #43A478. Grayscale: #7C7C7C. Windows color (decimal): -4433017 or 8870844. OLE color: 8870844.

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

Color convert

RGB18891135-
CMYK00.520.280.26
HSL332.78º41.99%54.71%-
HSV(B)332.78º51.6%73.73%-
XYZ28.8519.9225.25-
YUV125.02133.64172.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=45.41%
G=21.98%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889113500.520.280.26332.7841.9954.71
HexBC5B870341C1A14d2a37
Octal27413320706434325155267
Binary1011110010110111000011101101001110011010101001101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B87; }

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

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

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

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

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

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

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

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