Shades of Medium Violet Red #BD20A3
Tints of Medium Violet Red #BD20A3
RGB
CMYK
RGB Variations
Color information
#BD20A3 (or 0xBD20A3) is known color: Medium Violet Red. HEX triplet: BD, 20 and A3. RGB value is (189,32,163). Sum of RGB (Red+Green+Blue) = 189+32+163=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD20A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD20A3 is #42DF5C. Grayscale: #5D5D5D. Windows color (decimal): -4382557 or 10690749. OLE color: 10690749.
HSL color Cylindrical-coordinate representation of color #BD20A3: hue angle of 309.94º 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 #BD20A3 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 163 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.26 |
| HSL | 309.94º | 0.71% | 0.43% | - |
| HSV(B) | 309.94º | 0.83% | 0.74% | - |
| XYZ | 28.11 | 14.5 | 35.97 | - |
| YUV | 93.88 | 167.01 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 163 | 0 | 0.83 | 0.14 | 0.26 | 309.94 | 0.71 | 0.43 |
| Hex | BD | 20 | A3 | 0 | 53 | E | 1A | 136 | 47 | 2B |
| Octal | 275 | 40 | 243 | 0 | 123 | 16 | 32 | 466 | 107 | 53 |
| Binary | 10111101 | 100000 | 10100011 | 0 | 1010011 | 1110 | 11010 | 100110110 | 1000111 | 101011 |
Color Harmonies of #BD20A3
Complementary color
Monochromatic Colors of #BD20A3
Black with #BD20A3
Text Example
Text Example
White with #BD20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD20A3; }
p { color: rgb(189,32,163); }
H1.HeaderClassName
{
color: #BD20A3;
}
.AnyTagClassName
{
color: #BD20A3;
}
</style>
background-color css
<style>
a { background-color: #BD20A3; }
a { background-color: rgb(189,32,163); }
div.DivClassName
{
background-color: #BD20A3;
}
.BgClassName
{
background-color: #BD20A3;
}
</style>
border-color css
<style>
span { border-color: #BD20A3; }
span { border-color: rgb(189,32,163); }
td.TdClassName
{
border-color: #BD20A3;
}
.TagClassName
{
border-color: #BD20A3;
}
</style>