Shades of Medium Violet Red #BD21AB
Tints of Medium Violet Red #BD21AB
RGB
CMYK
RGB Variations
Color information
#BD21AB (or 0xBD21AB) is known color: Medium Violet Red. HEX triplet: BD, 21 and AB. RGB value is (189,33,171). Sum of RGB (Red+Green+Blue) = 189+33+171=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD21AB is #42DE54. Grayscale: #5E5E5E. Windows color (decimal): -4382293 or 11215293. OLE color: 11215293.
HSL color Cylindrical-coordinate representation of color #BD21AB: hue angle of 306.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD21AB is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 171 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.26 |
| HSL | 306.92º | 0.7% | 0.44% | - |
| HSV(B) | 306.92º | 0.83% | 0.74% | - |
| XYZ | 28.88 | 14.85 | 39.87 | - |
| YUV | 95.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 171 | 0 | 0.83 | 0.10 | 0.26 | 306.92 | 0.7 | 0.44 |
| Hex | BD | 21 | AB | 0 | 53 | A | 1A | 133 | 46 | 2C |
| Octal | 275 | 41 | 253 | 0 | 123 | 12 | 32 | 463 | 106 | 54 |
| Binary | 10111101 | 100001 | 10101011 | 0 | 1010011 | 1010 | 11010 | 100110011 | 1000110 | 101100 |
Color Harmonies of #BD21AB
Complementary color
Monochromatic Colors of #BD21AB
Black with #BD21AB
Text Example
Text Example
White with #BD21AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21AB; }
p { color: rgb(189,33,171); }
H1.HeaderClassName
{
color: #BD21AB;
}
.AnyTagClassName
{
color: #BD21AB;
}
</style>
background-color css
<style>
a { background-color: #BD21AB; }
a { background-color: rgb(189,33,171); }
div.DivClassName
{
background-color: #BD21AB;
}
.BgClassName
{
background-color: #BD21AB;
}
</style>
border-color css
<style>
span { border-color: #BD21AB; }
span { border-color: rgb(189,33,171); }
td.TdClassName
{
border-color: #BD21AB;
}
.TagClassName
{
border-color: #BD21AB;
}
</style>