Shades of Medium Violet Red #B20DA1
Tints of Medium Violet Red #B20DA1
RGB
CMYK
RGB Variations
Color information
#B20DA1 (or 0xB20DA1) is known color: Medium Violet Red. HEX triplet: B2, 0D and A1. RGB value is (178,13,161). Sum of RGB (Red+Green+Blue) = 178+13+161=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B20DA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20DA1 is #4DF25E. Grayscale: #4E4E4E. Windows color (decimal): -5108319 or 10554802. OLE color: 10554802.
HSL color Cylindrical-coordinate representation of color #B20DA1: hue angle of 306.18º 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 #B20DA1 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 161 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.30 |
| HSL | 306.18º | 0.86% | 0.37% | - |
| HSV(B) | 306.18º | 0.93% | 0.7% | - |
| XYZ | 24.94 | 12.33 | 34.78 | - |
| YUV | 79.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 161 | 0 | 0.93 | 0.10 | 0.30 | 306.18 | 0.86 | 0.37 |
| Hex | B2 | D | A1 | 0 | 5D | A | 1E | 132 | 56 | 25 |
| Octal | 262 | 15 | 241 | 0 | 135 | 12 | 36 | 462 | 126 | 45 |
| Binary | 10110010 | 1101 | 10100001 | 0 | 1011101 | 1010 | 11110 | 100110010 | 1010110 | 100101 |
Color Harmonies of #B20DA1
Complementary color
Monochromatic Colors of #B20DA1
Black with #B20DA1
Text Example
Text Example
White with #B20DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DA1; }
p { color: rgb(178,13,161); }
H1.HeaderClassName
{
color: #B20DA1;
}
.AnyTagClassName
{
color: #B20DA1;
}
</style>
background-color css
<style>
a { background-color: #B20DA1; }
a { background-color: rgb(178,13,161); }
div.DivClassName
{
background-color: #B20DA1;
}
.BgClassName
{
background-color: #B20DA1;
}
</style>
border-color css
<style>
span { border-color: #B20DA1; }
span { border-color: rgb(178,13,161); }
td.TdClassName
{
border-color: #B20DA1;
}
.TagClassName
{
border-color: #B20DA1;
}
</style>