Shades of Medium Violet Red #BB16A0
Tints of Medium Violet Red #BB16A0
RGB
CMYK
RGB Variations
Color information
#BB16A0 (or 0xBB16A0) is known color: Medium Violet Red. HEX triplet: BB, 16 and A0. RGB value is (187,22,160). Sum of RGB (Red+Green+Blue) = 187+22+160=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB16A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB16A0 is #44E95F. Grayscale: #565656. Windows color (decimal): -4516192 or 10491579. OLE color: 10491579.
HSL color Cylindrical-coordinate representation of color #BB16A0: hue angle of 309.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB16A0 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 160 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.27 |
| HSL | 309.82º | 0.79% | 0.41% | - |
| HSV(B) | 309.82º | 0.88% | 0.73% | - |
| XYZ | 27.13 | 13.68 | 34.47 | - |
| YUV | 87.07 | 169.16 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 160 | 0 | 0.88 | 0.14 | 0.27 | 309.82 | 0.79 | 0.41 |
| Hex | BB | 16 | A0 | 0 | 58 | E | 1B | 136 | 4F | 29 |
| Octal | 273 | 26 | 240 | 0 | 130 | 16 | 33 | 466 | 117 | 51 |
| Binary | 10111011 | 10110 | 10100000 | 0 | 1011000 | 1110 | 11011 | 100110110 | 1001111 | 101001 |
Color Harmonies of #BB16A0
Complementary color
Monochromatic Colors of #BB16A0
Black with #BB16A0
Text Example
Text Example
White with #BB16A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16A0; }
p { color: rgb(187,22,160); }
H1.HeaderClassName
{
color: #BB16A0;
}
.AnyTagClassName
{
color: #BB16A0;
}
</style>
background-color css
<style>
a { background-color: #BB16A0; }
a { background-color: rgb(187,22,160); }
div.DivClassName
{
background-color: #BB16A0;
}
.BgClassName
{
background-color: #BB16A0;
}
</style>
border-color css
<style>
span { border-color: #BB16A0; }
span { border-color: rgb(187,22,160); }
td.TdClassName
{
border-color: #BB16A0;
}
.TagClassName
{
border-color: #BB16A0;
}
</style>