Shades of Medium Violet Red #B21A97
Tints of Medium Violet Red #B21A97
RGB
CMYK
RGB Variations
Color information
#B21A97 (or 0xB21A97) is known color: Medium Violet Red. HEX triplet: B2, 1A and 97. RGB value is (178,26,151). Sum of RGB (Red+Green+Blue) = 178+26+151=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21A97 is #4DE568. Grayscale: #555555. Windows color (decimal): -5105001 or 9902770. OLE color: 9902770.
HSL color Cylindrical-coordinate representation of color #B21A97: hue angle of 310.66º 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 #B21A97 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 151 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.30 |
| HSL | 310.66º | 0.75% | 0.4% | - |
| HSV(B) | 310.66º | 0.85% | 0.7% | - |
| XYZ | 24.32 | 12.44 | 30.4 | - |
| YUV | 85.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 151 | 0 | 0.85 | 0.15 | 0.30 | 310.66 | 0.75 | 0.4 |
| Hex | B2 | 1A | 97 | 0 | 55 | F | 1E | 137 | 4B | 28 |
| Octal | 262 | 32 | 227 | 0 | 125 | 17 | 36 | 467 | 113 | 50 |
| Binary | 10110010 | 11010 | 10010111 | 0 | 1010101 | 1111 | 11110 | 100110111 | 1001011 | 101000 |
Color Harmonies of #B21A97
Complementary color
Monochromatic Colors of #B21A97
Black with #B21A97
Text Example
Text Example
White with #B21A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21A97; }
p { color: rgb(178,26,151); }
H1.HeaderClassName
{
color: #B21A97;
}
.AnyTagClassName
{
color: #B21A97;
}
</style>
background-color css
<style>
a { background-color: #B21A97; }
a { background-color: rgb(178,26,151); }
div.DivClassName
{
background-color: #B21A97;
}
.BgClassName
{
background-color: #B21A97;
}
</style>
border-color css
<style>
span { border-color: #B21A97; }
span { border-color: rgb(178,26,151); }
td.TdClassName
{
border-color: #B21A97;
}
.TagClassName
{
border-color: #B21A97;
}
</style>