Shades of Medium Violet Red #B212A2
Tints of Medium Violet Red #B212A2
RGB
CMYK
RGB Variations
Color information
#B212A2 (or 0xB212A2) is known color: Medium Violet Red. HEX triplet: B2, 12 and A2. RGB value is (178,18,162). Sum of RGB (Red+Green+Blue) = 178+18+162=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B212A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B212A2 is #4DED5D. Grayscale: #515151. Windows color (decimal): -5107038 or 10621618. OLE color: 10621618.
HSL color Cylindrical-coordinate representation of color #B212A2: hue angle of 306º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B212A2 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 162 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.30 |
| HSL | 306º | 0.82% | 0.38% | - |
| HSV(B) | 306º | 0.9% | 0.7% | - |
| XYZ | 25.1 | 12.51 | 35.27 | - |
| YUV | 82.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 162 | 0 | 0.90 | 0.09 | 0.30 | 306 | 0.82 | 0.38 |
| Hex | B2 | 12 | A2 | 0 | 5A | 9 | 1E | 132 | 52 | 26 |
| Octal | 262 | 22 | 242 | 0 | 132 | 11 | 36 | 462 | 122 | 46 |
| Binary | 10110010 | 10010 | 10100010 | 0 | 1011010 | 1001 | 11110 | 100110010 | 1010010 | 100110 |
Color Harmonies of #B212A2
Complementary color
Monochromatic Colors of #B212A2
Black with #B212A2
Text Example
Text Example
White with #B212A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B212A2; }
p { color: rgb(178,18,162); }
H1.HeaderClassName
{
color: #B212A2;
}
.AnyTagClassName
{
color: #B212A2;
}
</style>
background-color css
<style>
a { background-color: #B212A2; }
a { background-color: rgb(178,18,162); }
div.DivClassName
{
background-color: #B212A2;
}
.BgClassName
{
background-color: #B212A2;
}
</style>
border-color css
<style>
span { border-color: #B212A2; }
span { border-color: rgb(178,18,162); }
td.TdClassName
{
border-color: #B212A2;
}
.TagClassName
{
border-color: #B212A2;
}
</style>