Shades of Medium Violet Red #B21A8A
Tints of Medium Violet Red #B21A8A
RGB
CMYK
RGB Variations
Color information
#B21A8A (or 0xB21A8A) is known color: Medium Violet Red. HEX triplet: B2, 1A and 8A. RGB value is (178,26,138). Sum of RGB (Red+Green+Blue) = 178+26+138=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21A8A is #4DE575. Grayscale: #535353. Windows color (decimal): -5105014 or 9050802. OLE color: 9050802.
HSL color Cylindrical-coordinate representation of color #B21A8A: hue angle of 315.79º 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 #B21A8A is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 138 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.30 |
| HSL | 315.79º | 0.75% | 0.4% | - |
| HSV(B) | 315.79º | 0.85% | 0.7% | - |
| XYZ | 23.32 | 12.04 | 25.14 | - |
| YUV | 84.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 138 | 0 | 0.85 | 0.22 | 0.30 | 315.79 | 0.75 | 0.4 |
| Hex | B2 | 1A | 8A | 0 | 55 | 16 | 1E | 13C | 4B | 28 |
| Octal | 262 | 32 | 212 | 0 | 125 | 26 | 36 | 474 | 113 | 50 |
| Binary | 10110010 | 11010 | 10001010 | 0 | 1010101 | 10110 | 11110 | 100111100 | 1001011 | 101000 |
Color Harmonies of #B21A8A
Complementary color
Monochromatic Colors of #B21A8A
Black with #B21A8A
Text Example
Text Example
White with #B21A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21A8A; }
p { color: rgb(178,26,138); }
H1.HeaderClassName
{
color: #B21A8A;
}
.AnyTagClassName
{
color: #B21A8A;
}
</style>
background-color css
<style>
a { background-color: #B21A8A; }
a { background-color: rgb(178,26,138); }
div.DivClassName
{
background-color: #B21A8A;
}
.BgClassName
{
background-color: #B21A8A;
}
</style>
border-color css
<style>
span { border-color: #B21A8A; }
span { border-color: rgb(178,26,138); }
td.TdClassName
{
border-color: #B21A8A;
}
.TagClassName
{
border-color: #B21A8A;
}
</style>