Shades of Medium Violet Red #B21293
Tints of Medium Violet Red #B21293
RGB
CMYK
RGB Variations
Color information
#B21293 (or 0xB21293) is known color: Medium Violet Red. HEX triplet: B2, 12 and 93. RGB value is (178,18,147). Sum of RGB (Red+Green+Blue) = 178+18+147=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B21293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21293 is #4DED6C. Grayscale: #505050. Windows color (decimal): -5107053 or 9638578. OLE color: 9638578.
HSL color Cylindrical-coordinate representation of color #B21293: hue angle of 311.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21293 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 147 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.30 |
| HSL | 311.63º | 0.82% | 0.38% | - |
| HSV(B) | 311.63º | 0.9% | 0.7% | - |
| XYZ | 23.84 | 12 | 28.66 | - |
| YUV | 80.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 147 | 0 | 0.90 | 0.17 | 0.30 | 311.63 | 0.82 | 0.38 |
| Hex | B2 | 12 | 93 | 0 | 5A | 11 | 1E | 138 | 52 | 26 |
| Octal | 262 | 22 | 223 | 0 | 132 | 21 | 36 | 470 | 122 | 46 |
| Binary | 10110010 | 10010 | 10010011 | 0 | 1011010 | 10001 | 11110 | 100111000 | 1010010 | 100110 |
Color Harmonies of #B21293
Complementary color
Monochromatic Colors of #B21293
Black with #B21293
Text Example
Text Example
White with #B21293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21293; }
p { color: rgb(178,18,147); }
H1.HeaderClassName
{
color: #B21293;
}
.AnyTagClassName
{
color: #B21293;
}
</style>
background-color css
<style>
a { background-color: #B21293; }
a { background-color: rgb(178,18,147); }
div.DivClassName
{
background-color: #B21293;
}
.BgClassName
{
background-color: #B21293;
}
</style>
border-color css
<style>
span { border-color: #B21293; }
span { border-color: rgb(178,18,147); }
td.TdClassName
{
border-color: #B21293;
}
.TagClassName
{
border-color: #B21293;
}
</style>