Shades of Mulberry #BB459F
Tints of Mulberry #BB459F
RGB
CMYK
RGB Variations
Color information
#BB459F (or 0xBB459F) is known color: Mulberry. HEX triplet: BB, 45 and 9F. RGB value is (187,69,159). Sum of RGB (Red+Green+Blue) = 187+69+159=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB459F is #44BA60. Grayscale: #727272. Windows color (decimal): -4504161 or 10438075. OLE color: 10438075.
HSL color Cylindrical-coordinate representation of color #BB459F: hue angle of 314.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB459F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 159 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.27 |
| HSL | 314.24º | 0.46% | 0.5% | - |
| HSV(B) | 314.24º | 0.63% | 0.73% | - |
| XYZ | 28.88 | 17.32 | 34.62 | - |
| YUV | 114.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 159 | 0 | 0.63 | 0.15 | 0.27 | 314.24 | 0.46 | 0.5 |
| Hex | BB | 45 | 9F | 0 | 3F | F | 1B | 13A | 2E | 32 |
| Octal | 273 | 105 | 237 | 0 | 77 | 17 | 33 | 472 | 56 | 62 |
| Binary | 10111011 | 1000101 | 10011111 | 0 | 111111 | 1111 | 11011 | 100111010 | 101110 | 110010 |
Color Harmonies of #BB459F
Complementary color
Monochromatic Colors of #BB459F
Black with #BB459F
Text Example
Text Example
White with #BB459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB459F; }
p { color: rgb(187,69,159); }
H1.HeaderClassName
{
color: #BB459F;
}
.AnyTagClassName
{
color: #BB459F;
}
</style>
background-color css
<style>
a { background-color: #BB459F; }
a { background-color: rgb(187,69,159); }
div.DivClassName
{
background-color: #BB459F;
}
.BgClassName
{
background-color: #BB459F;
}
</style>
border-color css
<style>
span { border-color: #BB459F; }
span { border-color: rgb(187,69,159); }
td.TdClassName
{
border-color: #BB459F;
}
.TagClassName
{
border-color: #BB459F;
}
</style>