Shades of Medium Violet Red #B210A0
Tints of Medium Violet Red #B210A0
RGB
CMYK
RGB Variations
Color information
#B210A0 (or 0xB210A0) is known color: Medium Violet Red. HEX triplet: B2, 10 and A0. RGB value is (178,16,160). Sum of RGB (Red+Green+Blue) = 178+16+160=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B210A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B210A0 is #4DEF5F. Grayscale: #505050. Windows color (decimal): -5107552 or 10490034. OLE color: 10490034.
HSL color Cylindrical-coordinate representation of color #B210A0: hue angle of 306.67º 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 #B210A0 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 16 | 160 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.30 |
| HSL | 306.67º | 0.84% | 0.38% | - |
| HSV(B) | 306.67º | 0.91% | 0.7% | - |
| XYZ | 24.89 | 12.37 | 34.33 | - |
| YUV | 80.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 160 | 0 | 0.91 | 0.10 | 0.30 | 306.67 | 0.84 | 0.38 |
| Hex | B2 | 10 | A0 | 0 | 5B | A | 1E | 133 | 54 | 26 |
| Octal | 262 | 20 | 240 | 0 | 133 | 12 | 36 | 463 | 124 | 46 |
| Binary | 10110010 | 10000 | 10100000 | 0 | 1011011 | 1010 | 11110 | 100110011 | 1010100 | 100110 |
Color Harmonies of #B210A0
Complementary color
Monochromatic Colors of #B210A0
Black with #B210A0
Text Example
Text Example
White with #B210A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210A0; }
p { color: rgb(178,16,160); }
H1.HeaderClassName
{
color: #B210A0;
}
.AnyTagClassName
{
color: #B210A0;
}
</style>
background-color css
<style>
a { background-color: #B210A0; }
a { background-color: rgb(178,16,160); }
div.DivClassName
{
background-color: #B210A0;
}
.BgClassName
{
background-color: #B210A0;
}
</style>
border-color css
<style>
span { border-color: #B210A0; }
span { border-color: rgb(178,16,160); }
td.TdClassName
{
border-color: #B210A0;
}
.TagClassName
{
border-color: #B210A0;
}
</style>