Shades of Medium Violet Red #BF1080
Tints of Medium Violet Red #BF1080
RGB
CMYK
RGB Variations
Color information
#BF1080 (or 0xBF1080) is known color: Medium Violet Red. HEX triplet: BF, 10 and 80. RGB value is (191,16,128). Sum of RGB (Red+Green+Blue) = 191+16+128=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1080 is #40EF7F. Grayscale: #505050. Windows color (decimal): -4255616 or 8392895. OLE color: 8392895.
HSL color Cylindrical-coordinate representation of color #BF1080: hue angle of 321.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1080 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 128 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.25 |
| HSL | 321.6º | 0.85% | 0.41% | - |
| HSV(B) | 321.6º | 0.92% | 0.75% | - |
| XYZ | 25.57 | 13.01 | 21.58 | - |
| YUV | 81.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 128 | 0 | 0.92 | 0.33 | 0.25 | 321.6 | 0.85 | 0.41 |
| Hex | BF | 10 | 80 | 0 | 5C | 21 | 19 | 142 | 55 | 29 |
| Octal | 277 | 20 | 200 | 0 | 134 | 41 | 31 | 502 | 125 | 51 |
| Binary | 10111111 | 10000 | 10000000 | 0 | 1011100 | 100001 | 11001 | 101000010 | 1010101 | 101001 |
Color Harmonies of #BF1080
Complementary color
Monochromatic Colors of #BF1080
Black with #BF1080
Text Example
Text Example
White with #BF1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1080; }
p { color: rgb(191,16,128); }
H1.HeaderClassName
{
color: #BF1080;
}
.AnyTagClassName
{
color: #BF1080;
}
</style>
background-color css
<style>
a { background-color: #BF1080; }
a { background-color: rgb(191,16,128); }
div.DivClassName
{
background-color: #BF1080;
}
.BgClassName
{
background-color: #BF1080;
}
</style>
border-color css
<style>
span { border-color: #BF1080; }
span { border-color: rgb(191,16,128); }
td.TdClassName
{
border-color: #BF1080;
}
.TagClassName
{
border-color: #BF1080;
}
</style>