Shades of Medium Violet Red #BF059B
Tints of Medium Violet Red #BF059B
RGB
CMYK
RGB Variations
Color information
#BF059B (or 0xBF059B) is known color: Medium Violet Red. HEX triplet: BF, 05 and 9B. RGB value is (191,5,155). Sum of RGB (Red+Green+Blue) = 191+5+155=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF059B is #40FA64. Grayscale: #4D4D4D. Windows color (decimal): -4258405 or 10159551. OLE color: 10159551.
HSL color Cylindrical-coordinate representation of color #BF059B: hue angle of 311.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 #BF059B is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.25 |
| HSL | 311.61º | 0.95% | 0.38% | - |
| HSV(B) | 311.61º | 0.97% | 0.75% | - |
| XYZ | 27.46 | 13.55 | 32.18 | - |
| YUV | 77.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 155 | 0 | 0.97 | 0.19 | 0.25 | 311.61 | 0.95 | 0.38 |
| Hex | BF | 5 | 9B | 0 | 61 | 13 | 19 | 138 | 5F | 26 |
| Octal | 277 | 5 | 233 | 0 | 141 | 23 | 31 | 470 | 137 | 46 |
| Binary | 10111111 | 101 | 10011011 | 0 | 1100001 | 10011 | 11001 | 100111000 | 1011111 | 100110 |
Color Harmonies of #BF059B
Complementary color
Monochromatic Colors of #BF059B
Black with #BF059B
Text Example
Text Example
White with #BF059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF059B; }
p { color: rgb(191,5,155); }
H1.HeaderClassName
{
color: #BF059B;
}
.AnyTagClassName
{
color: #BF059B;
}
</style>
background-color css
<style>
a { background-color: #BF059B; }
a { background-color: rgb(191,5,155); }
div.DivClassName
{
background-color: #BF059B;
}
.BgClassName
{
background-color: #BF059B;
}
</style>
border-color css
<style>
span { border-color: #BF059B; }
span { border-color: rgb(191,5,155); }
td.TdClassName
{
border-color: #BF059B;
}
.TagClassName
{
border-color: #BF059B;
}
</style>