Shades of Mulberry #BD51A1
Tints of Mulberry #BD51A1
RGB
CMYK
RGB Variations
Color information
#BD51A1 (or 0xBD51A1) is known color: Mulberry. HEX triplet: BD, 51 and A1. RGB value is (189,81,161). Sum of RGB (Red+Green+Blue) = 189+81+161=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD51A1 is #42AE5E. Grayscale: #7A7A7A. Windows color (decimal): -4370015 or 10572221. OLE color: 10572221.
HSL color Cylindrical-coordinate representation of color #BD51A1: hue angle of 315.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD51A1 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 161 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.26 |
| HSL | 315.56º | 0.45% | 0.53% | - |
| HSV(B) | 315.56º | 0.57% | 0.74% | - |
| XYZ | 30.36 | 19.28 | 35.84 | - |
| YUV | 122.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 161 | 0 | 0.57 | 0.15 | 0.26 | 315.56 | 0.45 | 0.53 |
| Hex | BD | 51 | A1 | 0 | 39 | F | 1A | 13C | 2D | 35 |
| Octal | 275 | 121 | 241 | 0 | 71 | 17 | 32 | 474 | 55 | 65 |
| Binary | 10111101 | 1010001 | 10100001 | 0 | 111001 | 1111 | 11010 | 100111100 | 101101 | 110101 |
Color Harmonies of #BD51A1
Complementary color
Monochromatic Colors of #BD51A1
Black with #BD51A1
Text Example
Text Example
White with #BD51A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51A1; }
p { color: rgb(189,81,161); }
H1.HeaderClassName
{
color: #BD51A1;
}
.AnyTagClassName
{
color: #BD51A1;
}
</style>
background-color css
<style>
a { background-color: #BD51A1; }
a { background-color: rgb(189,81,161); }
div.DivClassName
{
background-color: #BD51A1;
}
.BgClassName
{
background-color: #BD51A1;
}
</style>
border-color css
<style>
span { border-color: #BD51A1; }
span { border-color: rgb(189,81,161); }
td.TdClassName
{
border-color: #BD51A1;
}
.TagClassName
{
border-color: #BD51A1;
}
</style>