Shades of Medium Violet Red #B21BA0
Tints of Medium Violet Red #B21BA0
RGB
CMYK
RGB Variations
Color information
#B21BA0 (or 0xB21BA0) is known color: Medium Violet Red. HEX triplet: B2, 1B and A0. RGB value is (178,27,160). Sum of RGB (Red+Green+Blue) = 178+27+160=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B21BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21BA0 is #4DE45F. Grayscale: #565656. Windows color (decimal): -5104736 or 10492850. OLE color: 10492850.
HSL color Cylindrical-coordinate representation of color #B21BA0: hue angle of 307.15º 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 #B21BA0 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 160 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.30 |
| HSL | 307.15º | 0.74% | 0.4% | - |
| HSV(B) | 307.15º | 0.85% | 0.7% | - |
| XYZ | 25.1 | 12.79 | 34.4 | - |
| YUV | 87.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 160 | 0 | 0.85 | 0.10 | 0.30 | 307.15 | 0.74 | 0.4 |
| Hex | B2 | 1B | A0 | 0 | 55 | A | 1E | 133 | 4A | 28 |
| Octal | 262 | 33 | 240 | 0 | 125 | 12 | 36 | 463 | 112 | 50 |
| Binary | 10110010 | 11011 | 10100000 | 0 | 1010101 | 1010 | 11110 | 100110011 | 1001010 | 101000 |
Color Harmonies of #B21BA0
Complementary color
Monochromatic Colors of #B21BA0
Black with #B21BA0
Text Example
Text Example
White with #B21BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21BA0; }
p { color: rgb(178,27,160); }
H1.HeaderClassName
{
color: #B21BA0;
}
.AnyTagClassName
{
color: #B21BA0;
}
</style>
background-color css
<style>
a { background-color: #B21BA0; }
a { background-color: rgb(178,27,160); }
div.DivClassName
{
background-color: #B21BA0;
}
.BgClassName
{
background-color: #B21BA0;
}
</style>
border-color css
<style>
span { border-color: #B21BA0; }
span { border-color: rgb(178,27,160); }
td.TdClassName
{
border-color: #B21BA0;
}
.TagClassName
{
border-color: #B21BA0;
}
</style>