Shades of Medium Violet Red #BD16A8
Tints of Medium Violet Red #BD16A8
RGB
CMYK
RGB Variations
Color information
#BD16A8 (or 0xBD16A8) is known color: Medium Violet Red. HEX triplet: BD, 16 and A8. RGB value is (189,22,168). Sum of RGB (Red+Green+Blue) = 189+22+168=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD16A8 is #42E957. Grayscale: #585858. Windows color (decimal): -4385112 or 11015869. OLE color: 11015869.
HSL color Cylindrical-coordinate representation of color #BD16A8: hue angle of 307.54º 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 #BD16A8 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 168 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.26 |
| HSL | 307.54º | 0.79% | 0.41% | - |
| HSV(B) | 307.54º | 0.88% | 0.74% | - |
| XYZ | 28.34 | 14.22 | 38.3 | - |
| YUV | 88.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 168 | 0 | 0.88 | 0.11 | 0.26 | 307.54 | 0.79 | 0.41 |
| Hex | BD | 16 | A8 | 0 | 58 | B | 1A | 134 | 4F | 29 |
| Octal | 275 | 26 | 250 | 0 | 130 | 13 | 32 | 464 | 117 | 51 |
| Binary | 10111101 | 10110 | 10101000 | 0 | 1011000 | 1011 | 11010 | 100110100 | 1001111 | 101001 |
Color Harmonies of #BD16A8
Complementary color
Monochromatic Colors of #BD16A8
Black with #BD16A8
Text Example
Text Example
White with #BD16A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16A8; }
p { color: rgb(189,22,168); }
H1.HeaderClassName
{
color: #BD16A8;
}
.AnyTagClassName
{
color: #BD16A8;
}
</style>
background-color css
<style>
a { background-color: #BD16A8; }
a { background-color: rgb(189,22,168); }
div.DivClassName
{
background-color: #BD16A8;
}
.BgClassName
{
background-color: #BD16A8;
}
</style>
border-color css
<style>
span { border-color: #BD16A8; }
span { border-color: rgb(189,22,168); }
td.TdClassName
{
border-color: #BD16A8;
}
.TagClassName
{
border-color: #BD16A8;
}
</style>