Shades of Medium Violet Red #B21C9A
Tints of Medium Violet Red #B21C9A
RGB
CMYK
RGB Variations
Color information
#B21C9A (or 0xB21C9A) is known color: Medium Violet Red. HEX triplet: B2, 1C and 9A. RGB value is (178,28,154). Sum of RGB (Red+Green+Blue) = 178+28+154=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C9A is #4DE365. Grayscale: #565656. Windows color (decimal): -5104486 or 10099890. OLE color: 10099890.
HSL color Cylindrical-coordinate representation of color #B21C9A: hue angle of 309.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C9A is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 154 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.30 |
| HSL | 309.6º | 0.73% | 0.4% | - |
| HSV(B) | 309.6º | 0.84% | 0.7% | - |
| XYZ | 24.61 | 12.63 | 31.71 | - |
| YUV | 87.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 154 | 0 | 0.84 | 0.13 | 0.30 | 309.6 | 0.73 | 0.4 |
| Hex | B2 | 1C | 9A | 0 | 54 | D | 1E | 136 | 49 | 28 |
| Octal | 262 | 34 | 232 | 0 | 124 | 15 | 36 | 466 | 111 | 50 |
| Binary | 10110010 | 11100 | 10011010 | 0 | 1010100 | 1101 | 11110 | 100110110 | 1001001 | 101000 |
Color Harmonies of #B21C9A
Complementary color
Monochromatic Colors of #B21C9A
Black with #B21C9A
Text Example
Text Example
White with #B21C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21C9A; }
p { color: rgb(178,28,154); }
H1.HeaderClassName
{
color: #B21C9A;
}
.AnyTagClassName
{
color: #B21C9A;
}
</style>
background-color css
<style>
a { background-color: #B21C9A; }
a { background-color: rgb(178,28,154); }
div.DivClassName
{
background-color: #B21C9A;
}
.BgClassName
{
background-color: #B21C9A;
}
</style>
border-color css
<style>
span { border-color: #B21C9A; }
span { border-color: rgb(178,28,154); }
td.TdClassName
{
border-color: #B21C9A;
}
.TagClassName
{
border-color: #B21C9A;
}
</style>