Shades of Medium Violet Red #B21FA0
Tints of Medium Violet Red #B21FA0
RGB
CMYK
RGB Variations
Color information
#B21FA0 (or 0xB21FA0) is known color: Medium Violet Red. HEX triplet: B2, 1F and A0. RGB value is (178,31,160). Sum of RGB (Red+Green+Blue) = 178+31+160=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B21FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21FA0 is #4DE05F. Grayscale: #595959. Windows color (decimal): -5103712 or 10493874. OLE color: 10493874.
HSL color Cylindrical-coordinate representation of color #B21FA0: hue angle of 307.35º 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 #B21FA0 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 31 | 160 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.30 |
| HSL | 307.35º | 0.7% | 0.41% | - |
| HSV(B) | 307.35º | 0.83% | 0.7% | - |
| XYZ | 25.2 | 12.98 | 34.44 | - |
| YUV | 89.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 31 | 160 | 0 | 0.83 | 0.10 | 0.30 | 307.35 | 0.7 | 0.41 |
| Hex | B2 | 1F | A0 | 0 | 53 | A | 1E | 133 | 46 | 29 |
| Octal | 262 | 37 | 240 | 0 | 123 | 12 | 36 | 463 | 106 | 51 |
| Binary | 10110010 | 11111 | 10100000 | 0 | 1010011 | 1010 | 11110 | 100110011 | 1000110 | 101001 |
Color Harmonies of #B21FA0
Complementary color
Monochromatic Colors of #B21FA0
Black with #B21FA0
Text Example
Text Example
White with #B21FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21FA0; }
p { color: rgb(178,31,160); }
H1.HeaderClassName
{
color: #B21FA0;
}
.AnyTagClassName
{
color: #B21FA0;
}
</style>
background-color css
<style>
a { background-color: #B21FA0; }
a { background-color: rgb(178,31,160); }
div.DivClassName
{
background-color: #B21FA0;
}
.BgClassName
{
background-color: #B21FA0;
}
</style>
border-color css
<style>
span { border-color: #B21FA0; }
span { border-color: rgb(178,31,160); }
td.TdClassName
{
border-color: #B21FA0;
}
.TagClassName
{
border-color: #B21FA0;
}
</style>