Shades of Medium Violet Red #BF1572
Tints of Medium Violet Red #BF1572
RGB
CMYK
RGB Variations
Color information
#BF1572 (or 0xBF1572) is known color: Medium Violet Red. HEX triplet: BF, 15 and 72. RGB value is (191,21,114). Sum of RGB (Red+Green+Blue) = 191+21+114=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1572 is #40EA8D. Grayscale: #525252. Windows color (decimal): -4254350 or 7476671. OLE color: 7476671.
HSL color Cylindrical-coordinate representation of color #BF1572: hue angle of 327.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1572 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 114 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.25 |
| HSL | 327.18º | 0.8% | 0.42% | - |
| HSV(B) | 327.18º | 0.89% | 0.75% | - |
| XYZ | 24.79 | 12.83 | 17.09 | - |
| YUV | 82.43 | 145.82 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 114 | 0 | 0.89 | 0.40 | 0.25 | 327.18 | 0.8 | 0.42 |
| Hex | BF | 15 | 72 | 0 | 59 | 28 | 19 | 147 | 50 | 2A |
| Octal | 277 | 25 | 162 | 0 | 131 | 50 | 31 | 507 | 120 | 52 |
| Binary | 10111111 | 10101 | 1110010 | 0 | 1011001 | 101000 | 11001 | 101000111 | 1010000 | 101010 |
Color Harmonies of #BF1572
Complementary color
Monochromatic Colors of #BF1572
Black with #BF1572
Text Example
Text Example
White with #BF1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1572; }
p { color: rgb(191,21,114); }
H1.HeaderClassName
{
color: #BF1572;
}
.AnyTagClassName
{
color: #BF1572;
}
</style>
background-color css
<style>
a { background-color: #BF1572; }
a { background-color: rgb(191,21,114); }
div.DivClassName
{
background-color: #BF1572;
}
.BgClassName
{
background-color: #BF1572;
}
</style>
border-color css
<style>
span { border-color: #BF1572; }
span { border-color: rgb(191,21,114); }
td.TdClassName
{
border-color: #BF1572;
}
.TagClassName
{
border-color: #BF1572;
}
</style>