Shades of Medium Violet Red #B21E8C
Tints of Medium Violet Red #B21E8C
RGB
CMYK
RGB Variations
Color information
#B21E8C (or 0xB21E8C) is known color: Medium Violet Red. HEX triplet: B2, 1E and 8C. RGB value is (178,30,140). Sum of RGB (Red+Green+Blue) = 178+30+140=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21E8C is #4DE173. Grayscale: #565656. Windows color (decimal): -5103988 or 9182898. OLE color: 9182898.
HSL color Cylindrical-coordinate representation of color #B21E8C: hue angle of 315.41º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21E8C is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 30 | 140 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.30 |
| HSL | 315.41º | 0.71% | 0.41% | - |
| HSV(B) | 315.41º | 0.83% | 0.7% | - |
| XYZ | 23.56 | 12.29 | 25.94 | - |
| YUV | 86.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 30 | 140 | 0 | 0.83 | 0.21 | 0.30 | 315.41 | 0.71 | 0.41 |
| Hex | B2 | 1E | 8C | 0 | 53 | 15 | 1E | 13B | 47 | 29 |
| Octal | 262 | 36 | 214 | 0 | 123 | 25 | 36 | 473 | 107 | 51 |
| Binary | 10110010 | 11110 | 10001100 | 0 | 1010011 | 10101 | 11110 | 100111011 | 1000111 | 101001 |
Color Harmonies of #B21E8C
Complementary color
Monochromatic Colors of #B21E8C
Black with #B21E8C
Text Example
Text Example
White with #B21E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21E8C; }
p { color: rgb(178,30,140); }
H1.HeaderClassName
{
color: #B21E8C;
}
.AnyTagClassName
{
color: #B21E8C;
}
</style>
background-color css
<style>
a { background-color: #B21E8C; }
a { background-color: rgb(178,30,140); }
div.DivClassName
{
background-color: #B21E8C;
}
.BgClassName
{
background-color: #B21E8C;
}
</style>
border-color css
<style>
span { border-color: #B21E8C; }
span { border-color: rgb(178,30,140); }
td.TdClassName
{
border-color: #B21E8C;
}
.TagClassName
{
border-color: #B21E8C;
}
</style>