Shades of Mulberry #BD408E
Tints of Mulberry #BD408E
RGB
CMYK
RGB Variations
Color information
#BD408E (or 0xBD408E) is known color: Mulberry. HEX triplet: BD, 40 and 8E. RGB value is (189,64,142). Sum of RGB (Red+Green+Blue) = 189+64+142=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD408E is #42BF71. Grayscale: #6E6E6E. Windows color (decimal): -4374386 or 9322685. OLE color: 9322685.
HSL color Cylindrical-coordinate representation of color #BD408E: hue angle of 322.56º 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 #BD408E is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 142 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.26 |
| HSL | 322.56º | 0.49% | 0.5% | - |
| HSV(B) | 322.56º | 0.66% | 0.74% | - |
| XYZ | 27.7 | 16.44 | 27.3 | - |
| YUV | 110.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 142 | 0 | 0.66 | 0.25 | 0.26 | 322.56 | 0.49 | 0.5 |
| Hex | BD | 40 | 8E | 0 | 42 | 19 | 1A | 143 | 31 | 32 |
| Octal | 275 | 100 | 216 | 0 | 102 | 31 | 32 | 503 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10001110 | 0 | 1000010 | 11001 | 11010 | 101000011 | 110001 | 110010 |
Color Harmonies of #BD408E
Complementary color
Monochromatic Colors of #BD408E
Black with #BD408E
Text Example
Text Example
White with #BD408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD408E; }
p { color: rgb(189,64,142); }
H1.HeaderClassName
{
color: #BD408E;
}
.AnyTagClassName
{
color: #BD408E;
}
</style>
background-color css
<style>
a { background-color: #BD408E; }
a { background-color: rgb(189,64,142); }
div.DivClassName
{
background-color: #BD408E;
}
.BgClassName
{
background-color: #BD408E;
}
</style>
border-color css
<style>
span { border-color: #BD408E; }
span { border-color: rgb(189,64,142); }
td.TdClassName
{
border-color: #BD408E;
}
.TagClassName
{
border-color: #BD408E;
}
</style>