#bd57a4

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

Shades of Mulberry #BD57A4

Tints of Mulberry #BD57A4

Color information

#BD57A4 (or 0xBD57A4) is unknown color: approx Mulberry. HEX triplet: BD, 57 and A4. RGB value is (189,87,164). Sum of RGB (Red+Green+Blue) = 189+87+164=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD57A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD57A4 is #42A85B. Grayscale: #7E7E7E. Windows color (decimal): -4368476 or 10770365. OLE color: 10770365.

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

Color convert

RGB18987164-
CMYK00.540.130.26
HSL314.71º43.59%54.12%-
HSV(B)314.71º53.97%74.12%-
XYZ31.120.3237.4-
YUV126.28149.29172.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 87 (34.38% from 255) = 19.77%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=42.95%
G=19.77%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898716400.540.130.26314.7143.5954.12
HexBD57A4036D1A13b2c36
Octal27512724406615324735466
Binary101111011010111101001000110110110111010100111011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd57a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd57a4; }

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

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

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

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

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

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

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

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