Shades of Medium Violet Red #BB1CA0
Tints of Medium Violet Red #BB1CA0
RGB
CMYK
RGB Variations
Color information
#BB1CA0 (or 0xBB1CA0) is known color: Medium Violet Red. HEX triplet: BB, 1C and A0. RGB value is (187,28,160). Sum of RGB (Red+Green+Blue) = 187+28+160=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1CA0 is #44E35F. Grayscale: #5A5A5A. Windows color (decimal): -4514656 or 10493115. OLE color: 10493115.
HSL color Cylindrical-coordinate representation of color #BB1CA0: hue angle of 310.19º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1CA0 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 160 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.27 |
| HSL | 310.19º | 0.74% | 0.42% | - |
| HSV(B) | 310.19º | 0.85% | 0.73% | - |
| XYZ | 27.25 | 13.93 | 34.51 | - |
| YUV | 90.59 | 167.18 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 160 | 0 | 0.85 | 0.14 | 0.27 | 310.19 | 0.74 | 0.42 |
| Hex | BB | 1C | A0 | 0 | 55 | E | 1B | 136 | 4A | 2A |
| Octal | 273 | 34 | 240 | 0 | 125 | 16 | 33 | 466 | 112 | 52 |
| Binary | 10111011 | 11100 | 10100000 | 0 | 1010101 | 1110 | 11011 | 100110110 | 1001010 | 101010 |
Color Harmonies of #BB1CA0
Complementary color
Monochromatic Colors of #BB1CA0
Black with #BB1CA0
Text Example
Text Example
White with #BB1CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CA0; }
p { color: rgb(187,28,160); }
H1.HeaderClassName
{
color: #BB1CA0;
}
.AnyTagClassName
{
color: #BB1CA0;
}
</style>
background-color css
<style>
a { background-color: #BB1CA0; }
a { background-color: rgb(187,28,160); }
div.DivClassName
{
background-color: #BB1CA0;
}
.BgClassName
{
background-color: #BB1CA0;
}
</style>
border-color css
<style>
span { border-color: #BB1CA0; }
span { border-color: rgb(187,28,160); }
td.TdClassName
{
border-color: #BB1CA0;
}
.TagClassName
{
border-color: #BB1CA0;
}
</style>