Shades of Medium Violet Red #BF1081
Tints of Medium Violet Red #BF1081
RGB
CMYK
RGB Variations
Color information
#BF1081 (or 0xBF1081) is known color: Medium Violet Red. HEX triplet: BF, 10 and 81. RGB value is (191,16,129). Sum of RGB (Red+Green+Blue) = 191+16+129=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1081 is #40EF7E. Grayscale: #505050. Windows color (decimal): -4255615 or 8458431. OLE color: 8458431.
HSL color Cylindrical-coordinate representation of color #BF1081: hue angle of 321.26º 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 #BF1081 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 129 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.25 |
| HSL | 321.26º | 0.85% | 0.41% | - |
| HSV(B) | 321.26º | 0.92% | 0.75% | - |
| XYZ | 25.63 | 13.03 | 21.93 | - |
| YUV | 81.21 | 154.98 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 129 | 0 | 0.92 | 0.32 | 0.25 | 321.26 | 0.85 | 0.41 |
| Hex | BF | 10 | 81 | 0 | 5C | 20 | 19 | 141 | 55 | 29 |
| Octal | 277 | 20 | 201 | 0 | 134 | 40 | 31 | 501 | 125 | 51 |
| Binary | 10111111 | 10000 | 10000001 | 0 | 1011100 | 100000 | 11001 | 101000001 | 1010101 | 101001 |
Color Harmonies of #BF1081
Complementary color
Monochromatic Colors of #BF1081
Black with #BF1081
Text Example
Text Example
White with #BF1081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1081; }
p { color: rgb(191,16,129); }
H1.HeaderClassName
{
color: #BF1081;
}
.AnyTagClassName
{
color: #BF1081;
}
</style>
background-color css
<style>
a { background-color: #BF1081; }
a { background-color: rgb(191,16,129); }
div.DivClassName
{
background-color: #BF1081;
}
.BgClassName
{
background-color: #BF1081;
}
</style>
border-color css
<style>
span { border-color: #BF1081; }
span { border-color: rgb(191,16,129); }
td.TdClassName
{
border-color: #BF1081;
}
.TagClassName
{
border-color: #BF1081;
}
</style>