Shades of Mulberry #BB5CA2
Tints of Mulberry #BB5CA2
RGB
CMYK
RGB Variations
Color information
#BB5CA2 (or 0xBB5CA2) is known color: Mulberry. HEX triplet: BB, 5C and A2. RGB value is (187,92,162). Sum of RGB (Red+Green+Blue) = 187+92+162=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CA2 is #44A35D. Grayscale: #808080. Windows color (decimal): -4498270 or 10640571. OLE color: 10640571.
HSL color Cylindrical-coordinate representation of color #BB5CA2: hue angle of 315.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5CA2 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 162 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.27 |
| HSL | 315.79º | 0.41% | 0.55% | - |
| HSV(B) | 315.79º | 0.51% | 0.73% | - |
| XYZ | 30.84 | 20.83 | 36.58 | - |
| YUV | 128.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 162 | 0 | 0.51 | 0.13 | 0.27 | 315.79 | 0.41 | 0.55 |
| Hex | BB | 5C | A2 | 0 | 33 | D | 1B | 13C | 29 | 37 |
| Octal | 273 | 134 | 242 | 0 | 63 | 15 | 33 | 474 | 51 | 67 |
| Binary | 10111011 | 1011100 | 10100010 | 0 | 110011 | 1101 | 11011 | 100111100 | 101001 | 110111 |
Color Harmonies of #BB5CA2
Complementary color
Monochromatic Colors of #BB5CA2
Black with #BB5CA2
Text Example
Text Example
White with #BB5CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5CA2; }
p { color: rgb(187,92,162); }
H1.HeaderClassName
{
color: #BB5CA2;
}
.AnyTagClassName
{
color: #BB5CA2;
}
</style>
background-color css
<style>
a { background-color: #BB5CA2; }
a { background-color: rgb(187,92,162); }
div.DivClassName
{
background-color: #BB5CA2;
}
.BgClassName
{
background-color: #BB5CA2;
}
</style>
border-color css
<style>
span { border-color: #BB5CA2; }
span { border-color: rgb(187,92,162); }
td.TdClassName
{
border-color: #BB5CA2;
}
.TagClassName
{
border-color: #BB5CA2;
}
</style>