Shades of Medium Violet Red #B21879
Tints of Medium Violet Red #B21879
RGB
CMYK
RGB Variations
Color information
#B21879 (or 0xB21879) is known color: Medium Violet Red. HEX triplet: B2, 18 and 79. RGB value is (178,24,121). Sum of RGB (Red+Green+Blue) = 178+24+121=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B21879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21879 is #4DE786. Grayscale: #505050. Windows color (decimal): -5105543 or 7936178. OLE color: 7936178.
HSL color Cylindrical-coordinate representation of color #B21879: hue angle of 322.21º 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 #B21879 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 121 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.30 |
| HSL | 322.21º | 0.76% | 0.4% | - |
| HSV(B) | 322.21º | 0.87% | 0.7% | - |
| XYZ | 22.14 | 11.5 | 19.14 | - |
| YUV | 81.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 121 | 0 | 0.87 | 0.32 | 0.30 | 322.21 | 0.76 | 0.4 |
| Hex | B2 | 18 | 79 | 0 | 57 | 20 | 1E | 142 | 4C | 28 |
| Octal | 262 | 30 | 171 | 0 | 127 | 40 | 36 | 502 | 114 | 50 |
| Binary | 10110010 | 11000 | 1111001 | 0 | 1010111 | 100000 | 11110 | 101000010 | 1001100 | 101000 |
Color Harmonies of #B21879
Complementary color
Monochromatic Colors of #B21879
Black with #B21879
Text Example
Text Example
White with #B21879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21879; }
p { color: rgb(178,24,121); }
H1.HeaderClassName
{
color: #B21879;
}
.AnyTagClassName
{
color: #B21879;
}
</style>
background-color css
<style>
a { background-color: #B21879; }
a { background-color: rgb(178,24,121); }
div.DivClassName
{
background-color: #B21879;
}
.BgClassName
{
background-color: #B21879;
}
</style>
border-color css
<style>
span { border-color: #B21879; }
span { border-color: rgb(178,24,121); }
td.TdClassName
{
border-color: #B21879;
}
.TagClassName
{
border-color: #B21879;
}
</style>