Shades of Medium Violet Red #BF0293
Tints of Medium Violet Red #BF0293
RGB
CMYK
RGB Variations
Color information
#BF0293 (or 0xBF0293) is known color: Medium Violet Red. HEX triplet: BF, 02 and 93. RGB value is (191,2,147). Sum of RGB (Red+Green+Blue) = 191+2+147=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0293 is #40FD6C. Grayscale: #4A4A4A. Windows color (decimal): -4259181 or 9634495. OLE color: 9634495.
HSL color Cylindrical-coordinate representation of color #BF0293: hue angle of 313.97º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0293 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.25 |
| HSL | 313.97º | 0.98% | 0.38% | - |
| HSV(B) | 313.97º | 0.99% | 0.75% | - |
| XYZ | 26.77 | 13.23 | 28.75 | - |
| YUV | 75.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 147 | 0 | 0.99 | 0.23 | 0.25 | 313.97 | 0.98 | 0.38 |
| Hex | BF | 2 | 93 | 0 | 63 | 17 | 19 | 13A | 62 | 26 |
| Octal | 277 | 2 | 223 | 0 | 143 | 27 | 31 | 472 | 142 | 46 |
| Binary | 10111111 | 10 | 10010011 | 0 | 1100011 | 10111 | 11001 | 100111010 | 1100010 | 100110 |
Color Harmonies of #BF0293
Complementary color
Monochromatic Colors of #BF0293
Black with #BF0293
Text Example
Text Example
White with #BF0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0293; }
p { color: rgb(191,2,147); }
H1.HeaderClassName
{
color: #BF0293;
}
.AnyTagClassName
{
color: #BF0293;
}
</style>
background-color css
<style>
a { background-color: #BF0293; }
a { background-color: rgb(191,2,147); }
div.DivClassName
{
background-color: #BF0293;
}
.BgClassName
{
background-color: #BF0293;
}
</style>
border-color css
<style>
span { border-color: #BF0293; }
span { border-color: rgb(191,2,147); }
td.TdClassName
{
border-color: #BF0293;
}
.TagClassName
{
border-color: #BF0293;
}
</style>