Shades of Medium Violet Red #BF0FA3
Tints of Medium Violet Red #BF0FA3
RGB
CMYK
RGB Variations
Color information
#BF0FA3 (or 0xBF0FA3) is known color: Medium Violet Red. HEX triplet: BF, 0F and A3. RGB value is (191,15,163). Sum of RGB (Red+Green+Blue) = 191+15+163=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0FA3 is #40F05C. Grayscale: #545454. Windows color (decimal): -4255837 or 10686399. OLE color: 10686399.
HSL color Cylindrical-coordinate representation of color #BF0FA3: hue angle of 309.55º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0FA3 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 163 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.25 |
| HSL | 309.55º | 0.85% | 0.4% | - |
| HSV(B) | 309.55º | 0.92% | 0.75% | - |
| XYZ | 28.27 | 14.06 | 35.87 | - |
| YUV | 84.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 163 | 0 | 0.92 | 0.15 | 0.25 | 309.55 | 0.85 | 0.4 |
| Hex | BF | F | A3 | 0 | 5C | F | 19 | 136 | 55 | 28 |
| Octal | 277 | 17 | 243 | 0 | 134 | 17 | 31 | 466 | 125 | 50 |
| Binary | 10111111 | 1111 | 10100011 | 0 | 1011100 | 1111 | 11001 | 100110110 | 1010101 | 101000 |
Color Harmonies of #BF0FA3
Complementary color
Monochromatic Colors of #BF0FA3
Black with #BF0FA3
Text Example
Text Example
White with #BF0FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FA3; }
p { color: rgb(191,15,163); }
H1.HeaderClassName
{
color: #BF0FA3;
}
.AnyTagClassName
{
color: #BF0FA3;
}
</style>
background-color css
<style>
a { background-color: #BF0FA3; }
a { background-color: rgb(191,15,163); }
div.DivClassName
{
background-color: #BF0FA3;
}
.BgClassName
{
background-color: #BF0FA3;
}
</style>
border-color css
<style>
span { border-color: #BF0FA3; }
span { border-color: rgb(191,15,163); }
td.TdClassName
{
border-color: #BF0FA3;
}
.TagClassName
{
border-color: #BF0FA3;
}
</style>