Shades of Medium Violet Red #BF03A0
Tints of Medium Violet Red #BF03A0
RGB
CMYK
RGB Variations
Color information
#BF03A0 (or 0xBF03A0) is known color: Medium Violet Red. HEX triplet: BF, 03 and A0. RGB value is (191,3,160). Sum of RGB (Red+Green+Blue) = 191+3+160=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF03A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF03A0 is #40FC5F. Grayscale: #4C4C4C. Windows color (decimal): -4258912 or 10486719. OLE color: 10486719.
HSL color Cylindrical-coordinate representation of color #BF03A0: hue angle of 309.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF03A0 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 160 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.25 |
| HSL | 309.89º | 0.97% | 0.38% | - |
| HSV(B) | 309.89º | 0.98% | 0.75% | - |
| XYZ | 27.86 | 13.68 | 34.43 | - |
| YUV | 77.11 | 174.78 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 160 | 0 | 0.98 | 0.16 | 0.25 | 309.89 | 0.97 | 0.38 |
| Hex | BF | 3 | A0 | 0 | 62 | 10 | 19 | 136 | 61 | 26 |
| Octal | 277 | 3 | 240 | 0 | 142 | 20 | 31 | 466 | 141 | 46 |
| Binary | 10111111 | 11 | 10100000 | 0 | 1100010 | 10000 | 11001 | 100110110 | 1100001 | 100110 |
Color Harmonies of #BF03A0
Complementary color
Monochromatic Colors of #BF03A0
Black with #BF03A0
Text Example
Text Example
White with #BF03A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03A0; }
p { color: rgb(191,3,160); }
H1.HeaderClassName
{
color: #BF03A0;
}
.AnyTagClassName
{
color: #BF03A0;
}
</style>
background-color css
<style>
a { background-color: #BF03A0; }
a { background-color: rgb(191,3,160); }
div.DivClassName
{
background-color: #BF03A0;
}
.BgClassName
{
background-color: #BF03A0;
}
</style>
border-color css
<style>
span { border-color: #BF03A0; }
span { border-color: rgb(191,3,160); }
td.TdClassName
{
border-color: #BF03A0;
}
.TagClassName
{
border-color: #BF03A0;
}
</style>