#BC59A4

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

Shades of Mulberry #BC59A4

Tints of Mulberry #BC59A4

Color information

#BC59A4 (or 0xBC59A4) is unknown color: approx Mulberry. HEX triplet: BC, 59 and A4. RGB value is (188,89,164). Sum of RGB (Red+Green+Blue) = 188+89+164=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59A4 is #43A65B. Grayscale: #7E7E7E. Windows color (decimal): -4433500 or 10770876. OLE color: 10770876.

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

Color convert

RGB18889164-
CMYK00.530.130.26
HSL314.55º42.49%54.31%-
HSV(B)314.55º52.66%73.73%-
XYZ31.0120.5237.45-
YUV127.15148.8171.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=42.63%
G=20.18%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888916400.530.130.26314.5542.4954.31
HexBC59A4035D1A13b2a36
Octal27413124406515324735266
Binary101111001011001101001000110101110111010100111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59A4; }

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

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

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

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

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

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

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

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