Shades of Medium Violet Red #B21292
Tints of Medium Violet Red #B21292
RGB
CMYK
RGB Variations
Color information
#B21292 (or 0xB21292) is known color: Medium Violet Red. HEX triplet: B2, 12 and 92. RGB value is (178,18,146). Sum of RGB (Red+Green+Blue) = 178+18+146=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B21292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21292 is #4DED6D. Grayscale: #505050. Windows color (decimal): -5107054 or 9573042. OLE color: 9573042.
HSL color Cylindrical-coordinate representation of color #B21292: hue angle of 312º 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 #B21292 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 146 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.30 |
| HSL | 312º | 0.82% | 0.38% | - |
| HSV(B) | 312º | 0.9% | 0.7% | - |
| XYZ | 23.76 | 11.97 | 28.25 | - |
| YUV | 80.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 146 | 0 | 0.90 | 0.18 | 0.30 | 312 | 0.82 | 0.38 |
| Hex | B2 | 12 | 92 | 0 | 5A | 12 | 1E | 138 | 52 | 26 |
| Octal | 262 | 22 | 222 | 0 | 132 | 22 | 36 | 470 | 122 | 46 |
| Binary | 10110010 | 10010 | 10010010 | 0 | 1011010 | 10010 | 11110 | 100111000 | 1010010 | 100110 |
Color Harmonies of #B21292
Complementary color
Monochromatic Colors of #B21292
Black with #B21292
Text Example
Text Example
White with #B21292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21292; }
p { color: rgb(178,18,146); }
H1.HeaderClassName
{
color: #B21292;
}
.AnyTagClassName
{
color: #B21292;
}
</style>
background-color css
<style>
a { background-color: #B21292; }
a { background-color: rgb(178,18,146); }
div.DivClassName
{
background-color: #B21292;
}
.BgClassName
{
background-color: #B21292;
}
</style>
border-color css
<style>
span { border-color: #B21292; }
span { border-color: rgb(178,18,146); }
td.TdClassName
{
border-color: #B21292;
}
.TagClassName
{
border-color: #B21292;
}
</style>