Shades of Mulberry #BD418C
Tints of Mulberry #BD418C
RGB
CMYK
RGB Variations
Color information
#BD418C (or 0xBD418C) is known color: Mulberry. HEX triplet: BD, 41 and 8C. RGB value is (189,65,140). Sum of RGB (Red+Green+Blue) = 189+65+140=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD418C is #42BE73. Grayscale: #6E6E6E. Windows color (decimal): -4374132 or 9191869. OLE color: 9191869.
HSL color Cylindrical-coordinate representation of color #BD418C: hue angle of 323.71º 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 #BD418C is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 140 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.26 |
| HSL | 323.71º | 0.49% | 0.5% | - |
| HSV(B) | 323.71º | 0.66% | 0.74% | - |
| XYZ | 27.61 | 16.49 | 26.54 | - |
| YUV | 110.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 140 | 0 | 0.66 | 0.26 | 0.26 | 323.71 | 0.49 | 0.5 |
| Hex | BD | 41 | 8C | 0 | 42 | 1A | 1A | 144 | 31 | 32 |
| Octal | 275 | 101 | 214 | 0 | 102 | 32 | 32 | 504 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10001100 | 0 | 1000010 | 11010 | 11010 | 101000100 | 110001 | 110010 |
Color Harmonies of #BD418C
Complementary color
Monochromatic Colors of #BD418C
Black with #BD418C
Text Example
Text Example
White with #BD418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD418C; }
p { color: rgb(189,65,140); }
H1.HeaderClassName
{
color: #BD418C;
}
.AnyTagClassName
{
color: #BD418C;
}
</style>
background-color css
<style>
a { background-color: #BD418C; }
a { background-color: rgb(189,65,140); }
div.DivClassName
{
background-color: #BD418C;
}
.BgClassName
{
background-color: #BD418C;
}
</style>
border-color css
<style>
span { border-color: #BD418C; }
span { border-color: rgb(189,65,140); }
td.TdClassName
{
border-color: #BD418C;
}
.TagClassName
{
border-color: #BD418C;
}
</style>