Shades of Medium Violet Red #B213A8
Tints of Medium Violet Red #B213A8
RGB
CMYK
RGB Variations
Color information
#B213A8 (or 0xB213A8) is known color: Medium Violet Red. HEX triplet: B2, 13 and A8. RGB value is (178,19,168). Sum of RGB (Red+Green+Blue) = 178+19+168=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B213A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213A8 is #4DEC57. Grayscale: #535353. Windows color (decimal): -5106776 or 11015090. OLE color: 11015090.
HSL color Cylindrical-coordinate representation of color #B213A8: hue angle of 303.77º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B213A8 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 168 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.30 |
| HSL | 303.77º | 0.81% | 0.39% | - |
| HSV(B) | 303.77º | 0.89% | 0.7% | - |
| XYZ | 25.66 | 12.76 | 38.16 | - |
| YUV | 83.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 168 | 0 | 0.89 | 0.06 | 0.30 | 303.77 | 0.81 | 0.39 |
| Hex | B2 | 13 | A8 | 0 | 59 | 6 | 1E | 130 | 51 | 27 |
| Octal | 262 | 23 | 250 | 0 | 131 | 6 | 36 | 460 | 121 | 47 |
| Binary | 10110010 | 10011 | 10101000 | 0 | 1011001 | 110 | 11110 | 100110000 | 1010001 | 100111 |
Color Harmonies of #B213A8
Complementary color
Monochromatic Colors of #B213A8
Black with #B213A8
Text Example
Text Example
White with #B213A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B213A8; }
p { color: rgb(178,19,168); }
H1.HeaderClassName
{
color: #B213A8;
}
.AnyTagClassName
{
color: #B213A8;
}
</style>
background-color css
<style>
a { background-color: #B213A8; }
a { background-color: rgb(178,19,168); }
div.DivClassName
{
background-color: #B213A8;
}
.BgClassName
{
background-color: #B213A8;
}
</style>
border-color css
<style>
span { border-color: #B213A8; }
span { border-color: rgb(178,19,168); }
td.TdClassName
{
border-color: #B213A8;
}
.TagClassName
{
border-color: #B213A8;
}
</style>