Shades of Medium Violet Red #BD1572
Tints of Medium Violet Red #BD1572
RGB
CMYK
RGB Variations
Color information
#BD1572 (or 0xBD1572) is known color: Medium Violet Red. HEX triplet: BD, 15 and 72. RGB value is (189,21,114). Sum of RGB (Red+Green+Blue) = 189+21+114=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1572 is #42EA8D. Grayscale: #515151. Windows color (decimal): -4385422 or 7476669. OLE color: 7476669.
HSL color Cylindrical-coordinate representation of color #BD1572: hue angle of 326.79º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1572 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 114 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.26 |
| HSL | 326.79º | 0.8% | 0.41% | - |
| HSV(B) | 326.79º | 0.89% | 0.74% | - |
| XYZ | 24.29 | 12.57 | 17.07 | - |
| YUV | 81.83 | 146.16 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 114 | 0 | 0.89 | 0.40 | 0.26 | 326.79 | 0.8 | 0.41 |
| Hex | BD | 15 | 72 | 0 | 59 | 28 | 1A | 147 | 50 | 29 |
| Octal | 275 | 25 | 162 | 0 | 131 | 50 | 32 | 507 | 120 | 51 |
| Binary | 10111101 | 10101 | 1110010 | 0 | 1011001 | 101000 | 11010 | 101000111 | 1010000 | 101001 |
Color Harmonies of #BD1572
Complementary color
Monochromatic Colors of #BD1572
Black with #BD1572
Text Example
Text Example
White with #BD1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1572; }
p { color: rgb(189,21,114); }
H1.HeaderClassName
{
color: #BD1572;
}
.AnyTagClassName
{
color: #BD1572;
}
</style>
background-color css
<style>
a { background-color: #BD1572; }
a { background-color: rgb(189,21,114); }
div.DivClassName
{
background-color: #BD1572;
}
.BgClassName
{
background-color: #BD1572;
}
</style>
border-color css
<style>
span { border-color: #BD1572; }
span { border-color: rgb(189,21,114); }
td.TdClassName
{
border-color: #BD1572;
}
.TagClassName
{
border-color: #BD1572;
}
</style>