Shades of Medium Violet Red #B20D87
Tints of Medium Violet Red #B20D87
RGB
CMYK
RGB Variations
Color information
#B20D87 (or 0xB20D87) is known color: Medium Violet Red. HEX triplet: B2, 0D and 87. RGB value is (178,13,135). Sum of RGB (Red+Green+Blue) = 178+13+135=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20D87 is #4DF278. Grayscale: #4B4B4B. Windows color (decimal): -5108345 or 8850866. OLE color: 8850866.
HSL color Cylindrical-coordinate representation of color #B20D87: hue angle of 315.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D87 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 135 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.30 |
| HSL | 315.64º | 0.86% | 0.37% | - |
| HSV(B) | 315.64º | 0.93% | 0.7% | - |
| XYZ | 22.88 | 11.5 | 23.94 | - |
| YUV | 76.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 135 | 0 | 0.93 | 0.24 | 0.30 | 315.64 | 0.86 | 0.37 |
| Hex | B2 | D | 87 | 0 | 5D | 18 | 1E | 13C | 56 | 25 |
| Octal | 262 | 15 | 207 | 0 | 135 | 30 | 36 | 474 | 126 | 45 |
| Binary | 10110010 | 1101 | 10000111 | 0 | 1011101 | 11000 | 11110 | 100111100 | 1010110 | 100101 |
Color Harmonies of #B20D87
Complementary color
Monochromatic Colors of #B20D87
Black with #B20D87
Text Example
Text Example
White with #B20D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D87; }
p { color: rgb(178,13,135); }
H1.HeaderClassName
{
color: #B20D87;
}
.AnyTagClassName
{
color: #B20D87;
}
</style>
background-color css
<style>
a { background-color: #B20D87; }
a { background-color: rgb(178,13,135); }
div.DivClassName
{
background-color: #B20D87;
}
.BgClassName
{
background-color: #B20D87;
}
</style>
border-color css
<style>
span { border-color: #B20D87; }
span { border-color: rgb(178,13,135); }
td.TdClassName
{
border-color: #B20D87;
}
.TagClassName
{
border-color: #B20D87;
}
</style>