Shades of Medium Violet Red #B21277
Tints of Medium Violet Red #B21277
RGB
CMYK
RGB Variations
Color information
#B21277 (or 0xB21277) is known color: Medium Violet Red. HEX triplet: B2, 12 and 77. RGB value is (178,18,119). Sum of RGB (Red+Green+Blue) = 178+18+119=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B21277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21277 is #4DED88. Grayscale: #4D4D4D. Windows color (decimal): -5107081 or 7803570. OLE color: 7803570.
HSL color Cylindrical-coordinate representation of color #B21277: hue angle of 322.12º 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 #B21277 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 119 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.30 |
| HSL | 322.13º | 0.82% | 0.38% | - |
| HSV(B) | 322.13º | 0.9% | 0.7% | - |
| XYZ | 21.91 | 11.23 | 18.47 | - |
| YUV | 77.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 119 | 0 | 0.90 | 0.33 | 0.30 | 322.13 | 0.82 | 0.38 |
| Hex | B2 | 12 | 77 | 0 | 5A | 21 | 1E | 142 | 52 | 26 |
| Octal | 262 | 22 | 167 | 0 | 132 | 41 | 36 | 502 | 122 | 46 |
| Binary | 10110010 | 10010 | 1110111 | 0 | 1011010 | 100001 | 11110 | 101000010 | 1010010 | 100110 |
Color Harmonies of #B21277
Complementary color
Monochromatic Colors of #B21277
Black with #B21277
Text Example
Text Example
White with #B21277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21277; }
p { color: rgb(178,18,119); }
H1.HeaderClassName
{
color: #B21277;
}
.AnyTagClassName
{
color: #B21277;
}
</style>
background-color css
<style>
a { background-color: #B21277; }
a { background-color: rgb(178,18,119); }
div.DivClassName
{
background-color: #B21277;
}
.BgClassName
{
background-color: #B21277;
}
</style>
border-color css
<style>
span { border-color: #B21277; }
span { border-color: rgb(178,18,119); }
td.TdClassName
{
border-color: #B21277;
}
.TagClassName
{
border-color: #B21277;
}
</style>