Shades of Medium Red Violet #BD2470
Tints of Medium Red Violet #BD2470
RGB
CMYK
RGB Variations
Color information
#BD2470 (or 0xBD2470) is known color: Medium Red Violet. HEX triplet: BD, 24 and 70. RGB value is (189,36,112). Sum of RGB (Red+Green+Blue) = 189+36+112=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2470 is #42DB8F. Grayscale: #5A5A5A. Windows color (decimal): -4381584 or 7349437. OLE color: 7349437.
HSL color Cylindrical-coordinate representation of color #BD2470: hue angle of 330.2º 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 #BD2470 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 112 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.26 |
| HSL | 330.2º | 0.68% | 0.44% | - |
| HSV(B) | 330.2º | 0.81% | 0.74% | - |
| XYZ | 24.54 | 13.25 | 16.59 | - |
| YUV | 90.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 112 | 0 | 0.81 | 0.41 | 0.26 | 330.2 | 0.68 | 0.44 |
| Hex | BD | 24 | 70 | 0 | 51 | 29 | 1A | 14A | 44 | 2C |
| Octal | 275 | 44 | 160 | 0 | 121 | 51 | 32 | 512 | 104 | 54 |
| Binary | 10111101 | 100100 | 1110000 | 0 | 1010001 | 101001 | 11010 | 101001010 | 1000100 | 101100 |
Color Harmonies of #BD2470
Complementary color
Monochromatic Colors of #BD2470
Black with #BD2470
Text Example
Text Example
White with #BD2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2470; }
p { color: rgb(189,36,112); }
H1.HeaderClassName
{
color: #BD2470;
}
.AnyTagClassName
{
color: #BD2470;
}
</style>
background-color css
<style>
a { background-color: #BD2470; }
a { background-color: rgb(189,36,112); }
div.DivClassName
{
background-color: #BD2470;
}
.BgClassName
{
background-color: #BD2470;
}
</style>
border-color css
<style>
span { border-color: #BD2470; }
span { border-color: rgb(189,36,112); }
td.TdClassName
{
border-color: #BD2470;
}
.TagClassName
{
border-color: #BD2470;
}
</style>