Shades of Medium Violet Red #B21282
Tints of Medium Violet Red #B21282
RGB
CMYK
RGB Variations
Color information
#B21282 (or 0xB21282) is known color: Medium Violet Red. HEX triplet: B2, 12 and 82. RGB value is (178,18,130). Sum of RGB (Red+Green+Blue) = 178+18+130=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B21282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21282 is #4DED7D. Grayscale: #4E4E4E. Windows color (decimal): -5107070 or 8524466. OLE color: 8524466.
HSL color Cylindrical-coordinate representation of color #B21282: hue angle of 318º 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 #B21282 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 130 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.30 |
| HSL | 318º | 0.82% | 0.38% | - |
| HSV(B) | 318º | 0.9% | 0.7% | - |
| XYZ | 22.61 | 11.51 | 22.15 | - |
| YUV | 78.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 130 | 0 | 0.90 | 0.27 | 0.30 | 318 | 0.82 | 0.38 |
| Hex | B2 | 12 | 82 | 0 | 5A | 1B | 1E | 13E | 52 | 26 |
| Octal | 262 | 22 | 202 | 0 | 132 | 33 | 36 | 476 | 122 | 46 |
| Binary | 10110010 | 10010 | 10000010 | 0 | 1011010 | 11011 | 11110 | 100111110 | 1010010 | 100110 |
Color Harmonies of #B21282
Complementary color
Monochromatic Colors of #B21282
Black with #B21282
Text Example
Text Example
White with #B21282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21282; }
p { color: rgb(178,18,130); }
H1.HeaderClassName
{
color: #B21282;
}
.AnyTagClassName
{
color: #B21282;
}
</style>
background-color css
<style>
a { background-color: #B21282; }
a { background-color: rgb(178,18,130); }
div.DivClassName
{
background-color: #B21282;
}
.BgClassName
{
background-color: #B21282;
}
</style>
border-color css
<style>
span { border-color: #B21282; }
span { border-color: rgb(178,18,130); }
td.TdClassName
{
border-color: #B21282;
}
.TagClassName
{
border-color: #B21282;
}
</style>