Shades of Medium Violet Red #B20D90
Tints of Medium Violet Red #B20D90
RGB
CMYK
RGB Variations
Color information
#B20D90 (or 0xB20D90) is known color: Medium Violet Red. HEX triplet: B2, 0D and 90. RGB value is (178,13,144). Sum of RGB (Red+Green+Blue) = 178+13+144=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20D90 is #4DF26F. Grayscale: #4C4C4C. Windows color (decimal): -5108336 or 9440690. OLE color: 9440690.
HSL color Cylindrical-coordinate representation of color #B20D90: hue angle of 312.36º 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 #B20D90 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 144 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.30 |
| HSL | 312.36º | 0.86% | 0.37% | - |
| HSV(B) | 312.36º | 0.93% | 0.7% | - |
| XYZ | 23.54 | 11.77 | 27.42 | - |
| YUV | 77.27 | 165.66 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 144 | 0 | 0.93 | 0.19 | 0.30 | 312.36 | 0.86 | 0.37 |
| Hex | B2 | D | 90 | 0 | 5D | 13 | 1E | 138 | 56 | 25 |
| Octal | 262 | 15 | 220 | 0 | 135 | 23 | 36 | 470 | 126 | 45 |
| Binary | 10110010 | 1101 | 10010000 | 0 | 1011101 | 10011 | 11110 | 100111000 | 1010110 | 100101 |
Color Harmonies of #B20D90
Complementary color
Monochromatic Colors of #B20D90
Black with #B20D90
Text Example
Text Example
White with #B20D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D90; }
p { color: rgb(178,13,144); }
H1.HeaderClassName
{
color: #B20D90;
}
.AnyTagClassName
{
color: #B20D90;
}
</style>
background-color css
<style>
a { background-color: #B20D90; }
a { background-color: rgb(178,13,144); }
div.DivClassName
{
background-color: #B20D90;
}
.BgClassName
{
background-color: #B20D90;
}
</style>
border-color css
<style>
span { border-color: #B20D90; }
span { border-color: rgb(178,13,144); }
td.TdClassName
{
border-color: #B20D90;
}
.TagClassName
{
border-color: #B20D90;
}
</style>