#BD499D

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

Shades of Mulberry #BD499D

Tints of Mulberry #BD499D

Color information

#BD499D (or 0xBD499D) is unknown color: approx Mulberry. HEX triplet: BD, 49 and 9D. RGB value is (189,73,157). Sum of RGB (Red+Green+Blue) = 189+73+157=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD499D is #42B662. Grayscale: #757575. Windows color (decimal): -4372067 or 10308029. OLE color: 10308029.

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

Color convert

RGB18973157-
CMYK00.610.170.26
HSL316.55º46.77%51.37%-
HSV(B)316.55º61.38%74.12%-
XYZ29.4518.0233.82-
YUV117.26150.43179.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 73 (28.91% from 255) = 17.42%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=45.11%
G=17.42%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897315700.610.170.26316.5546.7751.37
HexBD499D03D111A13d2f33
Octal27511123507521324755763
Binary1011110110010011001110101111011000111010100111101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD499D; }

 p { color: rgb(189,73,157); }

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

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

 a { background-color: rgb(189,73,157); }

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

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

 span { border-color: rgb(189,73,157); }

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