Shades of Medium Violet Red #B21D85
Tints of Medium Violet Red #B21D85
RGB
CMYK
RGB Variations
Color information
#B21D85 (or 0xB21D85) is known color: Medium Violet Red. HEX triplet: B2, 1D and 85. RGB value is (178,29,133). Sum of RGB (Red+Green+Blue) = 178+29+133=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21D85 is #4DE27A. Grayscale: #555555. Windows color (decimal): -5104251 or 8723890. OLE color: 8723890.
HSL color Cylindrical-coordinate representation of color #B21D85: hue angle of 318.12º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D85 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 133 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.30 |
| HSL | 318.12º | 0.72% | 0.41% | - |
| HSV(B) | 318.12º | 0.84% | 0.7% | - |
| XYZ | 23.03 | 12.04 | 23.3 | - |
| YUV | 85.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 133 | 0 | 0.84 | 0.25 | 0.30 | 318.12 | 0.72 | 0.41 |
| Hex | B2 | 1D | 85 | 0 | 54 | 19 | 1E | 13E | 48 | 29 |
| Octal | 262 | 35 | 205 | 0 | 124 | 31 | 36 | 476 | 110 | 51 |
| Binary | 10110010 | 11101 | 10000101 | 0 | 1010100 | 11001 | 11110 | 100111110 | 1001000 | 101001 |
Color Harmonies of #B21D85
Complementary color
Monochromatic Colors of #B21D85
Black with #B21D85
Text Example
Text Example
White with #B21D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D85; }
p { color: rgb(178,29,133); }
H1.HeaderClassName
{
color: #B21D85;
}
.AnyTagClassName
{
color: #B21D85;
}
</style>
background-color css
<style>
a { background-color: #B21D85; }
a { background-color: rgb(178,29,133); }
div.DivClassName
{
background-color: #B21D85;
}
.BgClassName
{
background-color: #B21D85;
}
</style>
border-color css
<style>
span { border-color: #B21D85; }
span { border-color: rgb(178,29,133); }
td.TdClassName
{
border-color: #B21D85;
}
.TagClassName
{
border-color: #B21D85;
}
</style>