Shades of Medium Red Violet #BD2492
Tints of Medium Red Violet #BD2492
RGB
CMYK
RGB Variations
Color information
#BD2492 (or 0xBD2492) is known color: Medium Red Violet. HEX triplet: BD, 24 and 92. RGB value is (189,36,146). Sum of RGB (Red+Green+Blue) = 189+36+146=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2492 is #42DB6D. Grayscale: #5E5E5E. Windows color (decimal): -4381550 or 9577661. OLE color: 9577661.
HSL color Cylindrical-coordinate representation of color #BD2492: hue angle of 316.86º 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 #BD2492 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 146 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.26 |
| HSL | 316.86º | 0.68% | 0.44% | - |
| HSV(B) | 316.86º | 0.81% | 0.74% | - |
| XYZ | 26.81 | 14.16 | 28.51 | - |
| YUV | 94.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 146 | 0 | 0.81 | 0.23 | 0.26 | 316.86 | 0.68 | 0.44 |
| Hex | BD | 24 | 92 | 0 | 51 | 17 | 1A | 13D | 44 | 2C |
| Octal | 275 | 44 | 222 | 0 | 121 | 27 | 32 | 475 | 104 | 54 |
| Binary | 10111101 | 100100 | 10010010 | 0 | 1010001 | 10111 | 11010 | 100111101 | 1000100 | 101100 |
Color Harmonies of #BD2492
Complementary color
Monochromatic Colors of #BD2492
Black with #BD2492
Text Example
Text Example
White with #BD2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2492; }
p { color: rgb(189,36,146); }
H1.HeaderClassName
{
color: #BD2492;
}
.AnyTagClassName
{
color: #BD2492;
}
</style>
background-color css
<style>
a { background-color: #BD2492; }
a { background-color: rgb(189,36,146); }
div.DivClassName
{
background-color: #BD2492;
}
.BgClassName
{
background-color: #BD2492;
}
</style>
border-color css
<style>
span { border-color: #BD2492; }
span { border-color: rgb(189,36,146); }
td.TdClassName
{
border-color: #BD2492;
}
.TagClassName
{
border-color: #BD2492;
}
</style>