Shades of Medium Red Violet #BD2493
Tints of Medium Red Violet #BD2493
RGB
CMYK
RGB Variations
Color information
#BD2493 (or 0xBD2493) is known color: Medium Red Violet. HEX triplet: BD, 24 and 93. RGB value is (189,36,147). Sum of RGB (Red+Green+Blue) = 189+36+147=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2493 is #42DB6C. Grayscale: #5E5E5E. Windows color (decimal): -4381549 or 9643197. OLE color: 9643197.
HSL color Cylindrical-coordinate representation of color #BD2493: hue angle of 316.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2493 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 147 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.26 |
| HSL | 316.47º | 0.68% | 0.44% | - |
| HSV(B) | 316.47º | 0.81% | 0.74% | - |
| XYZ | 26.88 | 14.19 | 28.93 | - |
| YUV | 94.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 147 | 0 | 0.81 | 0.22 | 0.26 | 316.47 | 0.68 | 0.44 |
| Hex | BD | 24 | 93 | 0 | 51 | 16 | 1A | 13C | 44 | 2C |
| Octal | 275 | 44 | 223 | 0 | 121 | 26 | 32 | 474 | 104 | 54 |
| Binary | 10111101 | 100100 | 10010011 | 0 | 1010001 | 10110 | 11010 | 100111100 | 1000100 | 101100 |
Color Harmonies of #BD2493
Complementary color
Monochromatic Colors of #BD2493
Black with #BD2493
Text Example
Text Example
White with #BD2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2493; }
p { color: rgb(189,36,147); }
H1.HeaderClassName
{
color: #BD2493;
}
.AnyTagClassName
{
color: #BD2493;
}
</style>
background-color css
<style>
a { background-color: #BD2493; }
a { background-color: rgb(189,36,147); }
div.DivClassName
{
background-color: #BD2493;
}
.BgClassName
{
background-color: #BD2493;
}
</style>
border-color css
<style>
span { border-color: #BD2493; }
span { border-color: rgb(189,36,147); }
td.TdClassName
{
border-color: #BD2493;
}
.TagClassName
{
border-color: #BD2493;
}
</style>