Shades of Medium Violet Red #BB1BA3
Tints of Medium Violet Red #BB1BA3
RGB
CMYK
RGB Variations
Color information
#BB1BA3 (or 0xBB1BA3) is known color: Medium Violet Red. HEX triplet: BB, 1B and A3. RGB value is (187,27,163). Sum of RGB (Red+Green+Blue) = 187+27+163=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1BA3 is #44E45C. Grayscale: #595959. Windows color (decimal): -4514909 or 10689467. OLE color: 10689467.
HSL color Cylindrical-coordinate representation of color #BB1BA3: hue angle of 309º 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 #BB1BA3 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 163 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.27 |
| HSL | 309º | 0.75% | 0.42% | - |
| HSV(B) | 309º | 0.86% | 0.73% | - |
| XYZ | 27.5 | 13.99 | 35.9 | - |
| YUV | 90.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 163 | 0 | 0.86 | 0.13 | 0.27 | 309 | 0.75 | 0.42 |
| Hex | BB | 1B | A3 | 0 | 56 | D | 1B | 135 | 4B | 2A |
| Octal | 273 | 33 | 243 | 0 | 126 | 15 | 33 | 465 | 113 | 52 |
| Binary | 10111011 | 11011 | 10100011 | 0 | 1010110 | 1101 | 11011 | 100110101 | 1001011 | 101010 |
Color Harmonies of #BB1BA3
Complementary color
Monochromatic Colors of #BB1BA3
Black with #BB1BA3
Text Example
Text Example
White with #BB1BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BA3; }
p { color: rgb(187,27,163); }
H1.HeaderClassName
{
color: #BB1BA3;
}
.AnyTagClassName
{
color: #BB1BA3;
}
</style>
background-color css
<style>
a { background-color: #BB1BA3; }
a { background-color: rgb(187,27,163); }
div.DivClassName
{
background-color: #BB1BA3;
}
.BgClassName
{
background-color: #BB1BA3;
}
</style>
border-color css
<style>
span { border-color: #BB1BA3; }
span { border-color: rgb(187,27,163); }
td.TdClassName
{
border-color: #BB1BA3;
}
.TagClassName
{
border-color: #BB1BA3;
}
</style>