#BC5786

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

Shades of Mulberry #BC5786

Tints of Mulberry #BC5786

Color information

#BC5786 (or 0xBC5786) is unknown color: approx Mulberry. HEX triplet: BC, 57 and 86. RGB value is (188,87,134). Sum of RGB (Red+Green+Blue) = 188+87+134=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5786 is #43A879. Grayscale: #7A7A7A. Windows color (decimal): -4434042 or 8804284. OLE color: 8804284.

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

Color convert

RGB18887134-
CMYK00.540.290.26
HSL332.08º42.98%53.92%-
HSV(B)332.08º53.72%73.73%-
XYZ28.4519.2324.77-
YUV122.56134.46174.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=45.97%
G=21.27%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888713400.540.290.26332.0842.9853.92
HexBC57860361D1A14c2b36
Octal27412720606635325145366
Binary1011110010101111000011001101101110111010101001100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5786; }

 p { color: rgb(188,87,134); }

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

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

 a { background-color: rgb(188,87,134); }

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

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

 span { border-color: rgb(188,87,134); }

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