Shades of Medium Violet Red #B21880
Tints of Medium Violet Red #B21880
RGB
CMYK
RGB Variations
Color information
#B21880 (or 0xB21880) is known color: Medium Violet Red. HEX triplet: B2, 18 and 80. RGB value is (178,24,128). Sum of RGB (Red+Green+Blue) = 178+24+128=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B21880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21880 is #4DE77F. Grayscale: #515151. Windows color (decimal): -5105536 or 8394930. OLE color: 8394930.
HSL color Cylindrical-coordinate representation of color #B21880: hue angle of 319.48º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21880 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 128 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.30 |
| HSL | 319.48º | 0.76% | 0.4% | - |
| HSV(B) | 319.48º | 0.87% | 0.7% | - |
| XYZ | 22.58 | 11.68 | 21.49 | - |
| YUV | 81.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 128 | 0 | 0.87 | 0.28 | 0.30 | 319.48 | 0.76 | 0.4 |
| Hex | B2 | 18 | 80 | 0 | 57 | 1C | 1E | 13F | 4C | 28 |
| Octal | 262 | 30 | 200 | 0 | 127 | 34 | 36 | 477 | 114 | 50 |
| Binary | 10110010 | 11000 | 10000000 | 0 | 1010111 | 11100 | 11110 | 100111111 | 1001100 | 101000 |
Color Harmonies of #B21880
Complementary color
Monochromatic Colors of #B21880
Black with #B21880
Text Example
Text Example
White with #B21880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21880; }
p { color: rgb(178,24,128); }
H1.HeaderClassName
{
color: #B21880;
}
.AnyTagClassName
{
color: #B21880;
}
</style>
background-color css
<style>
a { background-color: #B21880; }
a { background-color: rgb(178,24,128); }
div.DivClassName
{
background-color: #B21880;
}
.BgClassName
{
background-color: #B21880;
}
</style>
border-color css
<style>
span { border-color: #B21880; }
span { border-color: rgb(178,24,128); }
td.TdClassName
{
border-color: #B21880;
}
.TagClassName
{
border-color: #B21880;
}
</style>