Shades of Medium Violet Red #BF057D
Tints of Medium Violet Red #BF057D
RGB
CMYK
RGB Variations
Color information
#BF057D (or 0xBF057D) is known color: Medium Violet Red. HEX triplet: BF, 05 and 7D. RGB value is (191,5,125). Sum of RGB (Red+Green+Blue) = 191+5+125=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF057D is #40FA82. Grayscale: #4A4A4A. Windows color (decimal): -4258435 or 8193471. OLE color: 8193471.
HSL color Cylindrical-coordinate representation of color #BF057D: hue angle of 321.29º 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 #BF057D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.25 |
| HSL | 321.29º | 0.95% | 0.38% | - |
| HSV(B) | 321.29º | 0.97% | 0.75% | - |
| XYZ | 25.24 | 12.67 | 20.52 | - |
| YUV | 74.29 | 156.62 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 125 | 0 | 0.97 | 0.35 | 0.25 | 321.29 | 0.95 | 0.38 |
| Hex | BF | 5 | 7D | 0 | 61 | 23 | 19 | 141 | 5F | 26 |
| Octal | 277 | 5 | 175 | 0 | 141 | 43 | 31 | 501 | 137 | 46 |
| Binary | 10111111 | 101 | 1111101 | 0 | 1100001 | 100011 | 11001 | 101000001 | 1011111 | 100110 |
Color Harmonies of #BF057D
Complementary color
Monochromatic Colors of #BF057D
Black with #BF057D
Text Example
Text Example
White with #BF057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF057D; }
p { color: rgb(191,5,125); }
H1.HeaderClassName
{
color: #BF057D;
}
.AnyTagClassName
{
color: #BF057D;
}
</style>
background-color css
<style>
a { background-color: #BF057D; }
a { background-color: rgb(191,5,125); }
div.DivClassName
{
background-color: #BF057D;
}
.BgClassName
{
background-color: #BF057D;
}
</style>
border-color css
<style>
span { border-color: #BF057D; }
span { border-color: rgb(191,5,125); }
td.TdClassName
{
border-color: #BF057D;
}
.TagClassName
{
border-color: #BF057D;
}
</style>