Shades of Medium Red Violet #B121AA
Tints of Medium Red Violet #B121AA
RGB
CMYK
RGB Variations
Color information
#B121AA (or 0xB121AA) is known color: Medium Red Violet. HEX triplet: B1, 21 and AA. RGB value is (177,33,170). Sum of RGB (Red+Green+Blue) = 177+33+170=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B121AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B121AA is #4EDE55. Grayscale: #5B5B5B. Windows color (decimal): -5168726 or 11149745. OLE color: 11149745.
HSL color Cylindrical-coordinate representation of color #B121AA: hue angle of 302.92º 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 #B121AA is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 170 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.31 |
| HSL | 302.92º | 0.69% | 0.41% | - |
| HSV(B) | 302.92º | 0.81% | 0.69% | - |
| XYZ | 25.93 | 13.34 | 39.24 | - |
| YUV | 91.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 170 | 0 | 0.81 | 0.04 | 0.31 | 302.92 | 0.69 | 0.41 |
| Hex | B1 | 21 | AA | 0 | 51 | 4 | 1F | 12F | 45 | 29 |
| Octal | 261 | 41 | 252 | 0 | 121 | 4 | 37 | 457 | 105 | 51 |
| Binary | 10110001 | 100001 | 10101010 | 0 | 1010001 | 100 | 11111 | 100101111 | 1000101 | 101001 |
Color Harmonies of #B121AA
Complementary color
Monochromatic Colors of #B121AA
Black with #B121AA
Text Example
Text Example
White with #B121AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121AA; }
p { color: rgb(177,33,170); }
H1.HeaderClassName
{
color: #B121AA;
}
.AnyTagClassName
{
color: #B121AA;
}
</style>
background-color css
<style>
a { background-color: #B121AA; }
a { background-color: rgb(177,33,170); }
div.DivClassName
{
background-color: #B121AA;
}
.BgClassName
{
background-color: #B121AA;
}
</style>
border-color css
<style>
span { border-color: #B121AA; }
span { border-color: rgb(177,33,170); }
td.TdClassName
{
border-color: #B121AA;
}
.TagClassName
{
border-color: #B121AA;
}
</style>