Shades of Mulberry #BD419D
Tints of Mulberry #BD419D
RGB
CMYK
RGB Variations
Color information
#BD419D (or 0xBD419D) is known color: Mulberry. HEX triplet: BD, 41 and 9D. RGB value is (189,65,157). Sum of RGB (Red+Green+Blue) = 189+65+157=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD419D is #42BE62. Grayscale: #707070. Windows color (decimal): -4374115 or 10305981. OLE color: 10305981.
HSL color Cylindrical-coordinate representation of color #BD419D: hue angle of 315.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD419D is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 157 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.26 |
| HSL | 315.48º | 0.49% | 0.5% | - |
| HSV(B) | 315.48º | 0.66% | 0.74% | - |
| XYZ | 28.96 | 17.03 | 33.66 | - |
| YUV | 112.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 157 | 0 | 0.66 | 0.17 | 0.26 | 315.48 | 0.49 | 0.5 |
| Hex | BD | 41 | 9D | 0 | 42 | 11 | 1A | 13B | 31 | 32 |
| Octal | 275 | 101 | 235 | 0 | 102 | 21 | 32 | 473 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10011101 | 0 | 1000010 | 10001 | 11010 | 100111011 | 110001 | 110010 |
Color Harmonies of #BD419D
Complementary color
Monochromatic Colors of #BD419D
Black with #BD419D
Text Example
Text Example
White with #BD419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD419D; }
p { color: rgb(189,65,157); }
H1.HeaderClassName
{
color: #BD419D;
}
.AnyTagClassName
{
color: #BD419D;
}
</style>
background-color css
<style>
a { background-color: #BD419D; }
a { background-color: rgb(189,65,157); }
div.DivClassName
{
background-color: #BD419D;
}
.BgClassName
{
background-color: #BD419D;
}
</style>
border-color css
<style>
span { border-color: #BD419D; }
span { border-color: rgb(189,65,157); }
td.TdClassName
{
border-color: #BD419D;
}
.TagClassName
{
border-color: #BD419D;
}
</style>