Shades of Medium Violet Red #B21474
Tints of Medium Violet Red #B21474
RGB
CMYK
RGB Variations
Color information
#B21474 (or 0xB21474) is known color: Medium Violet Red. HEX triplet: B2, 14 and 74. RGB value is (178,20,116). Sum of RGB (Red+Green+Blue) = 178+20+116=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B21474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21474 is #4DEB8B. Grayscale: #4D4D4D. Windows color (decimal): -5106572 or 7607474. OLE color: 7607474.
HSL color Cylindrical-coordinate representation of color #B21474: hue angle of 323.54º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21474 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 116 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.30 |
| HSL | 323.54º | 0.8% | 0.39% | - |
| HSV(B) | 323.54º | 0.89% | 0.7% | - |
| XYZ | 21.76 | 11.23 | 17.54 | - |
| YUV | 78.19 | 149.35 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 116 | 0 | 0.89 | 0.35 | 0.30 | 323.54 | 0.8 | 0.39 |
| Hex | B2 | 14 | 74 | 0 | 59 | 23 | 1E | 144 | 50 | 27 |
| Octal | 262 | 24 | 164 | 0 | 131 | 43 | 36 | 504 | 120 | 47 |
| Binary | 10110010 | 10100 | 1110100 | 0 | 1011001 | 100011 | 11110 | 101000100 | 1010000 | 100111 |
Color Harmonies of #B21474
Complementary color
Monochromatic Colors of #B21474
Black with #B21474
Text Example
Text Example
White with #B21474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21474; }
p { color: rgb(178,20,116); }
H1.HeaderClassName
{
color: #B21474;
}
.AnyTagClassName
{
color: #B21474;
}
</style>
background-color css
<style>
a { background-color: #B21474; }
a { background-color: rgb(178,20,116); }
div.DivClassName
{
background-color: #B21474;
}
.BgClassName
{
background-color: #B21474;
}
</style>
border-color css
<style>
span { border-color: #B21474; }
span { border-color: rgb(178,20,116); }
td.TdClassName
{
border-color: #B21474;
}
.TagClassName
{
border-color: #B21474;
}
</style>