Shades of Medium Violet Red #BF007A
Tints of Medium Violet Red #BF007A
RGB
CMYK
RGB Variations
Color information
#BF007A (or 0xBF007A) is known color: Medium Violet Red. HEX triplet: BF, 00 and 7A. RGB value is (191,0,122). Sum of RGB (Red+Green+Blue) = 191+0+122=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF007A is #40FF85. Grayscale: #464646. Windows color (decimal): -4259718 or 7995583. OLE color: 7995583.
HSL color Cylindrical-coordinate representation of color #BF007A: hue angle of 321.68º 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 #BF007A is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.36 | 0.25 |
| HSL | 321.68º | 1% | 0.37% | - |
| HSV(B) | 321.68º | 1% | 0.75% | - |
| XYZ | 25 | 12.48 | 19.5 | - |
| YUV | 71.02 | 156.78 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 122 | 0 | 1 | 0.36 | 0.25 | 321.68 | 1 | 0.37 |
| Hex | BF | 0 | 7A | 0 | 64 | 24 | 19 | 142 | 64 | 25 |
| Octal | 277 | 0 | 172 | 0 | 144 | 44 | 31 | 502 | 144 | 45 |
| Binary | 10111111 | 0 | 1111010 | 0 | 1100100 | 100100 | 11001 | 101000010 | 1100100 | 100101 |
Color Harmonies of #BF007A
Complementary color
Monochromatic Colors of #BF007A
Black with #BF007A
Text Example
Text Example
White with #BF007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF007A; }
p { color: rgb(191,0,122); }
H1.HeaderClassName
{
color: #BF007A;
}
.AnyTagClassName
{
color: #BF007A;
}
</style>
background-color css
<style>
a { background-color: #BF007A; }
a { background-color: rgb(191,0,122); }
div.DivClassName
{
background-color: #BF007A;
}
.BgClassName
{
background-color: #BF007A;
}
</style>
border-color css
<style>
span { border-color: #BF007A; }
span { border-color: rgb(191,0,122); }
td.TdClassName
{
border-color: #BF007A;
}
.TagClassName
{
border-color: #BF007A;
}
</style>