Shades of Medium Violet Red #B721AC
Tints of Medium Violet Red #B721AC
RGB
CMYK
RGB Variations
Color information
#B721AC (or 0xB721AC) is known color: Medium Violet Red. HEX triplet: B7, 21 and AC. RGB value is (183,33,172). Sum of RGB (Red+Green+Blue) = 183+33+172=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B721AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721AC is #48DE53. Grayscale: #5D5D5D. Windows color (decimal): -4775508 or 11280823. OLE color: 11280823.
HSL color Cylindrical-coordinate representation of color #B721AC: hue angle of 304.4º 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 #B721AC is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 172 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.28 |
| HSL | 304.4º | 0.69% | 0.42% | - |
| HSV(B) | 304.4º | 0.82% | 0.72% | - |
| XYZ | 27.52 | 14.13 | 40.31 | - |
| YUV | 93.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 172 | 0 | 0.82 | 0.06 | 0.28 | 304.4 | 0.69 | 0.42 |
| Hex | B7 | 21 | AC | 0 | 52 | 6 | 1C | 130 | 45 | 2A |
| Octal | 267 | 41 | 254 | 0 | 122 | 6 | 34 | 460 | 105 | 52 |
| Binary | 10110111 | 100001 | 10101100 | 0 | 1010010 | 110 | 11100 | 100110000 | 1000101 | 101010 |
Color Harmonies of #B721AC
Complementary color
Monochromatic Colors of #B721AC
Black with #B721AC
Text Example
Text Example
White with #B721AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721AC; }
p { color: rgb(183,33,172); }
H1.HeaderClassName
{
color: #B721AC;
}
.AnyTagClassName
{
color: #B721AC;
}
</style>
background-color css
<style>
a { background-color: #B721AC; }
a { background-color: rgb(183,33,172); }
div.DivClassName
{
background-color: #B721AC;
}
.BgClassName
{
background-color: #B721AC;
}
</style>
border-color css
<style>
span { border-color: #B721AC; }
span { border-color: rgb(183,33,172); }
td.TdClassName
{
border-color: #B721AC;
}
.TagClassName
{
border-color: #B721AC;
}
</style>