Shades of Medium Violet Red #B21881
Tints of Medium Violet Red #B21881
RGB
CMYK
RGB Variations
Color information
#B21881 (or 0xB21881) is known color: Medium Violet Red. HEX triplet: B2, 18 and 81. RGB value is (178,24,129). Sum of RGB (Red+Green+Blue) = 178+24+129=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B21881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21881 is #4DE77E. Grayscale: #515151. Windows color (decimal): -5105535 or 8460466. OLE color: 8460466.
HSL color Cylindrical-coordinate representation of color #B21881: hue angle of 319.09º 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 #B21881 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 129 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.30 |
| HSL | 319.09º | 0.76% | 0.4% | - |
| HSV(B) | 319.09º | 0.87% | 0.7% | - |
| XYZ | 22.65 | 11.7 | 21.83 | - |
| YUV | 82.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 129 | 0 | 0.87 | 0.28 | 0.30 | 319.09 | 0.76 | 0.4 |
| Hex | B2 | 18 | 81 | 0 | 57 | 1C | 1E | 13F | 4C | 28 |
| Octal | 262 | 30 | 201 | 0 | 127 | 34 | 36 | 477 | 114 | 50 |
| Binary | 10110010 | 11000 | 10000001 | 0 | 1010111 | 11100 | 11110 | 100111111 | 1001100 | 101000 |
Color Harmonies of #B21881
Complementary color
Monochromatic Colors of #B21881
Black with #B21881
Text Example
Text Example
White with #B21881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21881; }
p { color: rgb(178,24,129); }
H1.HeaderClassName
{
color: #B21881;
}
.AnyTagClassName
{
color: #B21881;
}
</style>
background-color css
<style>
a { background-color: #B21881; }
a { background-color: rgb(178,24,129); }
div.DivClassName
{
background-color: #B21881;
}
.BgClassName
{
background-color: #B21881;
}
</style>
border-color css
<style>
span { border-color: #B21881; }
span { border-color: rgb(178,24,129); }
td.TdClassName
{
border-color: #B21881;
}
.TagClassName
{
border-color: #B21881;
}
</style>