Shades of Medium Violet Red #BD11A1
Tints of Medium Violet Red #BD11A1
RGB
CMYK
RGB Variations
Color information
#BD11A1 (or 0xBD11A1) is known color: Medium Violet Red. HEX triplet: BD, 11 and A1. RGB value is (189,17,161). Sum of RGB (Red+Green+Blue) = 189+17+161=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD11A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD11A1 is #42EE5E. Grayscale: #545454. Windows color (decimal): -4386399 or 10555837. OLE color: 10555837.
HSL color Cylindrical-coordinate representation of color #BD11A1: hue angle of 309.77º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD11A1 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 161 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.26 |
| HSL | 309.77º | 0.83% | 0.4% | - |
| HSV(B) | 309.77º | 0.91% | 0.74% | - |
| XYZ | 27.62 | 13.79 | 34.92 | - |
| YUV | 84.84 | 170.98 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 161 | 0 | 0.91 | 0.15 | 0.26 | 309.77 | 0.83 | 0.4 |
| Hex | BD | 11 | A1 | 0 | 5B | F | 1A | 136 | 53 | 28 |
| Octal | 275 | 21 | 241 | 0 | 133 | 17 | 32 | 466 | 123 | 50 |
| Binary | 10111101 | 10001 | 10100001 | 0 | 1011011 | 1111 | 11010 | 100110110 | 1010011 | 101000 |
Color Harmonies of #BD11A1
Complementary color
Monochromatic Colors of #BD11A1
Black with #BD11A1
Text Example
Text Example
White with #BD11A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD11A1; }
p { color: rgb(189,17,161); }
H1.HeaderClassName
{
color: #BD11A1;
}
.AnyTagClassName
{
color: #BD11A1;
}
</style>
background-color css
<style>
a { background-color: #BD11A1; }
a { background-color: rgb(189,17,161); }
div.DivClassName
{
background-color: #BD11A1;
}
.BgClassName
{
background-color: #BD11A1;
}
</style>
border-color css
<style>
span { border-color: #BD11A1; }
span { border-color: rgb(189,17,161); }
td.TdClassName
{
border-color: #BD11A1;
}
.TagClassName
{
border-color: #BD11A1;
}
</style>