Shades of Medium Red Violet #B321A1
Tints of Medium Red Violet #B321A1
RGB
CMYK
RGB Variations
Color information
#B321A1 (or 0xB321A1) is known color: Medium Red Violet. HEX triplet: B3, 21 and A1. RGB value is (179,33,161). Sum of RGB (Red+Green+Blue) = 179+33+161=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B321A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321A1 is #4CDE5E. Grayscale: #5A5A5A. Windows color (decimal): -5037663 or 10559923. OLE color: 10559923.
HSL color Cylindrical-coordinate representation of color #B321A1: hue angle of 307.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B321A1 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 161 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.30 |
| HSL | 307.4º | 0.69% | 0.42% | - |
| HSV(B) | 307.4º | 0.82% | 0.7% | - |
| XYZ | 25.57 | 13.24 | 34.93 | - |
| YUV | 91.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 161 | 0 | 0.82 | 0.10 | 0.30 | 307.4 | 0.69 | 0.42 |
| Hex | B3 | 21 | A1 | 0 | 52 | A | 1E | 133 | 45 | 2A |
| Octal | 263 | 41 | 241 | 0 | 122 | 12 | 36 | 463 | 105 | 52 |
| Binary | 10110011 | 100001 | 10100001 | 0 | 1010010 | 1010 | 11110 | 100110011 | 1000101 | 101010 |
Color Harmonies of #B321A1
Complementary color
Monochromatic Colors of #B321A1
Black with #B321A1
Text Example
Text Example
White with #B321A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321A1; }
p { color: rgb(179,33,161); }
H1.HeaderClassName
{
color: #B321A1;
}
.AnyTagClassName
{
color: #B321A1;
}
</style>
background-color css
<style>
a { background-color: #B321A1; }
a { background-color: rgb(179,33,161); }
div.DivClassName
{
background-color: #B321A1;
}
.BgClassName
{
background-color: #B321A1;
}
</style>
border-color css
<style>
span { border-color: #B321A1; }
span { border-color: rgb(179,33,161); }
td.TdClassName
{
border-color: #B321A1;
}
.TagClassName
{
border-color: #B321A1;
}
</style>