#BC5988

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

Shades of Mulberry #BC5988

Tints of Mulberry #BC5988

Color information

#BC5988 (or 0xBC5988) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 88. RGB value is (188,89,136). Sum of RGB (Red+Green+Blue) = 188+89+136=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5988 is #43A677. Grayscale: #7B7B7B. Windows color (decimal): -4433528 or 8935868. OLE color: 8935868.

HSL color Cylindrical-coordinate representation of color #BC5988: hue angle of 331.52º 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 #BC5988 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB18889136-
CMYK00.530.280.26
HSL331.52º42.49%54.31%-
HSV(B)331.52º52.66%73.73%-
XYZ28.7619.6125.56-
YUV123.96134.8173.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=45.52%
G=21.55%
B=32.93%

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
Decimal1888913600.530.280.26331.5242.4954.31
HexBC59880351C1A14c2a36
Octal27413121006534325145266
Binary1011110010110011000100001101011110011010101001100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5988; }

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

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

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

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

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

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

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

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