Shades of Medium Violet Red #B21BA2
Tints of Medium Violet Red #B21BA2
RGB
CMYK
RGB Variations
Color information
#B21BA2 (or 0xB21BA2) is known color: Medium Violet Red. HEX triplet: B2, 1B and A2. RGB value is (178,27,162). Sum of RGB (Red+Green+Blue) = 178+27+162=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B21BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21BA2 is #4DE45D. Grayscale: #575757. Windows color (decimal): -5104734 or 10623922. OLE color: 10623922.
HSL color Cylindrical-coordinate representation of color #B21BA2: hue angle of 306.36º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21BA2 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 162 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.30 |
| HSL | 306.36º | 0.74% | 0.4% | - |
| HSV(B) | 306.36º | 0.85% | 0.7% | - |
| XYZ | 25.27 | 12.86 | 35.33 | - |
| YUV | 87.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 162 | 0 | 0.85 | 0.09 | 0.30 | 306.36 | 0.74 | 0.4 |
| Hex | B2 | 1B | A2 | 0 | 55 | 9 | 1E | 132 | 4A | 28 |
| Octal | 262 | 33 | 242 | 0 | 125 | 11 | 36 | 462 | 112 | 50 |
| Binary | 10110010 | 11011 | 10100010 | 0 | 1010101 | 1001 | 11110 | 100110010 | 1001010 | 101000 |
Color Harmonies of #B21BA2
Complementary color
Monochromatic Colors of #B21BA2
Black with #B21BA2
Text Example
Text Example
White with #B21BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21BA2; }
p { color: rgb(178,27,162); }
H1.HeaderClassName
{
color: #B21BA2;
}
.AnyTagClassName
{
color: #B21BA2;
}
</style>
background-color css
<style>
a { background-color: #B21BA2; }
a { background-color: rgb(178,27,162); }
div.DivClassName
{
background-color: #B21BA2;
}
.BgClassName
{
background-color: #B21BA2;
}
</style>
border-color css
<style>
span { border-color: #B21BA2; }
span { border-color: rgb(178,27,162); }
td.TdClassName
{
border-color: #B21BA2;
}
.TagClassName
{
border-color: #B21BA2;
}
</style>