Shades of Medium Violet Red #B21B9A
Tints of Medium Violet Red #B21B9A
RGB
CMYK
RGB Variations
Color information
#B21B9A (or 0xB21B9A) is known color: Medium Violet Red. HEX triplet: B2, 1B and 9A. RGB value is (178,27,154). Sum of RGB (Red+Green+Blue) = 178+27+154=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21B9A is #4DE465. Grayscale: #565656. Windows color (decimal): -5104742 or 10099634. OLE color: 10099634.
HSL color Cylindrical-coordinate representation of color #B21B9A: hue angle of 309.54º degrees, saturation: 0.74, 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 #B21B9A is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 154 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.30 |
| HSL | 309.54º | 0.74% | 0.4% | - |
| HSV(B) | 309.54º | 0.85% | 0.7% | - |
| XYZ | 24.58 | 12.58 | 31.7 | - |
| YUV | 86.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 154 | 0 | 0.85 | 0.13 | 0.30 | 309.54 | 0.74 | 0.4 |
| Hex | B2 | 1B | 9A | 0 | 55 | D | 1E | 136 | 4A | 28 |
| Octal | 262 | 33 | 232 | 0 | 125 | 15 | 36 | 466 | 112 | 50 |
| Binary | 10110010 | 11011 | 10011010 | 0 | 1010101 | 1101 | 11110 | 100110110 | 1001010 | 101000 |
Color Harmonies of #B21B9A
Complementary color
Monochromatic Colors of #B21B9A
Black with #B21B9A
Text Example
Text Example
White with #B21B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B9A; }
p { color: rgb(178,27,154); }
H1.HeaderClassName
{
color: #B21B9A;
}
.AnyTagClassName
{
color: #B21B9A;
}
</style>
background-color css
<style>
a { background-color: #B21B9A; }
a { background-color: rgb(178,27,154); }
div.DivClassName
{
background-color: #B21B9A;
}
.BgClassName
{
background-color: #B21B9A;
}
</style>
border-color css
<style>
span { border-color: #B21B9A; }
span { border-color: rgb(178,27,154); }
td.TdClassName
{
border-color: #B21B9A;
}
.TagClassName
{
border-color: #B21B9A;
}
</style>