Shades of Medium Violet Red #BF007B
Tints of Medium Violet Red #BF007B
RGB
CMYK
RGB Variations
Color information
#BF007B (or 0xBF007B) is known color: Medium Violet Red. HEX triplet: BF, 00 and 7B. RGB value is (191,0,123). Sum of RGB (Red+Green+Blue) = 191+0+123=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF007B is #40FF84. Grayscale: #464646. Windows color (decimal): -4259717 or 8061119. OLE color: 8061119.
HSL color Cylindrical-coordinate representation of color #BF007B: hue angle of 321.36º 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 #BF007B is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.36 | 0.25 |
| HSL | 321.36º | 1% | 0.37% | - |
| HSV(B) | 321.36º | 1% | 0.75% | - |
| XYZ | 25.06 | 12.51 | 19.83 | - |
| YUV | 71.13 | 157.28 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 123 | 0 | 1 | 0.36 | 0.25 | 321.36 | 1 | 0.37 |
| Hex | BF | 0 | 7B | 0 | 64 | 24 | 19 | 141 | 64 | 25 |
| Octal | 277 | 0 | 173 | 0 | 144 | 44 | 31 | 501 | 144 | 45 |
| Binary | 10111111 | 0 | 1111011 | 0 | 1100100 | 100100 | 11001 | 101000001 | 1100100 | 100101 |
Color Harmonies of #BF007B
Complementary color
Monochromatic Colors of #BF007B
Black with #BF007B
Text Example
Text Example
White with #BF007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF007B; }
p { color: rgb(191,0,123); }
H1.HeaderClassName
{
color: #BF007B;
}
.AnyTagClassName
{
color: #BF007B;
}
</style>
background-color css
<style>
a { background-color: #BF007B; }
a { background-color: rgb(191,0,123); }
div.DivClassName
{
background-color: #BF007B;
}
.BgClassName
{
background-color: #BF007B;
}
</style>
border-color css
<style>
span { border-color: #BF007B; }
span { border-color: rgb(191,0,123); }
td.TdClassName
{
border-color: #BF007B;
}
.TagClassName
{
border-color: #BF007B;
}
</style>