Shades of Medium Violet Red #BF0880
Tints of Medium Violet Red #BF0880
RGB
CMYK
RGB Variations
Color information
#BF0880 (or 0xBF0880) is known color: Medium Violet Red. HEX triplet: BF, 08 and 80. RGB value is (191,8,128). Sum of RGB (Red+Green+Blue) = 191+8+128=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0880 is #40F77F. Grayscale: #4C4C4C. Windows color (decimal): -4257664 or 8390847. OLE color: 8390847.
HSL color Cylindrical-coordinate representation of color #BF0880: hue angle of 320.66º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0880 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.25 |
| HSL | 320.66º | 0.92% | 0.39% | - |
| HSV(B) | 320.66º | 0.96% | 0.75% | - |
| XYZ | 25.47 | 12.81 | 21.55 | - |
| YUV | 76.4 | 157.13 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 128 | 0 | 0.96 | 0.33 | 0.25 | 320.66 | 0.92 | 0.39 |
| Hex | BF | 8 | 80 | 0 | 60 | 21 | 19 | 141 | 5C | 27 |
| Octal | 277 | 10 | 200 | 0 | 140 | 41 | 31 | 501 | 134 | 47 |
| Binary | 10111111 | 1000 | 10000000 | 0 | 1100000 | 100001 | 11001 | 101000001 | 1011100 | 100111 |
Color Harmonies of #BF0880
Complementary color
Monochromatic Colors of #BF0880
Black with #BF0880
Text Example
Text Example
White with #BF0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0880; }
p { color: rgb(191,8,128); }
H1.HeaderClassName
{
color: #BF0880;
}
.AnyTagClassName
{
color: #BF0880;
}
</style>
background-color css
<style>
a { background-color: #BF0880; }
a { background-color: rgb(191,8,128); }
div.DivClassName
{
background-color: #BF0880;
}
.BgClassName
{
background-color: #BF0880;
}
</style>
border-color css
<style>
span { border-color: #BF0880; }
span { border-color: rgb(191,8,128); }
td.TdClassName
{
border-color: #BF0880;
}
.TagClassName
{
border-color: #BF0880;
}
</style>