Shades of Mulberry #BD5A9A
Tints of Mulberry #BD5A9A
RGB
CMYK
RGB Variations
Color information
#BD5A9A (or 0xBD5A9A) is known color: Mulberry. HEX triplet: BD, 5A and 9A. RGB value is (189,90,154). Sum of RGB (Red+Green+Blue) = 189+90+154=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5A9A is #42A565. Grayscale: #7E7E7E. Windows color (decimal): -4367718 or 10115773. OLE color: 10115773.
HSL color Cylindrical-coordinate representation of color #BD5A9A: hue angle of 321.21º 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 #BD5A9A is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 90 | 154 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.26 |
| HSL | 321.21º | 0.43% | 0.55% | - |
| HSV(B) | 321.21º | 0.52% | 0.74% | - |
| XYZ | 30.48 | 20.46 | 32.92 | - |
| YUV | 126.9 | 143.3 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 154 | 0 | 0.52 | 0.19 | 0.26 | 321.21 | 0.43 | 0.55 |
| Hex | BD | 5A | 9A | 0 | 34 | 13 | 1A | 141 | 2B | 37 |
| Octal | 275 | 132 | 232 | 0 | 64 | 23 | 32 | 501 | 53 | 67 |
| Binary | 10111101 | 1011010 | 10011010 | 0 | 110100 | 10011 | 11010 | 101000001 | 101011 | 110111 |
Color Harmonies of #BD5A9A
Complementary color
Monochromatic Colors of #BD5A9A
Black with #BD5A9A
Text Example
Text Example
White with #BD5A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5A9A; }
p { color: rgb(189,90,154); }
H1.HeaderClassName
{
color: #BD5A9A;
}
.AnyTagClassName
{
color: #BD5A9A;
}
</style>
background-color css
<style>
a { background-color: #BD5A9A; }
a { background-color: rgb(189,90,154); }
div.DivClassName
{
background-color: #BD5A9A;
}
.BgClassName
{
background-color: #BD5A9A;
}
</style>
border-color css
<style>
span { border-color: #BD5A9A; }
span { border-color: rgb(189,90,154); }
td.TdClassName
{
border-color: #BD5A9A;
}
.TagClassName
{
border-color: #BD5A9A;
}
</style>