Shades of Medium Violet Red #BF1180
Tints of Medium Violet Red #BF1180
RGB
CMYK
RGB Variations
Color information
#BF1180 (or 0xBF1180) is known color: Medium Violet Red. HEX triplet: BF, 11 and 80. RGB value is (191,17,128). Sum of RGB (Red+Green+Blue) = 191+17+128=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1180 is #40EE7F. Grayscale: #515151. Windows color (decimal): -4255360 or 8393151. OLE color: 8393151.
HSL color Cylindrical-coordinate representation of color #BF1180: hue angle of 321.72º degrees, saturation: 0.84, 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 #BF1180 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 128 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.25 |
| HSL | 321.72º | 0.84% | 0.41% | - |
| HSV(B) | 321.72º | 0.91% | 0.75% | - |
| XYZ | 25.58 | 13.04 | 21.59 | - |
| YUV | 81.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 128 | 0 | 0.91 | 0.33 | 0.25 | 321.72 | 0.84 | 0.41 |
| Hex | BF | 11 | 80 | 0 | 5B | 21 | 19 | 142 | 54 | 29 |
| Octal | 277 | 21 | 200 | 0 | 133 | 41 | 31 | 502 | 124 | 51 |
| Binary | 10111111 | 10001 | 10000000 | 0 | 1011011 | 100001 | 11001 | 101000010 | 1010100 | 101001 |
Color Harmonies of #BF1180
Complementary color
Monochromatic Colors of #BF1180
Black with #BF1180
Text Example
Text Example
White with #BF1180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1180; }
p { color: rgb(191,17,128); }
H1.HeaderClassName
{
color: #BF1180;
}
.AnyTagClassName
{
color: #BF1180;
}
</style>
background-color css
<style>
a { background-color: #BF1180; }
a { background-color: rgb(191,17,128); }
div.DivClassName
{
background-color: #BF1180;
}
.BgClassName
{
background-color: #BF1180;
}
</style>
border-color css
<style>
span { border-color: #BF1180; }
span { border-color: rgb(191,17,128); }
td.TdClassName
{
border-color: #BF1180;
}
.TagClassName
{
border-color: #BF1180;
}
</style>