Shades of Medium Violet Red #B21FA2
Tints of Medium Violet Red #B21FA2
RGB
CMYK
RGB Variations
Color information
#B21FA2 (or 0xB21FA2) is known color: Medium Violet Red. HEX triplet: B2, 1F and A2. RGB value is (178,31,162). Sum of RGB (Red+Green+Blue) = 178+31+162=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B21FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21FA2 is #4DE05D. Grayscale: #595959. Windows color (decimal): -5103710 or 10624946. OLE color: 10624946.
HSL color Cylindrical-coordinate representation of color #B21FA2: hue angle of 306.53º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21FA2 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 31 | 162 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.30 |
| HSL | 306.53º | 0.7% | 0.41% | - |
| HSV(B) | 306.53º | 0.83% | 0.7% | - |
| XYZ | 25.37 | 13.05 | 35.36 | - |
| YUV | 89.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 31 | 162 | 0 | 0.83 | 0.09 | 0.30 | 306.53 | 0.7 | 0.41 |
| Hex | B2 | 1F | A2 | 0 | 53 | 9 | 1E | 133 | 46 | 29 |
| Octal | 262 | 37 | 242 | 0 | 123 | 11 | 36 | 463 | 106 | 51 |
| Binary | 10110010 | 11111 | 10100010 | 0 | 1010011 | 1001 | 11110 | 100110011 | 1000110 | 101001 |
Color Harmonies of #B21FA2
Complementary color
Monochromatic Colors of #B21FA2
Black with #B21FA2
Text Example
Text Example
White with #B21FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21FA2; }
p { color: rgb(178,31,162); }
H1.HeaderClassName
{
color: #B21FA2;
}
.AnyTagClassName
{
color: #B21FA2;
}
</style>
background-color css
<style>
a { background-color: #B21FA2; }
a { background-color: rgb(178,31,162); }
div.DivClassName
{
background-color: #B21FA2;
}
.BgClassName
{
background-color: #B21FA2;
}
</style>
border-color css
<style>
span { border-color: #B21FA2; }
span { border-color: rgb(178,31,162); }
td.TdClassName
{
border-color: #B21FA2;
}
.TagClassName
{
border-color: #B21FA2;
}
</style>