Shades of Medium Violet Red #B721A8
Tints of Medium Violet Red #B721A8
RGB
CMYK
RGB Variations
Color information
#B721A8 (or 0xB721A8) is known color: Medium Violet Red. HEX triplet: B7, 21 and A8. RGB value is (183,33,168). Sum of RGB (Red+Green+Blue) = 183+33+168=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B721A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721A8 is #48DE57. Grayscale: #5C5C5C. Windows color (decimal): -4775512 or 11018679. OLE color: 11018679.
HSL color Cylindrical-coordinate representation of color #B721A8: hue angle of 306º 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 #B721A8 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 168 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.28 |
| HSL | 306º | 0.69% | 0.42% | - |
| HSV(B) | 306º | 0.82% | 0.72% | - |
| XYZ | 27.14 | 13.98 | 38.31 | - |
| YUV | 93.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 168 | 0 | 0.82 | 0.08 | 0.28 | 306 | 0.69 | 0.42 |
| Hex | B7 | 21 | A8 | 0 | 52 | 8 | 1C | 132 | 45 | 2A |
| Octal | 267 | 41 | 250 | 0 | 122 | 10 | 34 | 462 | 105 | 52 |
| Binary | 10110111 | 100001 | 10101000 | 0 | 1010010 | 1000 | 11100 | 100110010 | 1000101 | 101010 |
Color Harmonies of #B721A8
Complementary color
Monochromatic Colors of #B721A8
Black with #B721A8
Text Example
Text Example
White with #B721A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721A8; }
p { color: rgb(183,33,168); }
H1.HeaderClassName
{
color: #B721A8;
}
.AnyTagClassName
{
color: #B721A8;
}
</style>
background-color css
<style>
a { background-color: #B721A8; }
a { background-color: rgb(183,33,168); }
div.DivClassName
{
background-color: #B721A8;
}
.BgClassName
{
background-color: #B721A8;
}
</style>
border-color css
<style>
span { border-color: #B721A8; }
span { border-color: rgb(183,33,168); }
td.TdClassName
{
border-color: #B721A8;
}
.TagClassName
{
border-color: #B721A8;
}
</style>