Shades of Medium Violet Red #BF018F
Tints of Medium Violet Red #BF018F
RGB
CMYK
RGB Variations
Color information
#BF018F (or 0xBF018F) is known color: Medium Violet Red. HEX triplet: BF, 01 and 8F. RGB value is (191,1,143). Sum of RGB (Red+Green+Blue) = 191+1+143=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF018F is #40FE70. Grayscale: #494949. Windows color (decimal): -4259441 or 9372095. OLE color: 9372095.
HSL color Cylindrical-coordinate representation of color #BF018F: hue angle of 315.16º degrees, saturation: 0.99, 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 #BF018F is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.25 |
| HSL | 315.16º | 0.99% | 0.38% | - |
| HSV(B) | 315.16º | 0.99% | 0.75% | - |
| XYZ | 26.45 | 13.08 | 27.12 | - |
| YUV | 74 | 166.95 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 143 | 0 | 0.99 | 0.25 | 0.25 | 315.16 | 0.99 | 0.38 |
| Hex | BF | 1 | 8F | 0 | 63 | 19 | 19 | 13B | 63 | 26 |
| Octal | 277 | 1 | 217 | 0 | 143 | 31 | 31 | 473 | 143 | 46 |
| Binary | 10111111 | 1 | 10001111 | 0 | 1100011 | 11001 | 11001 | 100111011 | 1100011 | 100110 |
Color Harmonies of #BF018F
Complementary color
Monochromatic Colors of #BF018F
Black with #BF018F
Text Example
Text Example
White with #BF018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF018F; }
p { color: rgb(191,1,143); }
H1.HeaderClassName
{
color: #BF018F;
}
.AnyTagClassName
{
color: #BF018F;
}
</style>
background-color css
<style>
a { background-color: #BF018F; }
a { background-color: rgb(191,1,143); }
div.DivClassName
{
background-color: #BF018F;
}
.BgClassName
{
background-color: #BF018F;
}
</style>
border-color css
<style>
span { border-color: #BF018F; }
span { border-color: rgb(191,1,143); }
td.TdClassName
{
border-color: #BF018F;
}
.TagClassName
{
border-color: #BF018F;
}
</style>