#BD57A2

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

Shades of Mulberry #BD57A2

Tints of Mulberry #BD57A2

Color information

#BD57A2 (or 0xBD57A2) is unknown color: approx Mulberry. HEX triplet: BD, 57 and A2. RGB value is (189,87,162). Sum of RGB (Red+Green+Blue) = 189+87+162=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD57A2 is #42A85D. Grayscale: #7D7D7D. Windows color (decimal): -4368478 or 10639293. OLE color: 10639293.

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

Color convert

RGB18987162-
CMYK00.540.140.26
HSL315.88º43.59%54.12%-
HSV(B)315.88º53.97%74.12%-
XYZ30.9220.2436.46-
YUV126.05148.29172.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 162 (63.67% from 255) = 36.99%
R=43.15%
G=19.86%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898716200.540.140.26315.8843.5954.12
HexBD57A2036E1A13c2c36
Octal27512724206616324745466
Binary101111011010111101000100110110111011010100111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD57A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD57A2; }

 p { color: rgb(189,87,162); }

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

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

 a { background-color: rgb(189,87,162); }

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

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

 span { border-color: rgb(189,87,162); }

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