Shades of Medium Violet Red #BF1275
Tints of Medium Violet Red #BF1275
RGB
CMYK
RGB Variations
Color information
#BF1275 (or 0xBF1275) is known color: Medium Violet Red. HEX triplet: BF, 12 and 75. RGB value is (191,18,117). Sum of RGB (Red+Green+Blue) = 191+18+117=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1275 is #40ED8A. Grayscale: #505050. Windows color (decimal): -4255115 or 7672511. OLE color: 7672511.
HSL color Cylindrical-coordinate representation of color #BF1275: hue angle of 325.66º 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 #BF1275 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 117 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.25 |
| HSL | 325.66º | 0.83% | 0.41% | - |
| HSV(B) | 325.66º | 0.91% | 0.75% | - |
| XYZ | 24.91 | 12.79 | 17.99 | - |
| YUV | 81.01 | 148.31 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 117 | 0 | 0.91 | 0.39 | 0.25 | 325.66 | 0.83 | 0.41 |
| Hex | BF | 12 | 75 | 0 | 5B | 27 | 19 | 146 | 53 | 29 |
| Octal | 277 | 22 | 165 | 0 | 133 | 47 | 31 | 506 | 123 | 51 |
| Binary | 10111111 | 10010 | 1110101 | 0 | 1011011 | 100111 | 11001 | 101000110 | 1010011 | 101001 |
Color Harmonies of #BF1275
Complementary color
Monochromatic Colors of #BF1275
Black with #BF1275
Text Example
Text Example
White with #BF1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1275; }
p { color: rgb(191,18,117); }
H1.HeaderClassName
{
color: #BF1275;
}
.AnyTagClassName
{
color: #BF1275;
}
</style>
background-color css
<style>
a { background-color: #BF1275; }
a { background-color: rgb(191,18,117); }
div.DivClassName
{
background-color: #BF1275;
}
.BgClassName
{
background-color: #BF1275;
}
</style>
border-color css
<style>
span { border-color: #BF1275; }
span { border-color: rgb(191,18,117); }
td.TdClassName
{
border-color: #BF1275;
}
.TagClassName
{
border-color: #BF1275;
}
</style>