Shades of Mulberry #BD4193
Tints of Mulberry #BD4193
RGB
CMYK
RGB Variations
Color information
#BD4193 (or 0xBD4193) is known color: Mulberry. HEX triplet: BD, 41 and 93. RGB value is (189,65,147). Sum of RGB (Red+Green+Blue) = 189+65+147=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4193 is #42BE6C. Grayscale: #6F6F6F. Windows color (decimal): -4374125 or 9650621. OLE color: 9650621.
HSL color Cylindrical-coordinate representation of color #BD4193: hue angle of 320.32º 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 #BD4193 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 147 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.26 |
| HSL | 320.32º | 0.49% | 0.5% | - |
| HSV(B) | 320.32º | 0.66% | 0.74% | - |
| XYZ | 28.14 | 16.71 | 29.35 | - |
| YUV | 111.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 147 | 0 | 0.66 | 0.22 | 0.26 | 320.32 | 0.49 | 0.5 |
| Hex | BD | 41 | 93 | 0 | 42 | 16 | 1A | 140 | 31 | 32 |
| Octal | 275 | 101 | 223 | 0 | 102 | 26 | 32 | 500 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10010011 | 0 | 1000010 | 10110 | 11010 | 101000000 | 110001 | 110010 |
Color Harmonies of #BD4193
Complementary color
Monochromatic Colors of #BD4193
Black with #BD4193
Text Example
Text Example
White with #BD4193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4193; }
p { color: rgb(189,65,147); }
H1.HeaderClassName
{
color: #BD4193;
}
.AnyTagClassName
{
color: #BD4193;
}
</style>
background-color css
<style>
a { background-color: #BD4193; }
a { background-color: rgb(189,65,147); }
div.DivClassName
{
background-color: #BD4193;
}
.BgClassName
{
background-color: #BD4193;
}
</style>
border-color css
<style>
span { border-color: #BD4193; }
span { border-color: rgb(189,65,147); }
td.TdClassName
{
border-color: #BD4193;
}
.TagClassName
{
border-color: #BD4193;
}
</style>