Shades of Medium Violet Red #BD1793
Tints of Medium Violet Red #BD1793
RGB
CMYK
RGB Variations
Color information
#BD1793 (or 0xBD1793) is known color: Medium Violet Red. HEX triplet: BD, 17 and 93. RGB value is (189,23,147). Sum of RGB (Red+Green+Blue) = 189+23+147=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1793 is #42E86C. Grayscale: #565656. Windows color (decimal): -4384877 or 9639869. OLE color: 9639869.
HSL color Cylindrical-coordinate representation of color #BD1793: hue angle of 315.18º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1793 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 147 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.26 |
| HSL | 315.18º | 0.78% | 0.42% | - |
| HSV(B) | 315.18º | 0.88% | 0.74% | - |
| XYZ | 26.56 | 13.54 | 28.82 | - |
| YUV | 86.77 | 162 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 147 | 0 | 0.88 | 0.22 | 0.26 | 315.18 | 0.78 | 0.42 |
| Hex | BD | 17 | 93 | 0 | 58 | 16 | 1A | 13B | 4E | 2A |
| Octal | 275 | 27 | 223 | 0 | 130 | 26 | 32 | 473 | 116 | 52 |
| Binary | 10111101 | 10111 | 10010011 | 0 | 1011000 | 10110 | 11010 | 100111011 | 1001110 | 101010 |
Color Harmonies of #BD1793
Complementary color
Monochromatic Colors of #BD1793
Black with #BD1793
Text Example
Text Example
White with #BD1793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1793; }
p { color: rgb(189,23,147); }
H1.HeaderClassName
{
color: #BD1793;
}
.AnyTagClassName
{
color: #BD1793;
}
</style>
background-color css
<style>
a { background-color: #BD1793; }
a { background-color: rgb(189,23,147); }
div.DivClassName
{
background-color: #BD1793;
}
.BgClassName
{
background-color: #BD1793;
}
</style>
border-color css
<style>
span { border-color: #BD1793; }
span { border-color: rgb(189,23,147); }
td.TdClassName
{
border-color: #BD1793;
}
.TagClassName
{
border-color: #BD1793;
}
</style>