#BC59A0

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

Shades of Mulberry #BC59A0

Tints of Mulberry #BC59A0

Color information

#BC59A0 (or 0xBC59A0) is unknown color: approx Mulberry. HEX triplet: BC, 59 and A0. RGB value is (188,89,160). Sum of RGB (Red+Green+Blue) = 188+89+160=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59A0 is #43A65F. Grayscale: #7E7E7E. Windows color (decimal): -4433504 or 10508732. OLE color: 10508732.

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

Color convert

RGB18889160-
CMYK00.530.150.26
HSL316.97º42.49%54.31%-
HSV(B)316.97º52.66%73.73%-
XYZ30.6620.3735.57-
YUV126.7146.8171.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 89 (35.16% from 255) = 20.37%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=43.02%
G=20.37%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888916000.530.150.26316.9742.4954.31
HexBC59A0035F1A13d2a36
Octal27413124006517324755266
Binary101111001011001101000000110101111111010100111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59A0; }

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

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

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

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

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

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

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

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