Shades of Medium Violet Red #B212A6
Tints of Medium Violet Red #B212A6
RGB
CMYK
RGB Variations
Color information
#B212A6 (or 0xB212A6) is known color: Medium Violet Red. HEX triplet: B2, 12 and A6. RGB value is (178,18,166). Sum of RGB (Red+Green+Blue) = 178+18+166=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B212A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B212A6 is #4DED59. Grayscale: #525252. Windows color (decimal): -5107034 or 10883762. OLE color: 10883762.
HSL color Cylindrical-coordinate representation of color #B212A6: hue angle of 304.5º 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 #B212A6 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 166 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.30 |
| HSL | 304.5º | 0.82% | 0.38% | - |
| HSV(B) | 304.5º | 0.9% | 0.7% | - |
| XYZ | 25.46 | 12.65 | 37.18 | - |
| YUV | 82.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 166 | 0 | 0.90 | 0.07 | 0.30 | 304.5 | 0.82 | 0.38 |
| Hex | B2 | 12 | A6 | 0 | 5A | 7 | 1E | 130 | 52 | 26 |
| Octal | 262 | 22 | 246 | 0 | 132 | 7 | 36 | 460 | 122 | 46 |
| Binary | 10110010 | 10010 | 10100110 | 0 | 1011010 | 111 | 11110 | 100110000 | 1010010 | 100110 |
Color Harmonies of #B212A6
Complementary color
Monochromatic Colors of #B212A6
Black with #B212A6
Text Example
Text Example
White with #B212A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B212A6; }
p { color: rgb(178,18,166); }
H1.HeaderClassName
{
color: #B212A6;
}
.AnyTagClassName
{
color: #B212A6;
}
</style>
background-color css
<style>
a { background-color: #B212A6; }
a { background-color: rgb(178,18,166); }
div.DivClassName
{
background-color: #B212A6;
}
.BgClassName
{
background-color: #B212A6;
}
</style>
border-color css
<style>
span { border-color: #B212A6; }
span { border-color: rgb(178,18,166); }
td.TdClassName
{
border-color: #B212A6;
}
.TagClassName
{
border-color: #B212A6;
}
</style>