Shades of Medium Violet Red #B21C7F
Tints of Medium Violet Red #B21C7F
RGB
CMYK
RGB Variations
Color information
#B21C7F (or 0xB21C7F) is known color: Medium Violet Red. HEX triplet: B2, 1C and 7F. RGB value is (178,28,127). Sum of RGB (Red+Green+Blue) = 178+28+127=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21C7F is #4DE380. Grayscale: #535353. Windows color (decimal): -5104513 or 8330418. OLE color: 8330418.
HSL color Cylindrical-coordinate representation of color #B21C7F: hue angle of 320.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C7F is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 127 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.30 |
| HSL | 320.4º | 0.73% | 0.4% | - |
| HSV(B) | 320.4º | 0.84% | 0.7% | - |
| XYZ | 22.61 | 11.83 | 21.17 | - |
| YUV | 84.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 127 | 0 | 0.84 | 0.29 | 0.30 | 320.4 | 0.73 | 0.4 |
| Hex | B2 | 1C | 7F | 0 | 54 | 1D | 1E | 140 | 49 | 28 |
| Octal | 262 | 34 | 177 | 0 | 124 | 35 | 36 | 500 | 111 | 50 |
| Binary | 10110010 | 11100 | 1111111 | 0 | 1010100 | 11101 | 11110 | 101000000 | 1001001 | 101000 |
Color Harmonies of #B21C7F
Complementary color
Monochromatic Colors of #B21C7F
Black with #B21C7F
Text Example
Text Example
White with #B21C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21C7F; }
p { color: rgb(178,28,127); }
H1.HeaderClassName
{
color: #B21C7F;
}
.AnyTagClassName
{
color: #B21C7F;
}
</style>
background-color css
<style>
a { background-color: #B21C7F; }
a { background-color: rgb(178,28,127); }
div.DivClassName
{
background-color: #B21C7F;
}
.BgClassName
{
background-color: #B21C7F;
}
</style>
border-color css
<style>
span { border-color: #B21C7F; }
span { border-color: rgb(178,28,127); }
td.TdClassName
{
border-color: #B21C7F;
}
.TagClassName
{
border-color: #B21C7F;
}
</style>