Shades of Medium Violet Red #BF007E
Tints of Medium Violet Red #BF007E
RGB
CMYK
RGB Variations
Color information
#BF007E (or 0xBF007E) is known color: Medium Violet Red. HEX triplet: BF, 00 and 7E. RGB value is (191,0,126). Sum of RGB (Red+Green+Blue) = 191+0+126=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF007E is #40FF81. Grayscale: #474747. Windows color (decimal): -4259714 or 8257727. OLE color: 8257727.
HSL color Cylindrical-coordinate representation of color #BF007E: hue angle of 320.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF007E is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.34 | 0.25 |
| HSL | 320.42º | 1% | 0.37% | - |
| HSV(B) | 320.42º | 1% | 0.75% | - |
| XYZ | 25.25 | 12.58 | 20.84 | - |
| YUV | 71.47 | 158.78 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 126 | 0 | 1 | 0.34 | 0.25 | 320.42 | 1 | 0.37 |
| Hex | BF | 0 | 7E | 0 | 64 | 22 | 19 | 140 | 64 | 25 |
| Octal | 277 | 0 | 176 | 0 | 144 | 42 | 31 | 500 | 144 | 45 |
| Binary | 10111111 | 0 | 1111110 | 0 | 1100100 | 100010 | 11001 | 101000000 | 1100100 | 100101 |
Color Harmonies of #BF007E
Complementary color
Monochromatic Colors of #BF007E
Black with #BF007E
Text Example
Text Example
White with #BF007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF007E; }
p { color: rgb(191,0,126); }
H1.HeaderClassName
{
color: #BF007E;
}
.AnyTagClassName
{
color: #BF007E;
}
</style>
background-color css
<style>
a { background-color: #BF007E; }
a { background-color: rgb(191,0,126); }
div.DivClassName
{
background-color: #BF007E;
}
.BgClassName
{
background-color: #BF007E;
}
</style>
border-color css
<style>
span { border-color: #BF007E; }
span { border-color: rgb(191,0,126); }
td.TdClassName
{
border-color: #BF007E;
}
.TagClassName
{
border-color: #BF007E;
}
</style>