Shades of Medium Violet Red #B721A1
Tints of Medium Violet Red #B721A1
RGB
CMYK
RGB Variations
Color information
#B721A1 (or 0xB721A1) is known color: Medium Violet Red. HEX triplet: B7, 21 and A1. RGB value is (183,33,161). Sum of RGB (Red+Green+Blue) = 183+33+161=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B721A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721A1 is #48DE5E. Grayscale: #5C5C5C. Windows color (decimal): -4775519 or 10559927. OLE color: 10559927.
HSL color Cylindrical-coordinate representation of color #B721A1: hue angle of 308.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 #B721A1 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 161 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.28 |
| HSL | 308.8º | 0.69% | 0.42% | - |
| HSV(B) | 308.8º | 0.82% | 0.72% | - |
| XYZ | 26.51 | 13.73 | 34.97 | - |
| YUV | 92.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 161 | 0 | 0.82 | 0.12 | 0.28 | 308.8 | 0.69 | 0.42 |
| Hex | B7 | 21 | A1 | 0 | 52 | C | 1C | 135 | 45 | 2A |
| Octal | 267 | 41 | 241 | 0 | 122 | 14 | 34 | 465 | 105 | 52 |
| Binary | 10110111 | 100001 | 10100001 | 0 | 1010010 | 1100 | 11100 | 100110101 | 1000101 | 101010 |
Color Harmonies of #B721A1
Complementary color
Monochromatic Colors of #B721A1
Black with #B721A1
Text Example
Text Example
White with #B721A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721A1; }
p { color: rgb(183,33,161); }
H1.HeaderClassName
{
color: #B721A1;
}
.AnyTagClassName
{
color: #B721A1;
}
</style>
background-color css
<style>
a { background-color: #B721A1; }
a { background-color: rgb(183,33,161); }
div.DivClassName
{
background-color: #B721A1;
}
.BgClassName
{
background-color: #B721A1;
}
</style>
border-color css
<style>
span { border-color: #B721A1; }
span { border-color: rgb(183,33,161); }
td.TdClassName
{
border-color: #B721A1;
}
.TagClassName
{
border-color: #B721A1;
}
</style>