Shades of Medium Violet Red #B721A3
Tints of Medium Violet Red #B721A3
RGB
CMYK
RGB Variations
Color information
#B721A3 (or 0xB721A3) is known color: Medium Violet Red. HEX triplet: B7, 21 and A3. RGB value is (183,33,163). Sum of RGB (Red+Green+Blue) = 183+33+163=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B721A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721A3 is #48DE5C. Grayscale: #5C5C5C. Windows color (decimal): -4775517 or 10690999. OLE color: 10690999.
HSL color Cylindrical-coordinate representation of color #B721A3: hue angle of 308º 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 #B721A3 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 163 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.28 |
| HSL | 308º | 0.69% | 0.42% | - |
| HSV(B) | 308º | 0.82% | 0.72% | - |
| XYZ | 26.68 | 13.8 | 35.91 | - |
| YUV | 92.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 163 | 0 | 0.82 | 0.11 | 0.28 | 308 | 0.69 | 0.42 |
| Hex | B7 | 21 | A3 | 0 | 52 | B | 1C | 134 | 45 | 2A |
| Octal | 267 | 41 | 243 | 0 | 122 | 13 | 34 | 464 | 105 | 52 |
| Binary | 10110111 | 100001 | 10100011 | 0 | 1010010 | 1011 | 11100 | 100110100 | 1000101 | 101010 |
Color Harmonies of #B721A3
Complementary color
Monochromatic Colors of #B721A3
Black with #B721A3
Text Example
Text Example
White with #B721A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721A3; }
p { color: rgb(183,33,163); }
H1.HeaderClassName
{
color: #B721A3;
}
.AnyTagClassName
{
color: #B721A3;
}
</style>
background-color css
<style>
a { background-color: #B721A3; }
a { background-color: rgb(183,33,163); }
div.DivClassName
{
background-color: #B721A3;
}
.BgClassName
{
background-color: #B721A3;
}
</style>
border-color css
<style>
span { border-color: #B721A3; }
span { border-color: rgb(183,33,163); }
td.TdClassName
{
border-color: #B721A3;
}
.TagClassName
{
border-color: #B721A3;
}
</style>