Shades of Medium Violet Red #BF0598
Tints of Medium Violet Red #BF0598
RGB
CMYK
RGB Variations
Color information
#BF0598 (or 0xBF0598) is known color: Medium Violet Red. HEX triplet: BF, 05 and 98. RGB value is (191,5,152). Sum of RGB (Red+Green+Blue) = 191+5+152=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0598 is #40FA67. Grayscale: #4C4C4C. Windows color (decimal): -4258408 or 9962943. OLE color: 9962943.
HSL color Cylindrical-coordinate representation of color #BF0598: hue angle of 312.58º 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 #BF0598 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 152 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.25 |
| HSL | 312.58º | 0.95% | 0.38% | - |
| HSV(B) | 312.58º | 0.97% | 0.75% | - |
| XYZ | 27.21 | 13.45 | 30.87 | - |
| YUV | 77.37 | 170.12 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 152 | 0 | 0.97 | 0.20 | 0.25 | 312.58 | 0.95 | 0.38 |
| Hex | BF | 5 | 98 | 0 | 61 | 14 | 19 | 139 | 5F | 26 |
| Octal | 277 | 5 | 230 | 0 | 141 | 24 | 31 | 471 | 137 | 46 |
| Binary | 10111111 | 101 | 10011000 | 0 | 1100001 | 10100 | 11001 | 100111001 | 1011111 | 100110 |
Color Harmonies of #BF0598
Complementary color
Monochromatic Colors of #BF0598
Black with #BF0598
Text Example
Text Example
White with #BF0598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0598; }
p { color: rgb(191,5,152); }
H1.HeaderClassName
{
color: #BF0598;
}
.AnyTagClassName
{
color: #BF0598;
}
</style>
background-color css
<style>
a { background-color: #BF0598; }
a { background-color: rgb(191,5,152); }
div.DivClassName
{
background-color: #BF0598;
}
.BgClassName
{
background-color: #BF0598;
}
</style>
border-color css
<style>
span { border-color: #BF0598; }
span { border-color: rgb(191,5,152); }
td.TdClassName
{
border-color: #BF0598;
}
.TagClassName
{
border-color: #BF0598;
}
</style>