#BC5685

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

Shades of Mulberry #BC5685

Tints of Mulberry #BC5685

Color information

#BC5685 (or 0xBC5685) is unknown color: approx Mulberry. HEX triplet: BC, 56 and 85. RGB value is (188,86,133). Sum of RGB (Red+Green+Blue) = 188+86+133=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5685 is #43A97A. Grayscale: #797979. Windows color (decimal): -4434299 or 8738492. OLE color: 8738492.

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

Color convert

RGB18886133-
CMYK00.540.290.26
HSL332.35º43.22%53.73%-
HSV(B)332.35º54.26%73.73%-
XYZ28.319.0424.37-
YUV121.86134.29175.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=46.19%
G=21.13%
B=32.68%

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
Decimal1888613300.540.290.26332.3543.2253.73
HexBC56850361D1A14c2b36
Octal27412620506635325145366
Binary1011110010101101000010101101101110111010101001100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5685; }

 p { color: rgb(188,86,133); }

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

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

 a { background-color: rgb(188,86,133); }

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

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

 span { border-color: rgb(188,86,133); }

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