Shades of Medium Violet Red #BF0FA4
Tints of Medium Violet Red #BF0FA4
RGB
CMYK
RGB Variations
Color information
#BF0FA4 (or 0xBF0FA4) is known color: Medium Violet Red. HEX triplet: BF, 0F and A4. RGB value is (191,15,164). Sum of RGB (Red+Green+Blue) = 191+15+164=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0FA4 is #40F05B. Grayscale: #545454. Windows color (decimal): -4255836 or 10751935. OLE color: 10751935.
HSL color Cylindrical-coordinate representation of color #BF0FA4: hue angle of 309.2º 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 #BF0FA4 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 164 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.25 |
| HSL | 309.2º | 0.85% | 0.4% | - |
| HSV(B) | 309.2º | 0.92% | 0.75% | - |
| XYZ | 28.36 | 14.1 | 36.35 | - |
| YUV | 84.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 164 | 0 | 0.92 | 0.14 | 0.25 | 309.2 | 0.85 | 0.4 |
| Hex | BF | F | A4 | 0 | 5C | E | 19 | 135 | 55 | 28 |
| Octal | 277 | 17 | 244 | 0 | 134 | 16 | 31 | 465 | 125 | 50 |
| Binary | 10111111 | 1111 | 10100100 | 0 | 1011100 | 1110 | 11001 | 100110101 | 1010101 | 101000 |
Color Harmonies of #BF0FA4
Complementary color
Monochromatic Colors of #BF0FA4
Black with #BF0FA4
Text Example
Text Example
White with #BF0FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0FA4; }
p { color: rgb(191,15,164); }
H1.HeaderClassName
{
color: #BF0FA4;
}
.AnyTagClassName
{
color: #BF0FA4;
}
</style>
background-color css
<style>
a { background-color: #BF0FA4; }
a { background-color: rgb(191,15,164); }
div.DivClassName
{
background-color: #BF0FA4;
}
.BgClassName
{
background-color: #BF0FA4;
}
</style>
border-color css
<style>
span { border-color: #BF0FA4; }
span { border-color: rgb(191,15,164); }
td.TdClassName
{
border-color: #BF0FA4;
}
.TagClassName
{
border-color: #BF0FA4;
}
</style>