Shades of Medium Violet Red #BD16A1
Tints of Medium Violet Red #BD16A1
RGB
CMYK
RGB Variations
Color information
#BD16A1 (or 0xBD16A1) is known color: Medium Violet Red. HEX triplet: BD, 16 and A1. RGB value is (189,22,161). Sum of RGB (Red+Green+Blue) = 189+22+161=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD16A1 is #42E95E. Grayscale: #575757. Windows color (decimal): -4385119 or 10557117. OLE color: 10557117.
HSL color Cylindrical-coordinate representation of color #BD16A1: hue angle of 310.06º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD16A1 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 161 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.26 |
| HSL | 310.06º | 0.79% | 0.41% | - |
| HSV(B) | 310.06º | 0.88% | 0.74% | - |
| XYZ | 27.71 | 13.97 | 34.95 | - |
| YUV | 87.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 161 | 0 | 0.88 | 0.15 | 0.26 | 310.06 | 0.79 | 0.41 |
| Hex | BD | 16 | A1 | 0 | 58 | F | 1A | 136 | 4F | 29 |
| Octal | 275 | 26 | 241 | 0 | 130 | 17 | 32 | 466 | 117 | 51 |
| Binary | 10111101 | 10110 | 10100001 | 0 | 1011000 | 1111 | 11010 | 100110110 | 1001111 | 101001 |
Color Harmonies of #BD16A1
Complementary color
Monochromatic Colors of #BD16A1
Black with #BD16A1
Text Example
Text Example
White with #BD16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16A1; }
p { color: rgb(189,22,161); }
H1.HeaderClassName
{
color: #BD16A1;
}
.AnyTagClassName
{
color: #BD16A1;
}
</style>
background-color css
<style>
a { background-color: #BD16A1; }
a { background-color: rgb(189,22,161); }
div.DivClassName
{
background-color: #BD16A1;
}
.BgClassName
{
background-color: #BD16A1;
}
</style>
border-color css
<style>
span { border-color: #BD16A1; }
span { border-color: rgb(189,22,161); }
td.TdClassName
{
border-color: #BD16A1;
}
.TagClassName
{
border-color: #BD16A1;
}
</style>