Shades of Medium Violet Red #BB1BAB
Tints of Medium Violet Red #BB1BAB
RGB
CMYK
RGB Variations
Color information
#BB1BAB (or 0xBB1BAB) is known color: Medium Violet Red. HEX triplet: BB, 1B and AB. RGB value is (187,27,171). Sum of RGB (Red+Green+Blue) = 187+27+171=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1BAB is #44E454. Grayscale: #5A5A5A. Windows color (decimal): -4514901 or 11213755. OLE color: 11213755.
HSL color Cylindrical-coordinate representation of color #BB1BAB: hue angle of 306º 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 #BB1BAB is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 171 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.27 |
| HSL | 306º | 0.75% | 0.42% | - |
| HSV(B) | 306º | 0.86% | 0.73% | - |
| XYZ | 28.24 | 14.29 | 39.8 | - |
| YUV | 91.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 171 | 0 | 0.86 | 0.09 | 0.27 | 306 | 0.75 | 0.42 |
| Hex | BB | 1B | AB | 0 | 56 | 9 | 1B | 132 | 4B | 2A |
| Octal | 273 | 33 | 253 | 0 | 126 | 11 | 33 | 462 | 113 | 52 |
| Binary | 10111011 | 11011 | 10101011 | 0 | 1010110 | 1001 | 11011 | 100110010 | 1001011 | 101010 |
Color Harmonies of #BB1BAB
Complementary color
Monochromatic Colors of #BB1BAB
Black with #BB1BAB
Text Example
Text Example
White with #BB1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BAB; }
p { color: rgb(187,27,171); }
H1.HeaderClassName
{
color: #BB1BAB;
}
.AnyTagClassName
{
color: #BB1BAB;
}
</style>
background-color css
<style>
a { background-color: #BB1BAB; }
a { background-color: rgb(187,27,171); }
div.DivClassName
{
background-color: #BB1BAB;
}
.BgClassName
{
background-color: #BB1BAB;
}
</style>
border-color css
<style>
span { border-color: #BB1BAB; }
span { border-color: rgb(187,27,171); }
td.TdClassName
{
border-color: #BB1BAB;
}
.TagClassName
{
border-color: #BB1BAB;
}
</style>