Shades of Medium Violet Red #BB1BA9
Tints of Medium Violet Red #BB1BA9
RGB
CMYK
RGB Variations
Color information
#BB1BA9 (or 0xBB1BA9) is known color: Medium Violet Red. HEX triplet: BB, 1B and A9. RGB value is (187,27,169). Sum of RGB (Red+Green+Blue) = 187+27+169=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1BA9 is #44E456. Grayscale: #5A5A5A. Windows color (decimal): -4514903 or 11082683. OLE color: 11082683.
HSL color Cylindrical-coordinate representation of color #BB1BA9: hue angle of 306.75º 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 #BB1BA9 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 169 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.27 |
| HSL | 306.75º | 0.75% | 0.42% | - |
| HSV(B) | 306.75º | 0.86% | 0.73% | - |
| XYZ | 28.05 | 14.21 | 38.8 | - |
| YUV | 91.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 169 | 0 | 0.86 | 0.10 | 0.27 | 306.75 | 0.75 | 0.42 |
| Hex | BB | 1B | A9 | 0 | 56 | A | 1B | 133 | 4B | 2A |
| Octal | 273 | 33 | 251 | 0 | 126 | 12 | 33 | 463 | 113 | 52 |
| Binary | 10111011 | 11011 | 10101001 | 0 | 1010110 | 1010 | 11011 | 100110011 | 1001011 | 101010 |
Color Harmonies of #BB1BA9
Complementary color
Monochromatic Colors of #BB1BA9
Black with #BB1BA9
Text Example
Text Example
White with #BB1BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BA9; }
p { color: rgb(187,27,169); }
H1.HeaderClassName
{
color: #BB1BA9;
}
.AnyTagClassName
{
color: #BB1BA9;
}
</style>
background-color css
<style>
a { background-color: #BB1BA9; }
a { background-color: rgb(187,27,169); }
div.DivClassName
{
background-color: #BB1BA9;
}
.BgClassName
{
background-color: #BB1BA9;
}
</style>
border-color css
<style>
span { border-color: #BB1BA9; }
span { border-color: rgb(187,27,169); }
td.TdClassName
{
border-color: #BB1BA9;
}
.TagClassName
{
border-color: #BB1BA9;
}
</style>