Shades of Medium Red Violet #B722AB
Tints of Medium Red Violet #B722AB
RGB
CMYK
RGB Variations
Color information
#B722AB (or 0xB722AB) is known color: Medium Red Violet. HEX triplet: B7, 22 and AB. RGB value is (183,34,171). Sum of RGB (Red+Green+Blue) = 183+34+171=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B722AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B722AB is #48DD54. Grayscale: #5D5D5D. Windows color (decimal): -4775253 or 11215543. OLE color: 11215543.
HSL color Cylindrical-coordinate representation of color #B722AB: hue angle of 304.83º 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 #B722AB is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 171 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.28 |
| HSL | 304.83º | 0.69% | 0.43% | - |
| HSV(B) | 304.83º | 0.81% | 0.72% | - |
| XYZ | 27.45 | 14.15 | 39.81 | - |
| YUV | 94.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 171 | 0 | 0.81 | 0.07 | 0.28 | 304.83 | 0.69 | 0.43 |
| Hex | B7 | 22 | AB | 0 | 51 | 7 | 1C | 131 | 45 | 2B |
| Octal | 267 | 42 | 253 | 0 | 121 | 7 | 34 | 461 | 105 | 53 |
| Binary | 10110111 | 100010 | 10101011 | 0 | 1010001 | 111 | 11100 | 100110001 | 1000101 | 101011 |
Color Harmonies of #B722AB
Complementary color
Monochromatic Colors of #B722AB
Black with #B722AB
Text Example
Text Example
White with #B722AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722AB; }
p { color: rgb(183,34,171); }
H1.HeaderClassName
{
color: #B722AB;
}
.AnyTagClassName
{
color: #B722AB;
}
</style>
background-color css
<style>
a { background-color: #B722AB; }
a { background-color: rgb(183,34,171); }
div.DivClassName
{
background-color: #B722AB;
}
.BgClassName
{
background-color: #B722AB;
}
</style>
border-color css
<style>
span { border-color: #B722AB; }
span { border-color: rgb(183,34,171); }
td.TdClassName
{
border-color: #B722AB;
}
.TagClassName
{
border-color: #B722AB;
}
</style>