Shades of Mulberry #BD409A
Tints of Mulberry #BD409A
RGB
CMYK
RGB Variations
Color information
#BD409A (or 0xBD409A) is known color: Mulberry. HEX triplet: BD, 40 and 9A. RGB value is (189,64,154). Sum of RGB (Red+Green+Blue) = 189+64+154=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD409A is #42BF65. Grayscale: #6F6F6F. Windows color (decimal): -4374374 or 10109117. OLE color: 10109117.
HSL color Cylindrical-coordinate representation of color #BD409A: hue angle of 316.8º 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 #BD409A is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 154 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.26 |
| HSL | 316.8º | 0.49% | 0.5% | - |
| HSV(B) | 316.8º | 0.66% | 0.74% | - |
| XYZ | 28.65 | 16.82 | 32.31 | - |
| YUV | 111.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 154 | 0 | 0.66 | 0.19 | 0.26 | 316.8 | 0.49 | 0.5 |
| Hex | BD | 40 | 9A | 0 | 42 | 13 | 1A | 13D | 31 | 32 |
| Octal | 275 | 100 | 232 | 0 | 102 | 23 | 32 | 475 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10011010 | 0 | 1000010 | 10011 | 11010 | 100111101 | 110001 | 110010 |
Color Harmonies of #BD409A
Complementary color
Monochromatic Colors of #BD409A
Black with #BD409A
Text Example
Text Example
White with #BD409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD409A; }
p { color: rgb(189,64,154); }
H1.HeaderClassName
{
color: #BD409A;
}
.AnyTagClassName
{
color: #BD409A;
}
</style>
background-color css
<style>
a { background-color: #BD409A; }
a { background-color: rgb(189,64,154); }
div.DivClassName
{
background-color: #BD409A;
}
.BgClassName
{
background-color: #BD409A;
}
</style>
border-color css
<style>
span { border-color: #BD409A; }
span { border-color: rgb(189,64,154); }
td.TdClassName
{
border-color: #BD409A;
}
.TagClassName
{
border-color: #BD409A;
}
</style>