Shades of Mulberry #BD418D
Tints of Mulberry #BD418D
RGB
CMYK
RGB Variations
Color information
#BD418D (or 0xBD418D) is known color: Mulberry. HEX triplet: BD, 41 and 8D. RGB value is (189,65,141). Sum of RGB (Red+Green+Blue) = 189+65+141=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD418D is #42BE72. Grayscale: #6E6E6E. Windows color (decimal): -4374131 or 9257405. OLE color: 9257405.
HSL color Cylindrical-coordinate representation of color #BD418D: hue angle of 323.23º 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 #BD418D is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 141 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.26 |
| HSL | 323.23º | 0.49% | 0.5% | - |
| HSV(B) | 323.23º | 0.66% | 0.74% | - |
| XYZ | 27.68 | 16.52 | 26.93 | - |
| YUV | 110.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 141 | 0 | 0.66 | 0.25 | 0.26 | 323.23 | 0.49 | 0.5 |
| Hex | BD | 41 | 8D | 0 | 42 | 19 | 1A | 143 | 31 | 32 |
| Octal | 275 | 101 | 215 | 0 | 102 | 31 | 32 | 503 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10001101 | 0 | 1000010 | 11001 | 11010 | 101000011 | 110001 | 110010 |
Color Harmonies of #BD418D
Complementary color
Monochromatic Colors of #BD418D
Black with #BD418D
Text Example
Text Example
White with #BD418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD418D; }
p { color: rgb(189,65,141); }
H1.HeaderClassName
{
color: #BD418D;
}
.AnyTagClassName
{
color: #BD418D;
}
</style>
background-color css
<style>
a { background-color: #BD418D; }
a { background-color: rgb(189,65,141); }
div.DivClassName
{
background-color: #BD418D;
}
.BgClassName
{
background-color: #BD418D;
}
</style>
border-color css
<style>
span { border-color: #BD418D; }
span { border-color: rgb(189,65,141); }
td.TdClassName
{
border-color: #BD418D;
}
.TagClassName
{
border-color: #BD418D;
}
</style>