Shades of Medium Violet Red #BF0294
Tints of Medium Violet Red #BF0294
RGB
CMYK
RGB Variations
Color information
#BF0294 (or 0xBF0294) is known color: Medium Violet Red. HEX triplet: BF, 02 and 94. RGB value is (191,2,148). Sum of RGB (Red+Green+Blue) = 191+2+148=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0294 is #40FD6B. Grayscale: #4A4A4A. Windows color (decimal): -4259180 or 9700031. OLE color: 9700031.
HSL color Cylindrical-coordinate representation of color #BF0294: hue angle of 313.65º 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 #BF0294 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.25 |
| HSL | 313.65º | 0.98% | 0.38% | - |
| HSV(B) | 313.65º | 0.99% | 0.75% | - |
| XYZ | 26.85 | 13.26 | 29.16 | - |
| YUV | 75.16 | 169.12 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 148 | 0 | 0.99 | 0.23 | 0.25 | 313.65 | 0.98 | 0.38 |
| Hex | BF | 2 | 94 | 0 | 63 | 17 | 19 | 13A | 62 | 26 |
| Octal | 277 | 2 | 224 | 0 | 143 | 27 | 31 | 472 | 142 | 46 |
| Binary | 10111111 | 10 | 10010100 | 0 | 1100011 | 10111 | 11001 | 100111010 | 1100010 | 100110 |
Color Harmonies of #BF0294
Complementary color
Monochromatic Colors of #BF0294
Black with #BF0294
Text Example
Text Example
White with #BF0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0294; }
p { color: rgb(191,2,148); }
H1.HeaderClassName
{
color: #BF0294;
}
.AnyTagClassName
{
color: #BF0294;
}
</style>
background-color css
<style>
a { background-color: #BF0294; }
a { background-color: rgb(191,2,148); }
div.DivClassName
{
background-color: #BF0294;
}
.BgClassName
{
background-color: #BF0294;
}
</style>
border-color css
<style>
span { border-color: #BF0294; }
span { border-color: rgb(191,2,148); }
td.TdClassName
{
border-color: #BF0294;
}
.TagClassName
{
border-color: #BF0294;
}
</style>