Shades of Mulberry #BB5F90
Tints of Mulberry #BB5F90
RGB
CMYK
RGB Variations
Color information
#BB5F90 (or 0xBB5F90) is known color: Mulberry. HEX triplet: BB, 5F and 90. RGB value is (187,95,144). Sum of RGB (Red+Green+Blue) = 187+95+144=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5F90 is #44A06F. Grayscale: #7F7F7F. Windows color (decimal): -4497520 or 9461691. OLE color: 9461691.
HSL color Cylindrical-coordinate representation of color #BB5F90: hue angle of 328.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB5F90 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 95 | 144 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.27 |
| HSL | 328.04º | 0.4% | 0.55% | - |
| HSV(B) | 328.04º | 0.49% | 0.73% | - |
| XYZ | 29.62 | 20.76 | 28.83 | - |
| YUV | 128.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 144 | 0 | 0.49 | 0.23 | 0.27 | 328.04 | 0.4 | 0.55 |
| Hex | BB | 5F | 90 | 0 | 31 | 17 | 1B | 148 | 28 | 37 |
| Octal | 273 | 137 | 220 | 0 | 61 | 27 | 33 | 510 | 50 | 67 |
| Binary | 10111011 | 1011111 | 10010000 | 0 | 110001 | 10111 | 11011 | 101001000 | 101000 | 110111 |
Color Harmonies of #BB5F90
Complementary color
Monochromatic Colors of #BB5F90
Black with #BB5F90
Text Example
Text Example
White with #BB5F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5F90; }
p { color: rgb(187,95,144); }
H1.HeaderClassName
{
color: #BB5F90;
}
.AnyTagClassName
{
color: #BB5F90;
}
</style>
background-color css
<style>
a { background-color: #BB5F90; }
a { background-color: rgb(187,95,144); }
div.DivClassName
{
background-color: #BB5F90;
}
.BgClassName
{
background-color: #BB5F90;
}
</style>
border-color css
<style>
span { border-color: #BB5F90; }
span { border-color: rgb(187,95,144); }
td.TdClassName
{
border-color: #BB5F90;
}
.TagClassName
{
border-color: #BB5F90;
}
</style>