Shades of Medium Violet Red #BD1993
Tints of Medium Violet Red #BD1993
RGB
CMYK
RGB Variations
Color information
#BD1993 (or 0xBD1993) is known color: Medium Violet Red. HEX triplet: BD, 19 and 93. RGB value is (189,25,147). Sum of RGB (Red+Green+Blue) = 189+25+147=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1993 is #42E66C. Grayscale: #575757. Windows color (decimal): -4384365 or 9640381. OLE color: 9640381.
HSL color Cylindrical-coordinate representation of color #BD1993: hue angle of 315.37º 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 #BD1993 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 147 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.26 |
| HSL | 315.37º | 0.77% | 0.42% | - |
| HSV(B) | 315.37º | 0.87% | 0.74% | - |
| XYZ | 26.6 | 13.62 | 28.83 | - |
| YUV | 87.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 147 | 0 | 0.87 | 0.22 | 0.26 | 315.37 | 0.77 | 0.42 |
| Hex | BD | 19 | 93 | 0 | 57 | 16 | 1A | 13B | 4D | 2A |
| Octal | 275 | 31 | 223 | 0 | 127 | 26 | 32 | 473 | 115 | 52 |
| Binary | 10111101 | 11001 | 10010011 | 0 | 1010111 | 10110 | 11010 | 100111011 | 1001101 | 101010 |
Color Harmonies of #BD1993
Complementary color
Monochromatic Colors of #BD1993
Black with #BD1993
Text Example
Text Example
White with #BD1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1993; }
p { color: rgb(189,25,147); }
H1.HeaderClassName
{
color: #BD1993;
}
.AnyTagClassName
{
color: #BD1993;
}
</style>
background-color css
<style>
a { background-color: #BD1993; }
a { background-color: rgb(189,25,147); }
div.DivClassName
{
background-color: #BD1993;
}
.BgClassName
{
background-color: #BD1993;
}
</style>
border-color css
<style>
span { border-color: #BD1993; }
span { border-color: rgb(189,25,147); }
td.TdClassName
{
border-color: #BD1993;
}
.TagClassName
{
border-color: #BD1993;
}
</style>