Shades of Mulberry #BD5EA4
Tints of Mulberry #BD5EA4
RGB
CMYK
RGB Variations
Color information
#BD5EA4 (or 0xBD5EA4) is known color: Mulberry. HEX triplet: BD, 5E and A4. RGB value is (189,94,164). Sum of RGB (Red+Green+Blue) = 189+94+164=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5EA4 is #42A15B. Grayscale: #828282. Windows color (decimal): -4366684 or 10772157. OLE color: 10772157.
HSL color Cylindrical-coordinate representation of color #BD5EA4: hue angle of 315.79º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5EA4 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 164 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.26 |
| HSL | 315.79º | 0.42% | 0.55% | - |
| HSV(B) | 315.79º | 0.5% | 0.74% | - |
| XYZ | 31.69 | 21.5 | 37.6 | - |
| YUV | 130.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 164 | 0 | 0.50 | 0.13 | 0.26 | 315.79 | 0.42 | 0.55 |
| Hex | BD | 5E | A4 | 0 | 32 | D | 1A | 13C | 2A | 37 |
| Octal | 275 | 136 | 244 | 0 | 62 | 15 | 32 | 474 | 52 | 67 |
| Binary | 10111101 | 1011110 | 10100100 | 0 | 110010 | 1101 | 11010 | 100111100 | 101010 | 110111 |
Color Harmonies of #BD5EA4
Complementary color
Monochromatic Colors of #BD5EA4
Black with #BD5EA4
Text Example
Text Example
White with #BD5EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EA4; }
p { color: rgb(189,94,164); }
H1.HeaderClassName
{
color: #BD5EA4;
}
.AnyTagClassName
{
color: #BD5EA4;
}
</style>
background-color css
<style>
a { background-color: #BD5EA4; }
a { background-color: rgb(189,94,164); }
div.DivClassName
{
background-color: #BD5EA4;
}
.BgClassName
{
background-color: #BD5EA4;
}
</style>
border-color css
<style>
span { border-color: #BD5EA4; }
span { border-color: rgb(189,94,164); }
td.TdClassName
{
border-color: #BD5EA4;
}
.TagClassName
{
border-color: #BD5EA4;
}
</style>