Shades of Medium Violet Red #BF0FA2
Tints of Medium Violet Red #BF0FA2
RGB
CMYK
RGB Variations
Color information
#BF0FA2 (or 0xBF0FA2) is known color: Medium Violet Red. HEX triplet: BF, 0F and A2. RGB value is (191,15,162). Sum of RGB (Red+Green+Blue) = 191+15+162=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0FA2 is #40F05D. Grayscale: #535353. Windows color (decimal): -4255838 or 10620863. OLE color: 10620863.
HSL color Cylindrical-coordinate representation of color #BF0FA2: hue angle of 309.89º 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 #BF0FA2 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 162 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.25 |
| HSL | 309.89º | 0.85% | 0.4% | - |
| HSV(B) | 309.89º | 0.92% | 0.75% | - |
| XYZ | 28.18 | 14.03 | 35.4 | - |
| YUV | 84.38 | 171.81 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 162 | 0 | 0.92 | 0.15 | 0.25 | 309.89 | 0.85 | 0.4 |
| Hex | BF | F | A2 | 0 | 5C | F | 19 | 136 | 55 | 28 |
| Octal | 277 | 17 | 242 | 0 | 134 | 17 | 31 | 466 | 125 | 50 |
| Binary | 10111111 | 1111 | 10100010 | 0 | 1011100 | 1111 | 11001 | 100110110 | 1010101 | 101000 |
Color Harmonies of #BF0FA2
Complementary color
Monochromatic Colors of #BF0FA2
Black with #BF0FA2
Text Example
Text Example
White with #BF0FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FA2; }
p { color: rgb(191,15,162); }
H1.HeaderClassName
{
color: #BF0FA2;
}
.AnyTagClassName
{
color: #BF0FA2;
}
</style>
background-color css
<style>
a { background-color: #BF0FA2; }
a { background-color: rgb(191,15,162); }
div.DivClassName
{
background-color: #BF0FA2;
}
.BgClassName
{
background-color: #BF0FA2;
}
</style>
border-color css
<style>
span { border-color: #BF0FA2; }
span { border-color: rgb(191,15,162); }
td.TdClassName
{
border-color: #BF0FA2;
}
.TagClassName
{
border-color: #BF0FA2;
}
</style>