Shades of Medium Red Violet #BD2490
Tints of Medium Red Violet #BD2490
RGB
CMYK
RGB Variations
Color information
#BD2490 (or 0xBD2490) is known color: Medium Red Violet. HEX triplet: BD, 24 and 90. RGB value is (189,36,144). Sum of RGB (Red+Green+Blue) = 189+36+144=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2490 is #42DB6F. Grayscale: #5D5D5D. Windows color (decimal): -4381552 or 9446589. OLE color: 9446589.
HSL color Cylindrical-coordinate representation of color #BD2490: hue angle of 317.65º 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 #BD2490 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 144 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.26 |
| HSL | 317.65º | 0.68% | 0.44% | - |
| HSV(B) | 317.65º | 0.81% | 0.74% | - |
| XYZ | 26.65 | 14.09 | 27.7 | - |
| YUV | 94.06 | 156.19 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 144 | 0 | 0.81 | 0.24 | 0.26 | 317.65 | 0.68 | 0.44 |
| Hex | BD | 24 | 90 | 0 | 51 | 18 | 1A | 13E | 44 | 2C |
| Octal | 275 | 44 | 220 | 0 | 121 | 30 | 32 | 476 | 104 | 54 |
| Binary | 10111101 | 100100 | 10010000 | 0 | 1010001 | 11000 | 11010 | 100111110 | 1000100 | 101100 |
Color Harmonies of #BD2490
Complementary color
Monochromatic Colors of #BD2490
Black with #BD2490
Text Example
Text Example
White with #BD2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2490; }
p { color: rgb(189,36,144); }
H1.HeaderClassName
{
color: #BD2490;
}
.AnyTagClassName
{
color: #BD2490;
}
</style>
background-color css
<style>
a { background-color: #BD2490; }
a { background-color: rgb(189,36,144); }
div.DivClassName
{
background-color: #BD2490;
}
.BgClassName
{
background-color: #BD2490;
}
</style>
border-color css
<style>
span { border-color: #BD2490; }
span { border-color: rgb(189,36,144); }
td.TdClassName
{
border-color: #BD2490;
}
.TagClassName
{
border-color: #BD2490;
}
</style>