Shades of Mulberry #BB5397
Tints of Mulberry #BB5397
RGB
CMYK
RGB Variations
Color information
#BB5397 (or 0xBB5397) is known color: Mulberry. HEX triplet: BB, 53 and 97. RGB value is (187,83,151). Sum of RGB (Red+Green+Blue) = 187+83+151=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5397 is #44AC68. Grayscale: #797979. Windows color (decimal): -4500585 or 9917371. OLE color: 9917371.
HSL color Cylindrical-coordinate representation of color #BB5397: hue angle of 320.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5397 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 151 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.27 |
| HSL | 320.77º | 0.43% | 0.53% | - |
| HSV(B) | 320.77º | 0.56% | 0.73% | - |
| XYZ | 29.17 | 18.99 | 31.41 | - |
| YUV | 121.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 151 | 0 | 0.56 | 0.19 | 0.27 | 320.77 | 0.43 | 0.53 |
| Hex | BB | 53 | 97 | 0 | 38 | 13 | 1B | 141 | 2B | 35 |
| Octal | 273 | 123 | 227 | 0 | 70 | 23 | 33 | 501 | 53 | 65 |
| Binary | 10111011 | 1010011 | 10010111 | 0 | 111000 | 10011 | 11011 | 101000001 | 101011 | 110101 |
Color Harmonies of #BB5397
Complementary color
Monochromatic Colors of #BB5397
Black with #BB5397
Text Example
Text Example
White with #BB5397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5397; }
p { color: rgb(187,83,151); }
H1.HeaderClassName
{
color: #BB5397;
}
.AnyTagClassName
{
color: #BB5397;
}
</style>
background-color css
<style>
a { background-color: #BB5397; }
a { background-color: rgb(187,83,151); }
div.DivClassName
{
background-color: #BB5397;
}
.BgClassName
{
background-color: #BB5397;
}
</style>
border-color css
<style>
span { border-color: #BB5397; }
span { border-color: rgb(187,83,151); }
td.TdClassName
{
border-color: #BB5397;
}
.TagClassName
{
border-color: #BB5397;
}
</style>