#BD478E

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

Shades of Mulberry #BD478E

Tints of Mulberry #BD478E

Color information

#BD478E (or 0xBD478E) is unknown color: approx Mulberry. HEX triplet: BD, 47 and 8E. RGB value is (189,71,142). Sum of RGB (Red+Green+Blue) = 189+71+142=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD478E is #42B871. Grayscale: #727272. Windows color (decimal): -4372594 or 9324477. OLE color: 9324477.

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

Color convert

RGB18971142-
CMYK00.620.250.26
HSL323.9º47.2%50.98%-
HSV(B)323.9º62.43%74.12%-
XYZ28.1217.2827.44-
YUV114.38143.59181.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 71 (28.12% from 255) = 17.66%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=47.01%
G=17.66%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897114200.620.250.26323.947.250.98
HexBD478E03E191A1442f33
Octal27510721607631325045763
Binary1011110110001111000111001111101100111010101000100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD478E; }

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

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

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

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

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

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

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

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