Shades of Medium Violet Red #BD21A2
Tints of Medium Violet Red #BD21A2
RGB
CMYK
RGB Variations
Color information
#BD21A2 (or 0xBD21A2) is known color: Medium Violet Red. HEX triplet: BD, 21 and A2. RGB value is (189,33,162). Sum of RGB (Red+Green+Blue) = 189+33+162=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD21A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD21A2 is #42DE5D. Grayscale: #5D5D5D. Windows color (decimal): -4382302 or 10625469. OLE color: 10625469.
HSL color Cylindrical-coordinate representation of color #BD21A2: hue angle of 310.38º 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 #BD21A2 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 162 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.26 |
| HSL | 310.38º | 0.7% | 0.44% | - |
| HSV(B) | 310.38º | 0.83% | 0.74% | - |
| XYZ | 28.05 | 14.52 | 35.51 | - |
| YUV | 94.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 162 | 0 | 0.83 | 0.14 | 0.26 | 310.38 | 0.7 | 0.44 |
| Hex | BD | 21 | A2 | 0 | 53 | E | 1A | 136 | 46 | 2C |
| Octal | 275 | 41 | 242 | 0 | 123 | 16 | 32 | 466 | 106 | 54 |
| Binary | 10111101 | 100001 | 10100010 | 0 | 1010011 | 1110 | 11010 | 100110110 | 1000110 | 101100 |
Color Harmonies of #BD21A2
Complementary color
Monochromatic Colors of #BD21A2
Black with #BD21A2
Text Example
Text Example
White with #BD21A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21A2; }
p { color: rgb(189,33,162); }
H1.HeaderClassName
{
color: #BD21A2;
}
.AnyTagClassName
{
color: #BD21A2;
}
</style>
background-color css
<style>
a { background-color: #BD21A2; }
a { background-color: rgb(189,33,162); }
div.DivClassName
{
background-color: #BD21A2;
}
.BgClassName
{
background-color: #BD21A2;
}
</style>
border-color css
<style>
span { border-color: #BD21A2; }
span { border-color: rgb(189,33,162); }
td.TdClassName
{
border-color: #BD21A2;
}
.TagClassName
{
border-color: #BD21A2;
}
</style>