Shades of Medium Violet Red #BF1295
Tints of Medium Violet Red #BF1295
RGB
CMYK
RGB Variations
Color information
#BF1295 (or 0xBF1295) is known color: Medium Violet Red. HEX triplet: BF, 12 and 95. RGB value is (191,18,149). Sum of RGB (Red+Green+Blue) = 191+18+149=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1295 is #40ED6A. Grayscale: #545454. Windows color (decimal): -4255083 or 9769663. OLE color: 9769663.
HSL color Cylindrical-coordinate representation of color #BF1295: hue angle of 314.57º 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 #BF1295 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 149 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.25 |
| HSL | 314.57º | 0.83% | 0.41% | - |
| HSV(B) | 314.57º | 0.91% | 0.75% | - |
| XYZ | 27.13 | 13.68 | 29.64 | - |
| YUV | 84.66 | 164.31 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 149 | 0 | 0.91 | 0.22 | 0.25 | 314.57 | 0.83 | 0.41 |
| Hex | BF | 12 | 95 | 0 | 5B | 16 | 19 | 13B | 53 | 29 |
| Octal | 277 | 22 | 225 | 0 | 133 | 26 | 31 | 473 | 123 | 51 |
| Binary | 10111111 | 10010 | 10010101 | 0 | 1011011 | 10110 | 11001 | 100111011 | 1010011 | 101001 |
Color Harmonies of #BF1295
Complementary color
Monochromatic Colors of #BF1295
Black with #BF1295
Text Example
Text Example
White with #BF1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1295; }
p { color: rgb(191,18,149); }
H1.HeaderClassName
{
color: #BF1295;
}
.AnyTagClassName
{
color: #BF1295;
}
</style>
background-color css
<style>
a { background-color: #BF1295; }
a { background-color: rgb(191,18,149); }
div.DivClassName
{
background-color: #BF1295;
}
.BgClassName
{
background-color: #BF1295;
}
</style>
border-color css
<style>
span { border-color: #BF1295; }
span { border-color: rgb(191,18,149); }
td.TdClassName
{
border-color: #BF1295;
}
.TagClassName
{
border-color: #BF1295;
}
</style>