Shades of Medium Red Violet #B121AB
Tints of Medium Red Violet #B121AB
RGB
CMYK
RGB Variations
Color information
#B121AB (or 0xB121AB) is known color: Medium Red Violet. HEX triplet: B1, 21 and AB. RGB value is (177,33,171). Sum of RGB (Red+Green+Blue) = 177+33+171=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B121AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B121AB is #4EDE54. Grayscale: #5B5B5B. Windows color (decimal): -5168725 or 11215281. OLE color: 11215281.
HSL color Cylindrical-coordinate representation of color #B121AB: hue angle of 302.5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B121AB is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 171 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.31 |
| HSL | 302.5º | 0.69% | 0.41% | - |
| HSV(B) | 302.5º | 0.81% | 0.69% | - |
| XYZ | 26.03 | 13.38 | 39.74 | - |
| YUV | 91.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 171 | 0 | 0.81 | 0.03 | 0.31 | 302.5 | 0.69 | 0.41 |
| Hex | B1 | 21 | AB | 0 | 51 | 3 | 1F | 12E | 45 | 29 |
| Octal | 261 | 41 | 253 | 0 | 121 | 3 | 37 | 456 | 105 | 51 |
| Binary | 10110001 | 100001 | 10101011 | 0 | 1010001 | 11 | 11111 | 100101110 | 1000101 | 101001 |
Color Harmonies of #B121AB
Complementary color
Monochromatic Colors of #B121AB
Black with #B121AB
Text Example
Text Example
White with #B121AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121AB; }
p { color: rgb(177,33,171); }
H1.HeaderClassName
{
color: #B121AB;
}
.AnyTagClassName
{
color: #B121AB;
}
</style>
background-color css
<style>
a { background-color: #B121AB; }
a { background-color: rgb(177,33,171); }
div.DivClassName
{
background-color: #B121AB;
}
.BgClassName
{
background-color: #B121AB;
}
</style>
border-color css
<style>
span { border-color: #B121AB; }
span { border-color: rgb(177,33,171); }
td.TdClassName
{
border-color: #B121AB;
}
.TagClassName
{
border-color: #B121AB;
}
</style>