#BD57A1

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

Shades of Mulberry #BD57A1

Tints of Mulberry #BD57A1

Color information

#BD57A1 (or 0xBD57A1) is unknown color: approx Mulberry. HEX triplet: BD, 57 and A1. RGB value is (189,87,161). Sum of RGB (Red+Green+Blue) = 189+87+161=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD57A1 is #42A85E. Grayscale: #7D7D7D. Windows color (decimal): -4368479 or 10573757. OLE color: 10573757.

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

Color convert

RGB18987161-
CMYK00.540.150.26
HSL316.47º43.59%54.12%-
HSV(B)316.47º53.97%74.12%-
XYZ30.8320.2135.99-
YUV125.93147.79172.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 161 (63.28% from 255) = 36.84%
R=43.25%
G=19.91%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898716100.540.150.26316.4743.5954.12
HexBD57A1036F1A13c2c36
Octal27512724106617324745466
Binary101111011010111101000010110110111111010100111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD57A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD57A1; }

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

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

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

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

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

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

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

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