Shades of Medium Red Violet #BB31A1
Tints of Medium Red Violet #BB31A1
RGB
CMYK
RGB Variations
Color information
#BB31A1 (or 0xBB31A1) is known color: Medium Red Violet. HEX triplet: BB, 31 and A1. RGB value is (187,49,161). Sum of RGB (Red+Green+Blue) = 187+49+161=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB31A1 is #44CE5E. Grayscale: #666666. Windows color (decimal): -4509279 or 10564027. OLE color: 10564027.
HSL color Cylindrical-coordinate representation of color #BB31A1: hue angle of 311.3º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB31A1 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 161 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.27 |
| HSL | 311.3º | 0.58% | 0.46% | - |
| HSV(B) | 311.3º | 0.74% | 0.73% | - |
| XYZ | 28.02 | 15.33 | 35.2 | - |
| YUV | 103.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 161 | 0 | 0.74 | 0.14 | 0.27 | 311.3 | 0.58 | 0.46 |
| Hex | BB | 31 | A1 | 0 | 4A | E | 1B | 137 | 3A | 2E |
| Octal | 273 | 61 | 241 | 0 | 112 | 16 | 33 | 467 | 72 | 56 |
| Binary | 10111011 | 110001 | 10100001 | 0 | 1001010 | 1110 | 11011 | 100110111 | 111010 | 101110 |
Color Harmonies of #BB31A1
Complementary color
Monochromatic Colors of #BB31A1
Black with #BB31A1
Text Example
Text Example
White with #BB31A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31A1; }
p { color: rgb(187,49,161); }
H1.HeaderClassName
{
color: #BB31A1;
}
.AnyTagClassName
{
color: #BB31A1;
}
</style>
background-color css
<style>
a { background-color: #BB31A1; }
a { background-color: rgb(187,49,161); }
div.DivClassName
{
background-color: #BB31A1;
}
.BgClassName
{
background-color: #BB31A1;
}
</style>
border-color css
<style>
span { border-color: #BB31A1; }
span { border-color: rgb(187,49,161); }
td.TdClassName
{
border-color: #BB31A1;
}
.TagClassName
{
border-color: #BB31A1;
}
</style>