Shades of Medium Violet Red #BF057C
Tints of Medium Violet Red #BF057C
RGB
CMYK
RGB Variations
Color information
#BF057C (or 0xBF057C) is known color: Medium Violet Red. HEX triplet: BF, 05 and 7C. RGB value is (191,5,124). Sum of RGB (Red+Green+Blue) = 191+5+124=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF057C is #40FA83. Grayscale: #494949. Windows color (decimal): -4258436 or 8127935. OLE color: 8127935.
HSL color Cylindrical-coordinate representation of color #BF057C: hue angle of 321.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF057C is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 124 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.25 |
| HSL | 321.61º | 0.95% | 0.38% | - |
| HSV(B) | 321.61º | 0.97% | 0.75% | - |
| XYZ | 25.18 | 12.64 | 20.18 | - |
| YUV | 74.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 124 | 0 | 0.97 | 0.35 | 0.25 | 321.61 | 0.95 | 0.38 |
| Hex | BF | 5 | 7C | 0 | 61 | 23 | 19 | 142 | 5F | 26 |
| Octal | 277 | 5 | 174 | 0 | 141 | 43 | 31 | 502 | 137 | 46 |
| Binary | 10111111 | 101 | 1111100 | 0 | 1100001 | 100011 | 11001 | 101000010 | 1011111 | 100110 |
Color Harmonies of #BF057C
Complementary color
Monochromatic Colors of #BF057C
Black with #BF057C
Text Example
Text Example
White with #BF057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF057C; }
p { color: rgb(191,5,124); }
H1.HeaderClassName
{
color: #BF057C;
}
.AnyTagClassName
{
color: #BF057C;
}
</style>
background-color css
<style>
a { background-color: #BF057C; }
a { background-color: rgb(191,5,124); }
div.DivClassName
{
background-color: #BF057C;
}
.BgClassName
{
background-color: #BF057C;
}
</style>
border-color css
<style>
span { border-color: #BF057C; }
span { border-color: rgb(191,5,124); }
td.TdClassName
{
border-color: #BF057C;
}
.TagClassName
{
border-color: #BF057C;
}
</style>