Shades of Medium Violet Red #BF0881
Tints of Medium Violet Red #BF0881
RGB
CMYK
RGB Variations
Color information
#BF0881 (or 0xBF0881) is known color: Medium Violet Red. HEX triplet: BF, 08 and 81. RGB value is (191,8,129). Sum of RGB (Red+Green+Blue) = 191+8+129=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0881 is #40F77E. Grayscale: #4C4C4C. Windows color (decimal): -4257663 or 8456383. OLE color: 8456383.
HSL color Cylindrical-coordinate representation of color #BF0881: hue angle of 320.33º 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 #BF0881 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.25 |
| HSL | 320.33º | 0.92% | 0.39% | - |
| HSV(B) | 320.33º | 0.96% | 0.75% | - |
| XYZ | 25.54 | 12.84 | 21.9 | - |
| YUV | 76.51 | 157.63 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 129 | 0 | 0.96 | 0.32 | 0.25 | 320.33 | 0.92 | 0.39 |
| Hex | BF | 8 | 81 | 0 | 60 | 20 | 19 | 140 | 5C | 27 |
| Octal | 277 | 10 | 201 | 0 | 140 | 40 | 31 | 500 | 134 | 47 |
| Binary | 10111111 | 1000 | 10000001 | 0 | 1100000 | 100000 | 11001 | 101000000 | 1011100 | 100111 |
Color Harmonies of #BF0881
Complementary color
Monochromatic Colors of #BF0881
Black with #BF0881
Text Example
Text Example
White with #BF0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0881; }
p { color: rgb(191,8,129); }
H1.HeaderClassName
{
color: #BF0881;
}
.AnyTagClassName
{
color: #BF0881;
}
</style>
background-color css
<style>
a { background-color: #BF0881; }
a { background-color: rgb(191,8,129); }
div.DivClassName
{
background-color: #BF0881;
}
.BgClassName
{
background-color: #BF0881;
}
</style>
border-color css
<style>
span { border-color: #BF0881; }
span { border-color: rgb(191,8,129); }
td.TdClassName
{
border-color: #BF0881;
}
.TagClassName
{
border-color: #BF0881;
}
</style>