#BC59A2

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

Shades of Mulberry #BC59A2

Tints of Mulberry #BC59A2

Color information

#BC59A2 (or 0xBC59A2) is unknown color: approx Mulberry. HEX triplet: BC, 59 and A2. RGB value is (188,89,162). Sum of RGB (Red+Green+Blue) = 188+89+162=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59A2 is #43A65D. Grayscale: #7E7E7E. Windows color (decimal): -4433502 or 10639804. OLE color: 10639804.

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

Color convert

RGB18889162-
CMYK00.530.140.26
HSL315.76º42.49%54.31%-
HSV(B)315.76º52.66%73.73%-
XYZ30.8320.4436.5-
YUV126.92147.8171.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=42.82%
G=20.27%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888916200.530.140.26315.7642.4954.31
HexBC59A2035E1A13c2a36
Octal27413124206516324745266
Binary101111001011001101000100110101111011010100111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59A2; }

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

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

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

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

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

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

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

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