Shades of Mulberry #BD4A9E
Tints of Mulberry #BD4A9E
RGB
CMYK
RGB Variations
Color information
#BD4A9E (or 0xBD4A9E) is known color: Mulberry. HEX triplet: BD, 4A and 9E. RGB value is (189,74,158). Sum of RGB (Red+Green+Blue) = 189+74+158=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A9E is #42B561. Grayscale: #757575. Windows color (decimal): -4371810 or 10373821. OLE color: 10373821.
HSL color Cylindrical-coordinate representation of color #BD4A9E: hue angle of 316.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A9E is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 158 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.26 |
| HSL | 316.17º | 0.47% | 0.52% | - |
| HSV(B) | 316.17º | 0.61% | 0.74% | - |
| XYZ | 29.61 | 18.19 | 34.3 | - |
| YUV | 117.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 158 | 0 | 0.61 | 0.16 | 0.26 | 316.17 | 0.47 | 0.52 |
| Hex | BD | 4A | 9E | 0 | 3D | 10 | 1A | 13C | 2F | 34 |
| Octal | 275 | 112 | 236 | 0 | 75 | 20 | 32 | 474 | 57 | 64 |
| Binary | 10111101 | 1001010 | 10011110 | 0 | 111101 | 10000 | 11010 | 100111100 | 101111 | 110100 |
Color Harmonies of #BD4A9E
Complementary color
Monochromatic Colors of #BD4A9E
Black with #BD4A9E
Text Example
Text Example
White with #BD4A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A9E; }
p { color: rgb(189,74,158); }
H1.HeaderClassName
{
color: #BD4A9E;
}
.AnyTagClassName
{
color: #BD4A9E;
}
</style>
background-color css
<style>
a { background-color: #BD4A9E; }
a { background-color: rgb(189,74,158); }
div.DivClassName
{
background-color: #BD4A9E;
}
.BgClassName
{
background-color: #BD4A9E;
}
</style>
border-color css
<style>
span { border-color: #BD4A9E; }
span { border-color: rgb(189,74,158); }
td.TdClassName
{
border-color: #BD4A9E;
}
.TagClassName
{
border-color: #BD4A9E;
}
</style>