Shades of Medium Violet Red #BB1BA0
Tints of Medium Violet Red #BB1BA0
RGB
CMYK
RGB Variations
Color information
#BB1BA0 (or 0xBB1BA0) is known color: Medium Violet Red. HEX triplet: BB, 1B and A0. RGB value is (187,27,160). Sum of RGB (Red+Green+Blue) = 187+27+160=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1BA0 is #44E45F. Grayscale: #595959. Windows color (decimal): -4514912 or 10492859. OLE color: 10492859.
HSL color Cylindrical-coordinate representation of color #BB1BA0: hue angle of 310.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1BA0 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 160 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.27 |
| HSL | 310.13º | 0.75% | 0.42% | - |
| HSV(B) | 310.13º | 0.86% | 0.73% | - |
| XYZ | 27.23 | 13.89 | 34.5 | - |
| YUV | 90 | 167.51 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 160 | 0 | 0.86 | 0.14 | 0.27 | 310.13 | 0.75 | 0.42 |
| Hex | BB | 1B | A0 | 0 | 56 | E | 1B | 136 | 4B | 2A |
| Octal | 273 | 33 | 240 | 0 | 126 | 16 | 33 | 466 | 113 | 52 |
| Binary | 10111011 | 11011 | 10100000 | 0 | 1010110 | 1110 | 11011 | 100110110 | 1001011 | 101010 |
Color Harmonies of #BB1BA0
Complementary color
Monochromatic Colors of #BB1BA0
Black with #BB1BA0
Text Example
Text Example
White with #BB1BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BA0; }
p { color: rgb(187,27,160); }
H1.HeaderClassName
{
color: #BB1BA0;
}
.AnyTagClassName
{
color: #BB1BA0;
}
</style>
background-color css
<style>
a { background-color: #BB1BA0; }
a { background-color: rgb(187,27,160); }
div.DivClassName
{
background-color: #BB1BA0;
}
.BgClassName
{
background-color: #BB1BA0;
}
</style>
border-color css
<style>
span { border-color: #BB1BA0; }
span { border-color: rgb(187,27,160); }
td.TdClassName
{
border-color: #BB1BA0;
}
.TagClassName
{
border-color: #BB1BA0;
}
</style>