Shades of Medium Violet Red #B20D8F
Tints of Medium Violet Red #B20D8F
RGB
CMYK
RGB Variations
Color information
#B20D8F (or 0xB20D8F) is known color: Medium Violet Red. HEX triplet: B2, 0D and 8F. RGB value is (178,13,143). Sum of RGB (Red+Green+Blue) = 178+13+143=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20D8F is #4DF270. Grayscale: #4C4C4C. Windows color (decimal): -5108337 or 9375154. OLE color: 9375154.
HSL color Cylindrical-coordinate representation of color #B20D8F: hue angle of 312.73º 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 #B20D8F is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 143 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.30 |
| HSL | 312.73º | 0.86% | 0.37% | - |
| HSV(B) | 312.73º | 0.93% | 0.7% | - |
| XYZ | 23.46 | 11.74 | 27.02 | - |
| YUV | 77.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 143 | 0 | 0.93 | 0.20 | 0.30 | 312.73 | 0.86 | 0.37 |
| Hex | B2 | D | 8F | 0 | 5D | 14 | 1E | 139 | 56 | 25 |
| Octal | 262 | 15 | 217 | 0 | 135 | 24 | 36 | 471 | 126 | 45 |
| Binary | 10110010 | 1101 | 10001111 | 0 | 1011101 | 10100 | 11110 | 100111001 | 1010110 | 100101 |
Color Harmonies of #B20D8F
Complementary color
Monochromatic Colors of #B20D8F
Black with #B20D8F
Text Example
Text Example
White with #B20D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D8F; }
p { color: rgb(178,13,143); }
H1.HeaderClassName
{
color: #B20D8F;
}
.AnyTagClassName
{
color: #B20D8F;
}
</style>
background-color css
<style>
a { background-color: #B20D8F; }
a { background-color: rgb(178,13,143); }
div.DivClassName
{
background-color: #B20D8F;
}
.BgClassName
{
background-color: #B20D8F;
}
</style>
border-color css
<style>
span { border-color: #B20D8F; }
span { border-color: rgb(178,13,143); }
td.TdClassName
{
border-color: #B20D8F;
}
.TagClassName
{
border-color: #B20D8F;
}
</style>