Shades of Mulberry #BD4098
Tints of Mulberry #BD4098
RGB
CMYK
RGB Variations
Color information
#BD4098 (or 0xBD4098) is known color: Mulberry. HEX triplet: BD, 40 and 98. RGB value is (189,64,152). Sum of RGB (Red+Green+Blue) = 189+64+152=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4098 is #42BF67. Grayscale: #6F6F6F. Windows color (decimal): -4374376 or 9978045. OLE color: 9978045.
HSL color Cylindrical-coordinate representation of color #BD4098: hue angle of 317.76º 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 #BD4098 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 152 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.26 |
| HSL | 317.76º | 0.49% | 0.5% | - |
| HSV(B) | 317.76º | 0.66% | 0.74% | - |
| XYZ | 28.49 | 16.75 | 31.44 | - |
| YUV | 111.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 152 | 0 | 0.66 | 0.20 | 0.26 | 317.76 | 0.49 | 0.5 |
| Hex | BD | 40 | 98 | 0 | 42 | 14 | 1A | 13E | 31 | 32 |
| Octal | 275 | 100 | 230 | 0 | 102 | 24 | 32 | 476 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10011000 | 0 | 1000010 | 10100 | 11010 | 100111110 | 110001 | 110010 |
Color Harmonies of #BD4098
Complementary color
Monochromatic Colors of #BD4098
Black with #BD4098
Text Example
Text Example
White with #BD4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4098; }
p { color: rgb(189,64,152); }
H1.HeaderClassName
{
color: #BD4098;
}
.AnyTagClassName
{
color: #BD4098;
}
</style>
background-color css
<style>
a { background-color: #BD4098; }
a { background-color: rgb(189,64,152); }
div.DivClassName
{
background-color: #BD4098;
}
.BgClassName
{
background-color: #BD4098;
}
</style>
border-color css
<style>
span { border-color: #BD4098; }
span { border-color: rgb(189,64,152); }
td.TdClassName
{
border-color: #BD4098;
}
.TagClassName
{
border-color: #BD4098;
}
</style>