Shades of Medium Violet Red #B21291
Tints of Medium Violet Red #B21291
RGB
CMYK
RGB Variations
Color information
#B21291 (or 0xB21291) is known color: Medium Violet Red. HEX triplet: B2, 12 and 91. RGB value is (178,18,145). Sum of RGB (Red+Green+Blue) = 178+18+145=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B21291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21291 is #4DED6E. Grayscale: #4F4F4F. Windows color (decimal): -5107055 or 9507506. OLE color: 9507506.
HSL color Cylindrical-coordinate representation of color #B21291: hue angle of 312.38º 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 #B21291 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 145 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.30 |
| HSL | 312.38º | 0.82% | 0.38% | - |
| HSV(B) | 312.38º | 0.9% | 0.7% | - |
| XYZ | 23.69 | 11.94 | 27.84 | - |
| YUV | 80.32 | 164.51 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 145 | 0 | 0.90 | 0.19 | 0.30 | 312.38 | 0.82 | 0.38 |
| Hex | B2 | 12 | 91 | 0 | 5A | 13 | 1E | 138 | 52 | 26 |
| Octal | 262 | 22 | 221 | 0 | 132 | 23 | 36 | 470 | 122 | 46 |
| Binary | 10110010 | 10010 | 10010001 | 0 | 1011010 | 10011 | 11110 | 100111000 | 1010010 | 100110 |
Color Harmonies of #B21291
Complementary color
Monochromatic Colors of #B21291
Black with #B21291
Text Example
Text Example
White with #B21291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21291; }
p { color: rgb(178,18,145); }
H1.HeaderClassName
{
color: #B21291;
}
.AnyTagClassName
{
color: #B21291;
}
</style>
background-color css
<style>
a { background-color: #B21291; }
a { background-color: rgb(178,18,145); }
div.DivClassName
{
background-color: #B21291;
}
.BgClassName
{
background-color: #B21291;
}
</style>
border-color css
<style>
span { border-color: #B21291; }
span { border-color: rgb(178,18,145); }
td.TdClassName
{
border-color: #B21291;
}
.TagClassName
{
border-color: #B21291;
}
</style>