Shades of Medium Red Violet #B722A1
Tints of Medium Red Violet #B722A1
RGB
CMYK
RGB Variations
Color information
#B722A1 (or 0xB722A1) is known color: Medium Red Violet. HEX triplet: B7, 22 and A1. RGB value is (183,34,161). Sum of RGB (Red+Green+Blue) = 183+34+161=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B722A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B722A1 is #48DD5E. Grayscale: #5C5C5C. Windows color (decimal): -4775263 or 10560183. OLE color: 10560183.
HSL color Cylindrical-coordinate representation of color #B722A1: hue angle of 308.86º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B722A1 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 161 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.28 |
| HSL | 308.86º | 0.69% | 0.43% | - |
| HSV(B) | 308.86º | 0.81% | 0.72% | - |
| XYZ | 26.53 | 13.78 | 34.98 | - |
| YUV | 93.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 161 | 0 | 0.81 | 0.12 | 0.28 | 308.86 | 0.69 | 0.43 |
| Hex | B7 | 22 | A1 | 0 | 51 | C | 1C | 135 | 45 | 2B |
| Octal | 267 | 42 | 241 | 0 | 121 | 14 | 34 | 465 | 105 | 53 |
| Binary | 10110111 | 100010 | 10100001 | 0 | 1010001 | 1100 | 11100 | 100110101 | 1000101 | 101011 |
Color Harmonies of #B722A1
Complementary color
Monochromatic Colors of #B722A1
Black with #B722A1
Text Example
Text Example
White with #B722A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722A1; }
p { color: rgb(183,34,161); }
H1.HeaderClassName
{
color: #B722A1;
}
.AnyTagClassName
{
color: #B722A1;
}
</style>
background-color css
<style>
a { background-color: #B722A1; }
a { background-color: rgb(183,34,161); }
div.DivClassName
{
background-color: #B722A1;
}
.BgClassName
{
background-color: #B722A1;
}
</style>
border-color css
<style>
span { border-color: #B722A1; }
span { border-color: rgb(183,34,161); }
td.TdClassName
{
border-color: #B722A1;
}
.TagClassName
{
border-color: #B722A1;
}
</style>