Shades of Medium Violet Red #B21A7E
Tints of Medium Violet Red #B21A7E
RGB
CMYK
RGB Variations
Color information
#B21A7E (or 0xB21A7E) is known color: Medium Violet Red. HEX triplet: B2, 1A and 7E. RGB value is (178,26,126). Sum of RGB (Red+Green+Blue) = 178+26+126=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A7E is #4DE581. Grayscale: #525252. Windows color (decimal): -5105026 or 8264370. OLE color: 8264370.
HSL color Cylindrical-coordinate representation of color #B21A7E: hue angle of 320.53º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A7E is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 126 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.30 |
| HSL | 320.53º | 0.75% | 0.4% | - |
| HSV(B) | 320.53º | 0.85% | 0.7% | - |
| XYZ | 22.5 | 11.71 | 20.81 | - |
| YUV | 82.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 126 | 0 | 0.85 | 0.29 | 0.30 | 320.53 | 0.75 | 0.4 |
| Hex | B2 | 1A | 7E | 0 | 55 | 1D | 1E | 141 | 4B | 28 |
| Octal | 262 | 32 | 176 | 0 | 125 | 35 | 36 | 501 | 113 | 50 |
| Binary | 10110010 | 11010 | 1111110 | 0 | 1010101 | 11101 | 11110 | 101000001 | 1001011 | 101000 |
Color Harmonies of #B21A7E
Complementary color
Monochromatic Colors of #B21A7E
Black with #B21A7E
Text Example
Text Example
White with #B21A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21A7E; }
p { color: rgb(178,26,126); }
H1.HeaderClassName
{
color: #B21A7E;
}
.AnyTagClassName
{
color: #B21A7E;
}
</style>
background-color css
<style>
a { background-color: #B21A7E; }
a { background-color: rgb(178,26,126); }
div.DivClassName
{
background-color: #B21A7E;
}
.BgClassName
{
background-color: #B21A7E;
}
</style>
border-color css
<style>
span { border-color: #B21A7E; }
span { border-color: rgb(178,26,126); }
td.TdClassName
{
border-color: #B21A7E;
}
.TagClassName
{
border-color: #B21A7E;
}
</style>