Shades of Mulberry #BD459D
Tints of Mulberry #BD459D
RGB
CMYK
RGB Variations
Color information
#BD459D (or 0xBD459D) is known color: Mulberry. HEX triplet: BD, 45 and 9D. RGB value is (189,69,157). Sum of RGB (Red+Green+Blue) = 189+69+157=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD459D is #42BA62. Grayscale: #727272. Windows color (decimal): -4373091 or 10307005. OLE color: 10307005.
HSL color Cylindrical-coordinate representation of color #BD459D: hue angle of 316º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD459D is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 157 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.26 |
| HSL | 316º | 0.48% | 0.51% | - |
| HSV(B) | 316º | 0.63% | 0.74% | - |
| XYZ | 29.2 | 17.51 | 33.74 | - |
| YUV | 114.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 157 | 0 | 0.63 | 0.17 | 0.26 | 316 | 0.48 | 0.51 |
| Hex | BD | 45 | 9D | 0 | 3F | 11 | 1A | 13C | 30 | 33 |
| Octal | 275 | 105 | 235 | 0 | 77 | 21 | 32 | 474 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10011101 | 0 | 111111 | 10001 | 11010 | 100111100 | 110000 | 110011 |
Color Harmonies of #BD459D
Complementary color
Monochromatic Colors of #BD459D
Black with #BD459D
Text Example
Text Example
White with #BD459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD459D; }
p { color: rgb(189,69,157); }
H1.HeaderClassName
{
color: #BD459D;
}
.AnyTagClassName
{
color: #BD459D;
}
</style>
background-color css
<style>
a { background-color: #BD459D; }
a { background-color: rgb(189,69,157); }
div.DivClassName
{
background-color: #BD459D;
}
.BgClassName
{
background-color: #BD459D;
}
</style>
border-color css
<style>
span { border-color: #BD459D; }
span { border-color: rgb(189,69,157); }
td.TdClassName
{
border-color: #BD459D;
}
.TagClassName
{
border-color: #BD459D;
}
</style>