Shades of Medium Violet Red #BF0C80
Tints of Medium Violet Red #BF0C80
RGB
CMYK
RGB Variations
Color information
#BF0C80 (or 0xBF0C80) is known color: Medium Violet Red. HEX triplet: BF, 0C and 80. RGB value is (191,12,128). Sum of RGB (Red+Green+Blue) = 191+12+128=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0C80 is #40F37F. Grayscale: #4E4E4E. Windows color (decimal): -4256640 or 8391871. OLE color: 8391871.
HSL color Cylindrical-coordinate representation of color #BF0C80: hue angle of 321.12º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C80 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 128 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.25 |
| HSL | 321.12º | 0.88% | 0.4% | - |
| HSV(B) | 321.12º | 0.94% | 0.75% | - |
| XYZ | 25.51 | 12.9 | 21.57 | - |
| YUV | 78.75 | 155.8 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 128 | 0 | 0.94 | 0.33 | 0.25 | 321.12 | 0.88 | 0.4 |
| Hex | BF | C | 80 | 0 | 5E | 21 | 19 | 141 | 58 | 28 |
| Octal | 277 | 14 | 200 | 0 | 136 | 41 | 31 | 501 | 130 | 50 |
| Binary | 10111111 | 1100 | 10000000 | 0 | 1011110 | 100001 | 11001 | 101000001 | 1011000 | 101000 |
Color Harmonies of #BF0C80
Complementary color
Monochromatic Colors of #BF0C80
Black with #BF0C80
Text Example
Text Example
White with #BF0C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C80; }
p { color: rgb(191,12,128); }
H1.HeaderClassName
{
color: #BF0C80;
}
.AnyTagClassName
{
color: #BF0C80;
}
</style>
background-color css
<style>
a { background-color: #BF0C80; }
a { background-color: rgb(191,12,128); }
div.DivClassName
{
background-color: #BF0C80;
}
.BgClassName
{
background-color: #BF0C80;
}
</style>
border-color css
<style>
span { border-color: #BF0C80; }
span { border-color: rgb(191,12,128); }
td.TdClassName
{
border-color: #BF0C80;
}
.TagClassName
{
border-color: #BF0C80;
}
</style>