Shades of Medium Violet Red #BF0781
Tints of Medium Violet Red #BF0781
RGB
CMYK
RGB Variations
Color information
#BF0781 (or 0xBF0781) is known color: Medium Violet Red. HEX triplet: BF, 07 and 81. RGB value is (191,7,129). Sum of RGB (Red+Green+Blue) = 191+7+129=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0781 is #40F87E. Grayscale: #4B4B4B. Windows color (decimal): -4257919 or 8456127. OLE color: 8456127.
HSL color Cylindrical-coordinate representation of color #BF0781: hue angle of 320.22º degrees, saturation: 0.93, 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 #BF0781 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 129 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.25 |
| HSL | 320.22º | 0.93% | 0.39% | - |
| HSV(B) | 320.22º | 0.96% | 0.75% | - |
| XYZ | 25.52 | 12.81 | 21.9 | - |
| YUV | 75.92 | 157.96 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 129 | 0 | 0.96 | 0.32 | 0.25 | 320.22 | 0.93 | 0.39 |
| Hex | BF | 7 | 81 | 0 | 60 | 20 | 19 | 140 | 5D | 27 |
| Octal | 277 | 7 | 201 | 0 | 140 | 40 | 31 | 500 | 135 | 47 |
| Binary | 10111111 | 111 | 10000001 | 0 | 1100000 | 100000 | 11001 | 101000000 | 1011101 | 100111 |
Color Harmonies of #BF0781
Complementary color
Monochromatic Colors of #BF0781
Black with #BF0781
Text Example
Text Example
White with #BF0781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0781; }
p { color: rgb(191,7,129); }
H1.HeaderClassName
{
color: #BF0781;
}
.AnyTagClassName
{
color: #BF0781;
}
</style>
background-color css
<style>
a { background-color: #BF0781; }
a { background-color: rgb(191,7,129); }
div.DivClassName
{
background-color: #BF0781;
}
.BgClassName
{
background-color: #BF0781;
}
</style>
border-color css
<style>
span { border-color: #BF0781; }
span { border-color: rgb(191,7,129); }
td.TdClassName
{
border-color: #BF0781;
}
.TagClassName
{
border-color: #BF0781;
}
</style>