Shades of Medium Violet Red #BF0773
Tints of Medium Violet Red #BF0773
RGB
CMYK
RGB Variations
Color information
#BF0773 (or 0xBF0773) is known color: Medium Violet Red. HEX triplet: BF, 07 and 73. RGB value is (191,7,115). Sum of RGB (Red+Green+Blue) = 191+7+115=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0773 is #40F88C. Grayscale: #4A4A4A. Windows color (decimal): -4257933 or 7538623. OLE color: 7538623.
HSL color Cylindrical-coordinate representation of color #BF0773: hue angle of 324.78º 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 #BF0773 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.25 |
| HSL | 324.78º | 0.93% | 0.39% | - |
| HSV(B) | 324.78º | 0.96% | 0.75% | - |
| XYZ | 24.66 | 12.47 | 17.33 | - |
| YUV | 74.33 | 150.96 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 115 | 0 | 0.96 | 0.40 | 0.25 | 324.78 | 0.93 | 0.39 |
| Hex | BF | 7 | 73 | 0 | 60 | 28 | 19 | 145 | 5D | 27 |
| Octal | 277 | 7 | 163 | 0 | 140 | 50 | 31 | 505 | 135 | 47 |
| Binary | 10111111 | 111 | 1110011 | 0 | 1100000 | 101000 | 11001 | 101000101 | 1011101 | 100111 |
Color Harmonies of #BF0773
Complementary color
Monochromatic Colors of #BF0773
Black with #BF0773
Text Example
Text Example
White with #BF0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0773; }
p { color: rgb(191,7,115); }
H1.HeaderClassName
{
color: #BF0773;
}
.AnyTagClassName
{
color: #BF0773;
}
</style>
background-color css
<style>
a { background-color: #BF0773; }
a { background-color: rgb(191,7,115); }
div.DivClassName
{
background-color: #BF0773;
}
.BgClassName
{
background-color: #BF0773;
}
</style>
border-color css
<style>
span { border-color: #BF0773; }
span { border-color: rgb(191,7,115); }
td.TdClassName
{
border-color: #BF0773;
}
.TagClassName
{
border-color: #BF0773;
}
</style>