Shades of Medium Violet Red #BD19A8
Tints of Medium Violet Red #BD19A8
RGB
CMYK
RGB Variations
Color information
#BD19A8 (or 0xBD19A8) is known color: Medium Violet Red. HEX triplet: BD, 19 and A8. RGB value is (189,25,168). Sum of RGB (Red+Green+Blue) = 189+25+168=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD19A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD19A8 is #42E657. Grayscale: #595959. Windows color (decimal): -4384344 or 11016637. OLE color: 11016637.
HSL color Cylindrical-coordinate representation of color #BD19A8: hue angle of 307.68º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD19A8 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 168 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.26 |
| HSL | 307.68º | 0.77% | 0.42% | - |
| HSV(B) | 307.68º | 0.87% | 0.74% | - |
| XYZ | 28.4 | 14.34 | 38.32 | - |
| YUV | 90.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 168 | 0 | 0.87 | 0.11 | 0.26 | 307.68 | 0.77 | 0.42 |
| Hex | BD | 19 | A8 | 0 | 57 | B | 1A | 134 | 4D | 2A |
| Octal | 275 | 31 | 250 | 0 | 127 | 13 | 32 | 464 | 115 | 52 |
| Binary | 10111101 | 11001 | 10101000 | 0 | 1010111 | 1011 | 11010 | 100110100 | 1001101 | 101010 |
Color Harmonies of #BD19A8
Complementary color
Monochromatic Colors of #BD19A8
Black with #BD19A8
Text Example
Text Example
White with #BD19A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19A8; }
p { color: rgb(189,25,168); }
H1.HeaderClassName
{
color: #BD19A8;
}
.AnyTagClassName
{
color: #BD19A8;
}
</style>
background-color css
<style>
a { background-color: #BD19A8; }
a { background-color: rgb(189,25,168); }
div.DivClassName
{
background-color: #BD19A8;
}
.BgClassName
{
background-color: #BD19A8;
}
</style>
border-color css
<style>
span { border-color: #BD19A8; }
span { border-color: rgb(189,25,168); }
td.TdClassName
{
border-color: #BD19A8;
}
.TagClassName
{
border-color: #BD19A8;
}
</style>