Shades of Medium Violet Red #BF1878
Tints of Medium Violet Red #BF1878
RGB
CMYK
RGB Variations
Color information
#BF1878 (or 0xBF1878) is known color: Medium Violet Red. HEX triplet: BF, 18 and 78. RGB value is (191,24,120). Sum of RGB (Red+Green+Blue) = 191+24+120=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1878 is #40E787. Grayscale: #545454. Windows color (decimal): -4253576 or 7870655. OLE color: 7870655.
HSL color Cylindrical-coordinate representation of color #BF1878: hue angle of 325.51º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1878 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 120 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.25 |
| HSL | 325.51º | 0.78% | 0.42% | - |
| HSV(B) | 325.51º | 0.87% | 0.75% | - |
| XYZ | 25.2 | 13.09 | 18.97 | - |
| YUV | 84.88 | 147.83 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 120 | 0 | 0.87 | 0.37 | 0.25 | 325.51 | 0.78 | 0.42 |
| Hex | BF | 18 | 78 | 0 | 57 | 25 | 19 | 146 | 4E | 2A |
| Octal | 277 | 30 | 170 | 0 | 127 | 45 | 31 | 506 | 116 | 52 |
| Binary | 10111111 | 11000 | 1111000 | 0 | 1010111 | 100101 | 11001 | 101000110 | 1001110 | 101010 |
Color Harmonies of #BF1878
Complementary color
Monochromatic Colors of #BF1878
Black with #BF1878
Text Example
Text Example
White with #BF1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1878; }
p { color: rgb(191,24,120); }
H1.HeaderClassName
{
color: #BF1878;
}
.AnyTagClassName
{
color: #BF1878;
}
</style>
background-color css
<style>
a { background-color: #BF1878; }
a { background-color: rgb(191,24,120); }
div.DivClassName
{
background-color: #BF1878;
}
.BgClassName
{
background-color: #BF1878;
}
</style>
border-color css
<style>
span { border-color: #BF1878; }
span { border-color: rgb(191,24,120); }
td.TdClassName
{
border-color: #BF1878;
}
.TagClassName
{
border-color: #BF1878;
}
</style>