Shades of Medium Violet Red #BD19A2
Tints of Medium Violet Red #BD19A2
RGB
CMYK
RGB Variations
Color information
#BD19A2 (or 0xBD19A2) is known color: Medium Violet Red. HEX triplet: BD, 19 and A2. RGB value is (189,25,162). Sum of RGB (Red+Green+Blue) = 189+25+162=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD19A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD19A2 is #42E65D. Grayscale: #595959. Windows color (decimal): -4384350 or 10623421. OLE color: 10623421.
HSL color Cylindrical-coordinate representation of color #BD19A2: hue angle of 309.88º 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 #BD19A2 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 162 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.26 |
| HSL | 309.88º | 0.77% | 0.42% | - |
| HSV(B) | 309.88º | 0.87% | 0.74% | - |
| XYZ | 27.86 | 14.12 | 35.44 | - |
| YUV | 89.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 162 | 0 | 0.87 | 0.14 | 0.26 | 309.88 | 0.77 | 0.42 |
| Hex | BD | 19 | A2 | 0 | 57 | E | 1A | 136 | 4D | 2A |
| Octal | 275 | 31 | 242 | 0 | 127 | 16 | 32 | 466 | 115 | 52 |
| Binary | 10111101 | 11001 | 10100010 | 0 | 1010111 | 1110 | 11010 | 100110110 | 1001101 | 101010 |
Color Harmonies of #BD19A2
Complementary color
Monochromatic Colors of #BD19A2
Black with #BD19A2
Text Example
Text Example
White with #BD19A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19A2; }
p { color: rgb(189,25,162); }
H1.HeaderClassName
{
color: #BD19A2;
}
.AnyTagClassName
{
color: #BD19A2;
}
</style>
background-color css
<style>
a { background-color: #BD19A2; }
a { background-color: rgb(189,25,162); }
div.DivClassName
{
background-color: #BD19A2;
}
.BgClassName
{
background-color: #BD19A2;
}
</style>
border-color css
<style>
span { border-color: #BD19A2; }
span { border-color: rgb(189,25,162); }
td.TdClassName
{
border-color: #BD19A2;
}
.TagClassName
{
border-color: #BD19A2;
}
</style>