Shades of Medium Violet Red #B21183
Tints of Medium Violet Red #B21183
RGB
CMYK
RGB Variations
Color information
#B21183 (or 0xB21183) is known color: Medium Violet Red. HEX triplet: B2, 11 and 83. RGB value is (178,17,131). Sum of RGB (Red+Green+Blue) = 178+17+131=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B21183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21183 is #4DEE7C. Grayscale: #4D4D4D. Windows color (decimal): -5107325 or 8589746. OLE color: 8589746.
HSL color Cylindrical-coordinate representation of color #B21183: hue angle of 317.52º degrees, saturation: 0.83, 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 #B21183 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 131 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.30 |
| HSL | 317.52º | 0.83% | 0.38% | - |
| HSV(B) | 317.52º | 0.9% | 0.7% | - |
| XYZ | 22.66 | 11.5 | 22.5 | - |
| YUV | 78.14 | 157.84 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 131 | 0 | 0.90 | 0.26 | 0.30 | 317.52 | 0.83 | 0.38 |
| Hex | B2 | 11 | 83 | 0 | 5A | 1A | 1E | 13E | 53 | 26 |
| Octal | 262 | 21 | 203 | 0 | 132 | 32 | 36 | 476 | 123 | 46 |
| Binary | 10110010 | 10001 | 10000011 | 0 | 1011010 | 11010 | 11110 | 100111110 | 1010011 | 100110 |
Color Harmonies of #B21183
Complementary color
Monochromatic Colors of #B21183
Black with #B21183
Text Example
Text Example
White with #B21183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21183; }
p { color: rgb(178,17,131); }
H1.HeaderClassName
{
color: #B21183;
}
.AnyTagClassName
{
color: #B21183;
}
</style>
background-color css
<style>
a { background-color: #B21183; }
a { background-color: rgb(178,17,131); }
div.DivClassName
{
background-color: #B21183;
}
.BgClassName
{
background-color: #B21183;
}
</style>
border-color css
<style>
span { border-color: #B21183; }
span { border-color: rgb(178,17,131); }
td.TdClassName
{
border-color: #B21183;
}
.TagClassName
{
border-color: #B21183;
}
</style>