Shades of Mulberry #BB5A9A
Tints of Mulberry #BB5A9A
RGB
CMYK
RGB Variations
Color information
#BB5A9A (or 0xBB5A9A) is known color: Mulberry. HEX triplet: BB, 5A and 9A. RGB value is (187,90,154). Sum of RGB (Red+Green+Blue) = 187+90+154=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A9A is #44A565. Grayscale: #7E7E7E. Windows color (decimal): -4498790 or 10115771. OLE color: 10115771.
HSL color Cylindrical-coordinate representation of color #BB5A9A: hue angle of 320.41º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5A9A is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 154 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.27 |
| HSL | 320.41º | 0.42% | 0.54% | - |
| HSV(B) | 320.41º | 0.52% | 0.73% | - |
| XYZ | 29.98 | 20.21 | 32.89 | - |
| YUV | 126.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 154 | 0 | 0.52 | 0.18 | 0.27 | 320.41 | 0.42 | 0.54 |
| Hex | BB | 5A | 9A | 0 | 34 | 12 | 1B | 140 | 2A | 36 |
| Octal | 273 | 132 | 232 | 0 | 64 | 22 | 33 | 500 | 52 | 66 |
| Binary | 10111011 | 1011010 | 10011010 | 0 | 110100 | 10010 | 11011 | 101000000 | 101010 | 110110 |
Color Harmonies of #BB5A9A
Complementary color
Monochromatic Colors of #BB5A9A
Black with #BB5A9A
Text Example
Text Example
White with #BB5A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A9A; }
p { color: rgb(187,90,154); }
H1.HeaderClassName
{
color: #BB5A9A;
}
.AnyTagClassName
{
color: #BB5A9A;
}
</style>
background-color css
<style>
a { background-color: #BB5A9A; }
a { background-color: rgb(187,90,154); }
div.DivClassName
{
background-color: #BB5A9A;
}
.BgClassName
{
background-color: #BB5A9A;
}
</style>
border-color css
<style>
span { border-color: #BB5A9A; }
span { border-color: rgb(187,90,154); }
td.TdClassName
{
border-color: #BB5A9A;
}
.TagClassName
{
border-color: #BB5A9A;
}
</style>