#BD579F

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

Shades of Mulberry #BD579F

Tints of Mulberry #BD579F

Color information

#BD579F (or 0xBD579F) is unknown color: approx Mulberry. HEX triplet: BD, 57 and 9F. RGB value is (189,87,159). Sum of RGB (Red+Green+Blue) = 189+87+159=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD579F is #42A860. Grayscale: #7D7D7D. Windows color (decimal): -4368481 or 10442685. OLE color: 10442685.

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

Color convert

RGB18987159-
CMYK00.540.160.26
HSL317.65º43.59%54.12%-
HSV(B)317.65º53.97%74.12%-
XYZ30.6520.1435.07-
YUV125.71146.79173.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 87 (34.38% from 255) = 20%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=43.45%
G=20%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898715900.540.160.26317.6543.5954.12
HexBD579F036101A13e2c36
Octal27512723706620324765466
Binary1011110110101111001111101101101000011010100111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD579F; }

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

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

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

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

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

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

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

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