Shades of Mulberry #BB5A83
Tints of Mulberry #BB5A83
RGB
CMYK
RGB Variations
Color information
#BB5A83 (or 0xBB5A83) is known color: Mulberry. HEX triplet: BB, 5A and 83. RGB value is (187,90,131). Sum of RGB (Red+Green+Blue) = 187+90+131=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A83 is #44A57C. Grayscale: #7B7B7B. Windows color (decimal): -4498813 or 8608443. OLE color: 8608443.
HSL color Cylindrical-coordinate representation of color #BB5A83: hue angle of 334.64º 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 #BB5A83 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 131 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.27 |
| HSL | 334.64º | 0.42% | 0.54% | - |
| HSV(B) | 334.64º | 0.52% | 0.73% | - |
| XYZ | 28.25 | 19.52 | 23.75 | - |
| YUV | 123.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 131 | 0 | 0.52 | 0.30 | 0.27 | 334.64 | 0.42 | 0.54 |
| Hex | BB | 5A | 83 | 0 | 34 | 1E | 1B | 14F | 2A | 36 |
| Octal | 273 | 132 | 203 | 0 | 64 | 36 | 33 | 517 | 52 | 66 |
| Binary | 10111011 | 1011010 | 10000011 | 0 | 110100 | 11110 | 11011 | 101001111 | 101010 | 110110 |
Color Harmonies of #BB5A83
Complementary color
Monochromatic Colors of #BB5A83
Black with #BB5A83
Text Example
Text Example
White with #BB5A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5A83; }
p { color: rgb(187,90,131); }
H1.HeaderClassName
{
color: #BB5A83;
}
.AnyTagClassName
{
color: #BB5A83;
}
</style>
background-color css
<style>
a { background-color: #BB5A83; }
a { background-color: rgb(187,90,131); }
div.DivClassName
{
background-color: #BB5A83;
}
.BgClassName
{
background-color: #BB5A83;
}
</style>
border-color css
<style>
span { border-color: #BB5A83; }
span { border-color: rgb(187,90,131); }
td.TdClassName
{
border-color: #BB5A83;
}
.TagClassName
{
border-color: #BB5A83;
}
</style>