Shades of Medium Violet Red #BF1276
Tints of Medium Violet Red #BF1276
RGB
CMYK
RGB Variations
Color information
#BF1276 (or 0xBF1276) is known color: Medium Violet Red. HEX triplet: BF, 12 and 76. RGB value is (191,18,118). Sum of RGB (Red+Green+Blue) = 191+18+118=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1276 is #40ED89. Grayscale: #505050. Windows color (decimal): -4255114 or 7738047. OLE color: 7738047.
HSL color Cylindrical-coordinate representation of color #BF1276: hue angle of 325.32º 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 #BF1276 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 118 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.25 |
| HSL | 325.32º | 0.83% | 0.41% | - |
| HSV(B) | 325.32º | 0.91% | 0.75% | - |
| XYZ | 24.97 | 12.82 | 18.3 | - |
| YUV | 81.13 | 148.81 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 118 | 0 | 0.91 | 0.38 | 0.25 | 325.32 | 0.83 | 0.41 |
| Hex | BF | 12 | 76 | 0 | 5B | 26 | 19 | 145 | 53 | 29 |
| Octal | 277 | 22 | 166 | 0 | 133 | 46 | 31 | 505 | 123 | 51 |
| Binary | 10111111 | 10010 | 1110110 | 0 | 1011011 | 100110 | 11001 | 101000101 | 1010011 | 101001 |
Color Harmonies of #BF1276
Complementary color
Monochromatic Colors of #BF1276
Black with #BF1276
Text Example
Text Example
White with #BF1276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1276; }
p { color: rgb(191,18,118); }
H1.HeaderClassName
{
color: #BF1276;
}
.AnyTagClassName
{
color: #BF1276;
}
</style>
background-color css
<style>
a { background-color: #BF1276; }
a { background-color: rgb(191,18,118); }
div.DivClassName
{
background-color: #BF1276;
}
.BgClassName
{
background-color: #BF1276;
}
</style>
border-color css
<style>
span { border-color: #BF1276; }
span { border-color: rgb(191,18,118); }
td.TdClassName
{
border-color: #BF1276;
}
.TagClassName
{
border-color: #BF1276;
}
</style>