Shades of Medium Violet Red #B21187
Tints of Medium Violet Red #B21187
RGB
CMYK
RGB Variations
Color information
#B21187 (or 0xB21187) is known color: Medium Violet Red. HEX triplet: B2, 11 and 87. RGB value is (178,17,135). Sum of RGB (Red+Green+Blue) = 178+17+135=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B21187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21187 is #4DEE78. Grayscale: #4E4E4E. Windows color (decimal): -5107321 or 8851890. OLE color: 8851890.
HSL color Cylindrical-coordinate representation of color #B21187: hue angle of 316.02º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21187 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 135 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.30 |
| HSL | 316.02º | 0.83% | 0.38% | - |
| HSV(B) | 316.02º | 0.9% | 0.7% | - |
| XYZ | 22.93 | 11.62 | 23.95 | - |
| YUV | 78.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 135 | 0 | 0.90 | 0.24 | 0.30 | 316.02 | 0.83 | 0.38 |
| Hex | B2 | 11 | 87 | 0 | 5A | 18 | 1E | 13C | 53 | 26 |
| Octal | 262 | 21 | 207 | 0 | 132 | 30 | 36 | 474 | 123 | 46 |
| Binary | 10110010 | 10001 | 10000111 | 0 | 1011010 | 11000 | 11110 | 100111100 | 1010011 | 100110 |
Color Harmonies of #B21187
Complementary color
Monochromatic Colors of #B21187
Black with #B21187
Text Example
Text Example
White with #B21187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21187; }
p { color: rgb(178,17,135); }
H1.HeaderClassName
{
color: #B21187;
}
.AnyTagClassName
{
color: #B21187;
}
</style>
background-color css
<style>
a { background-color: #B21187; }
a { background-color: rgb(178,17,135); }
div.DivClassName
{
background-color: #B21187;
}
.BgClassName
{
background-color: #B21187;
}
</style>
border-color css
<style>
span { border-color: #B21187; }
span { border-color: rgb(178,17,135); }
td.TdClassName
{
border-color: #B21187;
}
.TagClassName
{
border-color: #B21187;
}
</style>