Shades of Medium Violet Red #BF1880
Tints of Medium Violet Red #BF1880
RGB
CMYK
RGB Variations
Color information
#BF1880 (or 0xBF1880) is known color: Medium Violet Red. HEX triplet: BF, 18 and 80. RGB value is (191,24,128). Sum of RGB (Red+Green+Blue) = 191+24+128=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1880 is #40E77F. Grayscale: #555555. Windows color (decimal): -4253568 or 8394943. OLE color: 8394943.
HSL color Cylindrical-coordinate representation of color #BF1880: hue angle of 322.63º 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 #BF1880 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 128 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.25 |
| HSL | 322.63º | 0.78% | 0.42% | - |
| HSV(B) | 322.63º | 0.87% | 0.75% | - |
| XYZ | 25.71 | 13.29 | 21.63 | - |
| YUV | 85.79 | 151.83 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 128 | 0 | 0.87 | 0.33 | 0.25 | 322.63 | 0.78 | 0.42 |
| Hex | BF | 18 | 80 | 0 | 57 | 21 | 19 | 143 | 4E | 2A |
| Octal | 277 | 30 | 200 | 0 | 127 | 41 | 31 | 503 | 116 | 52 |
| Binary | 10111111 | 11000 | 10000000 | 0 | 1010111 | 100001 | 11001 | 101000011 | 1001110 | 101010 |
Color Harmonies of #BF1880
Complementary color
Monochromatic Colors of #BF1880
Black with #BF1880
Text Example
Text Example
White with #BF1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1880; }
p { color: rgb(191,24,128); }
H1.HeaderClassName
{
color: #BF1880;
}
.AnyTagClassName
{
color: #BF1880;
}
</style>
background-color css
<style>
a { background-color: #BF1880; }
a { background-color: rgb(191,24,128); }
div.DivClassName
{
background-color: #BF1880;
}
.BgClassName
{
background-color: #BF1880;
}
</style>
border-color css
<style>
span { border-color: #BF1880; }
span { border-color: rgb(191,24,128); }
td.TdClassName
{
border-color: #BF1880;
}
.TagClassName
{
border-color: #BF1880;
}
</style>