Shades of Mulberry #BD4195
Tints of Mulberry #BD4195
RGB
CMYK
RGB Variations
Color information
#BD4195 (or 0xBD4195) is known color: Mulberry. HEX triplet: BD, 41 and 95. RGB value is (189,65,149). Sum of RGB (Red+Green+Blue) = 189+65+149=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4195 is #42BE6A. Grayscale: #6F6F6F. Windows color (decimal): -4374123 or 9781693. OLE color: 9781693.
HSL color Cylindrical-coordinate representation of color #BD4195: hue angle of 319.35º 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 #BD4195 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 149 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.26 |
| HSL | 319.35º | 0.49% | 0.5% | - |
| HSV(B) | 319.35º | 0.66% | 0.74% | - |
| XYZ | 28.3 | 16.77 | 30.18 | - |
| YUV | 111.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 149 | 0 | 0.66 | 0.21 | 0.26 | 319.35 | 0.49 | 0.5 |
| Hex | BD | 41 | 95 | 0 | 42 | 15 | 1A | 13F | 31 | 32 |
| Octal | 275 | 101 | 225 | 0 | 102 | 25 | 32 | 477 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10010101 | 0 | 1000010 | 10101 | 11010 | 100111111 | 110001 | 110010 |
Color Harmonies of #BD4195
Complementary color
Monochromatic Colors of #BD4195
Black with #BD4195
Text Example
Text Example
White with #BD4195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4195; }
p { color: rgb(189,65,149); }
H1.HeaderClassName
{
color: #BD4195;
}
.AnyTagClassName
{
color: #BD4195;
}
</style>
background-color css
<style>
a { background-color: #BD4195; }
a { background-color: rgb(189,65,149); }
div.DivClassName
{
background-color: #BD4195;
}
.BgClassName
{
background-color: #BD4195;
}
</style>
border-color css
<style>
span { border-color: #BD4195; }
span { border-color: rgb(189,65,149); }
td.TdClassName
{
border-color: #BD4195;
}
.TagClassName
{
border-color: #BD4195;
}
</style>