#BC5987

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

Shades of Mulberry #BC5987

Tints of Mulberry #BC5987

Color information

#BC5987 (or 0xBC5987) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 87. RGB value is (188,89,135). Sum of RGB (Red+Green+Blue) = 188+89+135=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5987 is #43A678. Grayscale: #7B7B7B. Windows color (decimal): -4433529 or 8870332. OLE color: 8870332.

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

Color convert

RGB18889135-
CMYK00.530.280.26
HSL332.12º42.49%54.31%-
HSV(B)332.12º52.66%73.73%-
XYZ28.6819.5925.19-
YUV123.84134.3173.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=45.63%
G=21.60%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888913500.530.280.26332.1242.4954.31
HexBC59870351C1A14c2a36
Octal27413120706534325145266
Binary1011110010110011000011101101011110011010101001100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5987; }

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

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

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

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

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

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

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

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