Shades of Mulberry #BD4A9A
Tints of Mulberry #BD4A9A
RGB
CMYK
RGB Variations
Color information
#BD4A9A (or 0xBD4A9A) is known color: Mulberry. HEX triplet: BD, 4A and 9A. RGB value is (189,74,154). Sum of RGB (Red+Green+Blue) = 189+74+154=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A9A is #42B565. Grayscale: #757575. Windows color (decimal): -4371814 or 10111677. OLE color: 10111677.
HSL color Cylindrical-coordinate representation of color #BD4A9A: hue angle of 318.26º 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 #BD4A9A is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 154 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.26 |
| HSL | 318.26º | 0.47% | 0.52% | - |
| HSV(B) | 318.26º | 0.61% | 0.74% | - |
| XYZ | 29.27 | 18.05 | 32.51 | - |
| YUV | 117.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 154 | 0 | 0.61 | 0.19 | 0.26 | 318.26 | 0.47 | 0.52 |
| Hex | BD | 4A | 9A | 0 | 3D | 13 | 1A | 13E | 2F | 34 |
| Octal | 275 | 112 | 232 | 0 | 75 | 23 | 32 | 476 | 57 | 64 |
| Binary | 10111101 | 1001010 | 10011010 | 0 | 111101 | 10011 | 11010 | 100111110 | 101111 | 110100 |
Color Harmonies of #BD4A9A
Complementary color
Monochromatic Colors of #BD4A9A
Black with #BD4A9A
Text Example
Text Example
White with #BD4A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A9A; }
p { color: rgb(189,74,154); }
H1.HeaderClassName
{
color: #BD4A9A;
}
.AnyTagClassName
{
color: #BD4A9A;
}
</style>
background-color css
<style>
a { background-color: #BD4A9A; }
a { background-color: rgb(189,74,154); }
div.DivClassName
{
background-color: #BD4A9A;
}
.BgClassName
{
background-color: #BD4A9A;
}
</style>
border-color css
<style>
span { border-color: #BD4A9A; }
span { border-color: rgb(189,74,154); }
td.TdClassName
{
border-color: #BD4A9A;
}
.TagClassName
{
border-color: #BD4A9A;
}
</style>