Shades of Medium Violet Red #B721A5
Tints of Medium Violet Red #B721A5
RGB
CMYK
RGB Variations
Color information
#B721A5 (or 0xB721A5) is known color: Medium Violet Red. HEX triplet: B7, 21 and A5. RGB value is (183,33,165). Sum of RGB (Red+Green+Blue) = 183+33+165=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B721A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721A5 is #48DE5A. Grayscale: #5C5C5C. Windows color (decimal): -4775515 or 10822071. OLE color: 10822071.
HSL color Cylindrical-coordinate representation of color #B721A5: hue angle of 307.2º 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 #B721A5 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 165 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.28 |
| HSL | 307.2º | 0.69% | 0.42% | - |
| HSV(B) | 307.2º | 0.82% | 0.72% | - |
| XYZ | 26.86 | 13.87 | 36.86 | - |
| YUV | 92.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 165 | 0 | 0.82 | 0.10 | 0.28 | 307.2 | 0.69 | 0.42 |
| Hex | B7 | 21 | A5 | 0 | 52 | A | 1C | 133 | 45 | 2A |
| Octal | 267 | 41 | 245 | 0 | 122 | 12 | 34 | 463 | 105 | 52 |
| Binary | 10110111 | 100001 | 10100101 | 0 | 1010010 | 1010 | 11100 | 100110011 | 1000101 | 101010 |
Color Harmonies of #B721A5
Complementary color
Monochromatic Colors of #B721A5
Black with #B721A5
Text Example
Text Example
White with #B721A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721A5; }
p { color: rgb(183,33,165); }
H1.HeaderClassName
{
color: #B721A5;
}
.AnyTagClassName
{
color: #B721A5;
}
</style>
background-color css
<style>
a { background-color: #B721A5; }
a { background-color: rgb(183,33,165); }
div.DivClassName
{
background-color: #B721A5;
}
.BgClassName
{
background-color: #B721A5;
}
</style>
border-color css
<style>
span { border-color: #B721A5; }
span { border-color: rgb(183,33,165); }
td.TdClassName
{
border-color: #B721A5;
}
.TagClassName
{
border-color: #B721A5;
}
</style>