Shades of Medium Violet Red #BD20AB
Tints of Medium Violet Red #BD20AB
RGB
CMYK
RGB Variations
Color information
#BD20AB (or 0xBD20AB) is known color: Medium Violet Red. HEX triplet: BD, 20 and AB. RGB value is (189,32,171). Sum of RGB (Red+Green+Blue) = 189+32+171=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD20AB is #42DF54. Grayscale: #5E5E5E. Windows color (decimal): -4382549 or 11215037. OLE color: 11215037.
HSL color Cylindrical-coordinate representation of color #BD20AB: hue angle of 306.88º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD20AB is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 171 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.26 |
| HSL | 306.88º | 0.71% | 0.43% | - |
| HSV(B) | 306.88º | 0.83% | 0.74% | - |
| XYZ | 28.85 | 14.79 | 39.86 | - |
| YUV | 94.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 171 | 0 | 0.83 | 0.10 | 0.26 | 306.88 | 0.71 | 0.43 |
| Hex | BD | 20 | AB | 0 | 53 | A | 1A | 133 | 47 | 2B |
| Octal | 275 | 40 | 253 | 0 | 123 | 12 | 32 | 463 | 107 | 53 |
| Binary | 10111101 | 100000 | 10101011 | 0 | 1010011 | 1010 | 11010 | 100110011 | 1000111 | 101011 |
Color Harmonies of #BD20AB
Complementary color
Monochromatic Colors of #BD20AB
Black with #BD20AB
Text Example
Text Example
White with #BD20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20AB; }
p { color: rgb(189,32,171); }
H1.HeaderClassName
{
color: #BD20AB;
}
.AnyTagClassName
{
color: #BD20AB;
}
</style>
background-color css
<style>
a { background-color: #BD20AB; }
a { background-color: rgb(189,32,171); }
div.DivClassName
{
background-color: #BD20AB;
}
.BgClassName
{
background-color: #BD20AB;
}
</style>
border-color css
<style>
span { border-color: #BD20AB; }
span { border-color: rgb(189,32,171); }
td.TdClassName
{
border-color: #BD20AB;
}
.TagClassName
{
border-color: #BD20AB;
}
</style>