Shades of Mulberry #BD459C
Tints of Mulberry #BD459C
RGB
CMYK
RGB Variations
Color information
#BD459C (or 0xBD459C) is known color: Mulberry. HEX triplet: BD, 45 and 9C. RGB value is (189,69,156). Sum of RGB (Red+Green+Blue) = 189+69+156=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD459C is #42BA63. Grayscale: #727272. Windows color (decimal): -4373092 or 10241469. OLE color: 10241469.
HSL color Cylindrical-coordinate representation of color #BD459C: hue angle of 316.5º 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 #BD459C is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 156 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.26 |
| HSL | 316.5º | 0.48% | 0.51% | - |
| HSV(B) | 316.5º | 0.63% | 0.74% | - |
| XYZ | 29.12 | 17.48 | 33.29 | - |
| YUV | 114.8 | 151.26 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 156 | 0 | 0.63 | 0.17 | 0.26 | 316.5 | 0.48 | 0.51 |
| Hex | BD | 45 | 9C | 0 | 3F | 11 | 1A | 13C | 30 | 33 |
| Octal | 275 | 105 | 234 | 0 | 77 | 21 | 32 | 474 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10011100 | 0 | 111111 | 10001 | 11010 | 100111100 | 110000 | 110011 |
Color Harmonies of #BD459C
Complementary color
Monochromatic Colors of #BD459C
Black with #BD459C
Text Example
Text Example
White with #BD459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD459C; }
p { color: rgb(189,69,156); }
H1.HeaderClassName
{
color: #BD459C;
}
.AnyTagClassName
{
color: #BD459C;
}
</style>
background-color css
<style>
a { background-color: #BD459C; }
a { background-color: rgb(189,69,156); }
div.DivClassName
{
background-color: #BD459C;
}
.BgClassName
{
background-color: #BD459C;
}
</style>
border-color css
<style>
span { border-color: #BD459C; }
span { border-color: rgb(189,69,156); }
td.TdClassName
{
border-color: #BD459C;
}
.TagClassName
{
border-color: #BD459C;
}
</style>