Shades of Medium Violet Red #B210A6
Tints of Medium Violet Red #B210A6
RGB
CMYK
RGB Variations
Color information
#B210A6 (or 0xB210A6) is known color: Medium Violet Red. HEX triplet: B2, 10 and A6. RGB value is (178,16,166). Sum of RGB (Red+Green+Blue) = 178+16+166=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B210A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B210A6 is #4DEF59. Grayscale: #515151. Windows color (decimal): -5107546 or 10883250. OLE color: 10883250.
HSL color Cylindrical-coordinate representation of color #B210A6: hue angle of 304.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B210A6 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 166 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.30 |
| HSL | 304.44º | 0.84% | 0.38% | - |
| HSV(B) | 304.44º | 0.91% | 0.7% | - |
| XYZ | 25.43 | 12.59 | 37.17 | - |
| YUV | 81.54 | 175.67 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 166 | 0 | 0.91 | 0.07 | 0.30 | 304.44 | 0.84 | 0.38 |
| Hex | B2 | 10 | A6 | 0 | 5B | 7 | 1E | 130 | 54 | 26 |
| Octal | 262 | 20 | 246 | 0 | 133 | 7 | 36 | 460 | 124 | 46 |
| Binary | 10110010 | 10000 | 10100110 | 0 | 1011011 | 111 | 11110 | 100110000 | 1010100 | 100110 |
Color Harmonies of #B210A6
Complementary color
Monochromatic Colors of #B210A6
Black with #B210A6
Text Example
Text Example
White with #B210A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210A6; }
p { color: rgb(178,16,166); }
H1.HeaderClassName
{
color: #B210A6;
}
.AnyTagClassName
{
color: #B210A6;
}
</style>
background-color css
<style>
a { background-color: #B210A6; }
a { background-color: rgb(178,16,166); }
div.DivClassName
{
background-color: #B210A6;
}
.BgClassName
{
background-color: #B210A6;
}
</style>
border-color css
<style>
span { border-color: #B210A6; }
span { border-color: rgb(178,16,166); }
td.TdClassName
{
border-color: #B210A6;
}
.TagClassName
{
border-color: #B210A6;
}
</style>