Shades of Medium Violet Red #B21394
Tints of Medium Violet Red #B21394
RGB
CMYK
RGB Variations
Color information
#B21394 (or 0xB21394) is known color: Medium Violet Red. HEX triplet: B2, 13 and 94. RGB value is (178,19,148). Sum of RGB (Red+Green+Blue) = 178+19+148=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B21394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21394 is #4DEC6B. Grayscale: #505050. Windows color (decimal): -5106796 or 9704370. OLE color: 9704370.
HSL color Cylindrical-coordinate representation of color #B21394: hue angle of 311.32º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21394 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 148 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.30 |
| HSL | 311.32º | 0.81% | 0.39% | - |
| HSV(B) | 311.32º | 0.89% | 0.7% | - |
| XYZ | 23.94 | 12.07 | 29.08 | - |
| YUV | 81.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 148 | 0 | 0.89 | 0.17 | 0.30 | 311.32 | 0.81 | 0.39 |
| Hex | B2 | 13 | 94 | 0 | 59 | 11 | 1E | 137 | 51 | 27 |
| Octal | 262 | 23 | 224 | 0 | 131 | 21 | 36 | 467 | 121 | 47 |
| Binary | 10110010 | 10011 | 10010100 | 0 | 1011001 | 10001 | 11110 | 100110111 | 1010001 | 100111 |
Color Harmonies of #B21394
Complementary color
Monochromatic Colors of #B21394
Black with #B21394
Text Example
Text Example
White with #B21394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21394; }
p { color: rgb(178,19,148); }
H1.HeaderClassName
{
color: #B21394;
}
.AnyTagClassName
{
color: #B21394;
}
</style>
background-color css
<style>
a { background-color: #B21394; }
a { background-color: rgb(178,19,148); }
div.DivClassName
{
background-color: #B21394;
}
.BgClassName
{
background-color: #B21394;
}
</style>
border-color css
<style>
span { border-color: #B21394; }
span { border-color: rgb(178,19,148); }
td.TdClassName
{
border-color: #B21394;
}
.TagClassName
{
border-color: #B21394;
}
</style>