Shades of Mulberry #BB5DA0
Tints of Mulberry #BB5DA0
RGB
CMYK
RGB Variations
Color information
#BB5DA0 (or 0xBB5DA0) is known color: Mulberry. HEX triplet: BB, 5D and A0. RGB value is (187,93,160). Sum of RGB (Red+Green+Blue) = 187+93+160=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DA0 is #44A25F. Grayscale: #808080. Windows color (decimal): -4498016 or 10509755. OLE color: 10509755.
HSL color Cylindrical-coordinate representation of color #BB5DA0: hue angle of 317.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5DA0 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 160 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.27 |
| HSL | 317.23º | 0.41% | 0.55% | - |
| HSV(B) | 317.23º | 0.5% | 0.73% | - |
| XYZ | 30.75 | 20.93 | 35.68 | - |
| YUV | 128.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 160 | 0 | 0.50 | 0.14 | 0.27 | 317.23 | 0.41 | 0.55 |
| Hex | BB | 5D | A0 | 0 | 32 | E | 1B | 13D | 29 | 37 |
| Octal | 273 | 135 | 240 | 0 | 62 | 16 | 33 | 475 | 51 | 67 |
| Binary | 10111011 | 1011101 | 10100000 | 0 | 110010 | 1110 | 11011 | 100111101 | 101001 | 110111 |
Color Harmonies of #BB5DA0
Complementary color
Monochromatic Colors of #BB5DA0
Black with #BB5DA0
Text Example
Text Example
White with #BB5DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5DA0; }
p { color: rgb(187,93,160); }
H1.HeaderClassName
{
color: #BB5DA0;
}
.AnyTagClassName
{
color: #BB5DA0;
}
</style>
background-color css
<style>
a { background-color: #BB5DA0; }
a { background-color: rgb(187,93,160); }
div.DivClassName
{
background-color: #BB5DA0;
}
.BgClassName
{
background-color: #BB5DA0;
}
</style>
border-color css
<style>
span { border-color: #BB5DA0; }
span { border-color: rgb(187,93,160); }
td.TdClassName
{
border-color: #BB5DA0;
}
.TagClassName
{
border-color: #BB5DA0;
}
</style>