#BD479F

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

Shades of Mulberry #BD479F

Tints of Mulberry #BD479F

Color information

#BD479F (or 0xBD479F) is unknown color: approx Mulberry. HEX triplet: BD, 47 and 9F. RGB value is (189,71,159). Sum of RGB (Red+Green+Blue) = 189+71+159=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD479F is #42B860. Grayscale: #747474. Windows color (decimal): -4372577 or 10438589. OLE color: 10438589.

HSL color Cylindrical-coordinate representation of color #BD479F: hue angle of 315.25º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD479F is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18971159-
CMYK00.620.160.26
HSL315.25º47.2%50.98%-
HSV(B)315.25º62.43%74.12%-
XYZ29.517.8334.69-
YUV116.31152.09179.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 71 (28.12% from 255) = 16.95%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=45.11%
G=16.95%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897115900.620.160.26315.2547.250.98
HexBD479F03E101A13b2f33
Octal27510723707620324735763
Binary1011110110001111001111101111101000011010100111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD479F; }

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

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

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

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

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

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

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

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