Shades of Medium Violet Red #B21EA6
Tints of Medium Violet Red #B21EA6
RGB
CMYK
RGB Variations
Color information
#B21EA6 (or 0xB21EA6) is known color: Medium Violet Red. HEX triplet: B2, 1E and A6. RGB value is (178,30,166). Sum of RGB (Red+Green+Blue) = 178+30+166=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B21EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21EA6 is #4DE159. Grayscale: #595959. Windows color (decimal): -5103962 or 10886834. OLE color: 10886834.
HSL color Cylindrical-coordinate representation of color #B21EA6: hue angle of 304.86º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21EA6 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 166 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.30 |
| HSL | 304.86º | 0.71% | 0.41% | - |
| HSV(B) | 304.86º | 0.83% | 0.7% | - |
| XYZ | 25.71 | 13.15 | 37.26 | - |
| YUV | 89.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 166 | 0 | 0.83 | 0.07 | 0.30 | 304.86 | 0.71 | 0.41 |
| Hex | B2 | 1E | A6 | 0 | 53 | 7 | 1E | 131 | 47 | 29 |
| Octal | 262 | 36 | 246 | 0 | 123 | 7 | 36 | 461 | 107 | 51 |
| Binary | 10110010 | 11110 | 10100110 | 0 | 1010011 | 111 | 11110 | 100110001 | 1000111 | 101001 |
Color Harmonies of #B21EA6
Complementary color
Monochromatic Colors of #B21EA6
Black with #B21EA6
Text Example
Text Example
White with #B21EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21EA6; }
p { color: rgb(178,30,166); }
H1.HeaderClassName
{
color: #B21EA6;
}
.AnyTagClassName
{
color: #B21EA6;
}
</style>
background-color css
<style>
a { background-color: #B21EA6; }
a { background-color: rgb(178,30,166); }
div.DivClassName
{
background-color: #B21EA6;
}
.BgClassName
{
background-color: #B21EA6;
}
</style>
border-color css
<style>
span { border-color: #B21EA6; }
span { border-color: rgb(178,30,166); }
td.TdClassName
{
border-color: #B21EA6;
}
.TagClassName
{
border-color: #B21EA6;
}
</style>