Shades of Medium Violet Red #B21A9A
Tints of Medium Violet Red #B21A9A
RGB
CMYK
RGB Variations
Color information
#B21A9A (or 0xB21A9A) is known color: Medium Violet Red. HEX triplet: B2, 1A and 9A. RGB value is (178,26,154). Sum of RGB (Red+Green+Blue) = 178+26+154=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21A9A is #4DE565. Grayscale: #555555. Windows color (decimal): -5104998 or 10099378. OLE color: 10099378.
HSL color Cylindrical-coordinate representation of color #B21A9A: hue angle of 309.47º 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 #B21A9A is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 26 | 154 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.30 |
| HSL | 309.47º | 0.75% | 0.4% | - |
| HSV(B) | 309.47º | 0.85% | 0.7% | - |
| XYZ | 24.56 | 12.54 | 31.7 | - |
| YUV | 86.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 26 | 154 | 0 | 0.85 | 0.13 | 0.30 | 309.47 | 0.75 | 0.4 |
| Hex | B2 | 1A | 9A | 0 | 55 | D | 1E | 135 | 4B | 28 |
| Octal | 262 | 32 | 232 | 0 | 125 | 15 | 36 | 465 | 113 | 50 |
| Binary | 10110010 | 11010 | 10011010 | 0 | 1010101 | 1101 | 11110 | 100110101 | 1001011 | 101000 |
Color Harmonies of #B21A9A
Complementary color
Monochromatic Colors of #B21A9A
Black with #B21A9A
Text Example
Text Example
White with #B21A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21A9A; }
p { color: rgb(178,26,154); }
H1.HeaderClassName
{
color: #B21A9A;
}
.AnyTagClassName
{
color: #B21A9A;
}
</style>
background-color css
<style>
a { background-color: #B21A9A; }
a { background-color: rgb(178,26,154); }
div.DivClassName
{
background-color: #B21A9A;
}
.BgClassName
{
background-color: #B21A9A;
}
</style>
border-color css
<style>
span { border-color: #B21A9A; }
span { border-color: rgb(178,26,154); }
td.TdClassName
{
border-color: #B21A9A;
}
.TagClassName
{
border-color: #B21A9A;
}
</style>