Shades of Medium Violet Red #B211A3
Tints of Medium Violet Red #B211A3
RGB
CMYK
RGB Variations
Color information
#B211A3 (or 0xB211A3) is known color: Medium Violet Red. HEX triplet: B2, 11 and A3. RGB value is (178,17,163). Sum of RGB (Red+Green+Blue) = 178+17+163=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B211A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B211A3 is #4DEE5C. Grayscale: #515151. Windows color (decimal): -5107293 or 10686898. OLE color: 10686898.
HSL color Cylindrical-coordinate representation of color #B211A3: hue angle of 305.59º degrees, saturation: 0.83, 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 #B211A3 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 163 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.30 |
| HSL | 305.59º | 0.83% | 0.38% | - |
| HSV(B) | 305.59º | 0.9% | 0.7% | - |
| XYZ | 25.17 | 12.51 | 35.74 | - |
| YUV | 81.78 | 173.84 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 163 | 0 | 0.90 | 0.08 | 0.30 | 305.59 | 0.83 | 0.38 |
| Hex | B2 | 11 | A3 | 0 | 5A | 8 | 1E | 132 | 53 | 26 |
| Octal | 262 | 21 | 243 | 0 | 132 | 10 | 36 | 462 | 123 | 46 |
| Binary | 10110010 | 10001 | 10100011 | 0 | 1011010 | 1000 | 11110 | 100110010 | 1010011 | 100110 |
Color Harmonies of #B211A3
Complementary color
Monochromatic Colors of #B211A3
Black with #B211A3
Text Example
Text Example
White with #B211A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211A3; }
p { color: rgb(178,17,163); }
H1.HeaderClassName
{
color: #B211A3;
}
.AnyTagClassName
{
color: #B211A3;
}
</style>
background-color css
<style>
a { background-color: #B211A3; }
a { background-color: rgb(178,17,163); }
div.DivClassName
{
background-color: #B211A3;
}
.BgClassName
{
background-color: #B211A3;
}
</style>
border-color css
<style>
span { border-color: #B211A3; }
span { border-color: rgb(178,17,163); }
td.TdClassName
{
border-color: #B211A3;
}
.TagClassName
{
border-color: #B211A3;
}
</style>