Shades of Medium Violet Red #B721AB
Tints of Medium Violet Red #B721AB
RGB
CMYK
RGB Variations
Color information
#B721AB (or 0xB721AB) is known color: Medium Violet Red. HEX triplet: B7, 21 and AB. RGB value is (183,33,171). Sum of RGB (Red+Green+Blue) = 183+33+171=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B721AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721AB is #48DE54. Grayscale: #5D5D5D. Windows color (decimal): -4775509 or 11215287. OLE color: 11215287.
HSL color Cylindrical-coordinate representation of color #B721AB: hue angle of 304.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B721AB is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 171 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.28 |
| HSL | 304.8º | 0.69% | 0.42% | - |
| HSV(B) | 304.8º | 0.82% | 0.72% | - |
| XYZ | 27.42 | 14.1 | 39.8 | - |
| YUV | 93.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 171 | 0 | 0.82 | 0.07 | 0.28 | 304.8 | 0.69 | 0.42 |
| Hex | B7 | 21 | AB | 0 | 52 | 7 | 1C | 131 | 45 | 2A |
| Octal | 267 | 41 | 253 | 0 | 122 | 7 | 34 | 461 | 105 | 52 |
| Binary | 10110111 | 100001 | 10101011 | 0 | 1010010 | 111 | 11100 | 100110001 | 1000101 | 101010 |
Color Harmonies of #B721AB
Complementary color
Monochromatic Colors of #B721AB
Black with #B721AB
Text Example
Text Example
White with #B721AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721AB; }
p { color: rgb(183,33,171); }
H1.HeaderClassName
{
color: #B721AB;
}
.AnyTagClassName
{
color: #B721AB;
}
</style>
background-color css
<style>
a { background-color: #B721AB; }
a { background-color: rgb(183,33,171); }
div.DivClassName
{
background-color: #B721AB;
}
.BgClassName
{
background-color: #B721AB;
}
</style>
border-color css
<style>
span { border-color: #B721AB; }
span { border-color: rgb(183,33,171); }
td.TdClassName
{
border-color: #B721AB;
}
.TagClassName
{
border-color: #B721AB;
}
</style>