Shades of Medium Violet Red #BF1272
Tints of Medium Violet Red #BF1272
RGB
CMYK
RGB Variations
Color information
#BF1272 (or 0xBF1272) is known color: Medium Violet Red. HEX triplet: BF, 12 and 72. RGB value is (191,18,114). Sum of RGB (Red+Green+Blue) = 191+18+114=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1272 is #40ED8D. Grayscale: #505050. Windows color (decimal): -4255118 or 7475903. OLE color: 7475903.
HSL color Cylindrical-coordinate representation of color #BF1272: hue angle of 326.71º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1272 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 114 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.25 |
| HSL | 326.71º | 0.83% | 0.41% | - |
| HSV(B) | 326.71º | 0.91% | 0.75% | - |
| XYZ | 24.74 | 12.72 | 17.07 | - |
| YUV | 80.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 114 | 0 | 0.91 | 0.40 | 0.25 | 326.71 | 0.83 | 0.41 |
| Hex | BF | 12 | 72 | 0 | 5B | 28 | 19 | 147 | 53 | 29 |
| Octal | 277 | 22 | 162 | 0 | 133 | 50 | 31 | 507 | 123 | 51 |
| Binary | 10111111 | 10010 | 1110010 | 0 | 1011011 | 101000 | 11001 | 101000111 | 1010011 | 101001 |
Color Harmonies of #BF1272
Complementary color
Monochromatic Colors of #BF1272
Black with #BF1272
Text Example
Text Example
White with #BF1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1272; }
p { color: rgb(191,18,114); }
H1.HeaderClassName
{
color: #BF1272;
}
.AnyTagClassName
{
color: #BF1272;
}
</style>
background-color css
<style>
a { background-color: #BF1272; }
a { background-color: rgb(191,18,114); }
div.DivClassName
{
background-color: #BF1272;
}
.BgClassName
{
background-color: #BF1272;
}
</style>
border-color css
<style>
span { border-color: #BF1272; }
span { border-color: rgb(191,18,114); }
td.TdClassName
{
border-color: #BF1272;
}
.TagClassName
{
border-color: #BF1272;
}
</style>