Shades of Mulberry #BD5A9E
Tints of Mulberry #BD5A9E
RGB
CMYK
RGB Variations
Color information
#BD5A9E (or 0xBD5A9E) is known color: Mulberry. HEX triplet: BD, 5A and 9E. RGB value is (189,90,158). Sum of RGB (Red+Green+Blue) = 189+90+158=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5A9E is #42A561. Grayscale: #7F7F7F. Windows color (decimal): -4367714 or 10377917. OLE color: 10377917.
HSL color Cylindrical-coordinate representation of color #BD5A9E: hue angle of 318.79º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5A9E is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 90 | 158 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.26 |
| HSL | 318.79º | 0.43% | 0.55% | - |
| HSV(B) | 318.79º | 0.52% | 0.74% | - |
| XYZ | 30.81 | 20.6 | 34.7 | - |
| YUV | 127.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 158 | 0 | 0.52 | 0.16 | 0.26 | 318.79 | 0.43 | 0.55 |
| Hex | BD | 5A | 9E | 0 | 34 | 10 | 1A | 13F | 2B | 37 |
| Octal | 275 | 132 | 236 | 0 | 64 | 20 | 32 | 477 | 53 | 67 |
| Binary | 10111101 | 1011010 | 10011110 | 0 | 110100 | 10000 | 11010 | 100111111 | 101011 | 110111 |
Color Harmonies of #BD5A9E
Complementary color
Monochromatic Colors of #BD5A9E
Black with #BD5A9E
Text Example
Text Example
White with #BD5A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5A9E; }
p { color: rgb(189,90,158); }
H1.HeaderClassName
{
color: #BD5A9E;
}
.AnyTagClassName
{
color: #BD5A9E;
}
</style>
background-color css
<style>
a { background-color: #BD5A9E; }
a { background-color: rgb(189,90,158); }
div.DivClassName
{
background-color: #BD5A9E;
}
.BgClassName
{
background-color: #BD5A9E;
}
</style>
border-color css
<style>
span { border-color: #BD5A9E; }
span { border-color: rgb(189,90,158); }
td.TdClassName
{
border-color: #BD5A9E;
}
.TagClassName
{
border-color: #BD5A9E;
}
</style>