Shades of Mulberry #BD4198
Tints of Mulberry #BD4198
RGB
CMYK
RGB Variations
Color information
#BD4198 (or 0xBD4198) is known color: Mulberry. HEX triplet: BD, 41 and 98. RGB value is (189,65,152). Sum of RGB (Red+Green+Blue) = 189+65+152=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4198 is #42BE67. Grayscale: #6F6F6F. Windows color (decimal): -4374120 or 9978301. OLE color: 9978301.
HSL color Cylindrical-coordinate representation of color #BD4198: hue angle of 317.9º 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 #BD4198 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 152 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.26 |
| HSL | 317.9º | 0.49% | 0.5% | - |
| HSV(B) | 317.9º | 0.66% | 0.74% | - |
| XYZ | 28.54 | 16.87 | 31.46 | - |
| YUV | 111.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 152 | 0 | 0.66 | 0.20 | 0.26 | 317.9 | 0.49 | 0.5 |
| Hex | BD | 41 | 98 | 0 | 42 | 14 | 1A | 13E | 31 | 32 |
| Octal | 275 | 101 | 230 | 0 | 102 | 24 | 32 | 476 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10011000 | 0 | 1000010 | 10100 | 11010 | 100111110 | 110001 | 110010 |
Color Harmonies of #BD4198
Complementary color
Monochromatic Colors of #BD4198
Black with #BD4198
Text Example
Text Example
White with #BD4198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4198; }
p { color: rgb(189,65,152); }
H1.HeaderClassName
{
color: #BD4198;
}
.AnyTagClassName
{
color: #BD4198;
}
</style>
background-color css
<style>
a { background-color: #BD4198; }
a { background-color: rgb(189,65,152); }
div.DivClassName
{
background-color: #BD4198;
}
.BgClassName
{
background-color: #BD4198;
}
</style>
border-color css
<style>
span { border-color: #BD4198; }
span { border-color: rgb(189,65,152); }
td.TdClassName
{
border-color: #BD4198;
}
.TagClassName
{
border-color: #BD4198;
}
</style>