Shades of Medium Violet Red #BF016E
Tints of Medium Violet Red #BF016E
RGB
CMYK
RGB Variations
Color information
#BF016E (or 0xBF016E) is known color: Medium Violet Red. HEX triplet: BF, 01 and 6E. RGB value is (191,1,110). Sum of RGB (Red+Green+Blue) = 191+1+110=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF016E is #40FE91. Grayscale: #454545. Windows color (decimal): -4259474 or 7209407. OLE color: 7209407.
HSL color Cylindrical-coordinate representation of color #BF016E: hue angle of 325.58º 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 #BF016E is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 110 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.25 |
| HSL | 325.58º | 0.99% | 0.38% | - |
| HSV(B) | 325.58º | 0.99% | 0.75% | - |
| XYZ | 24.31 | 12.22 | 15.83 | - |
| YUV | 70.24 | 150.45 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 110 | 0 | 0.99 | 0.42 | 0.25 | 325.58 | 0.99 | 0.38 |
| Hex | BF | 1 | 6E | 0 | 63 | 2A | 19 | 146 | 63 | 26 |
| Octal | 277 | 1 | 156 | 0 | 143 | 52 | 31 | 506 | 143 | 46 |
| Binary | 10111111 | 1 | 1101110 | 0 | 1100011 | 101010 | 11001 | 101000110 | 1100011 | 100110 |
Color Harmonies of #BF016E
Complementary color
Monochromatic Colors of #BF016E
Black with #BF016E
Text Example
Text Example
White with #BF016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF016E; }
p { color: rgb(191,1,110); }
H1.HeaderClassName
{
color: #BF016E;
}
.AnyTagClassName
{
color: #BF016E;
}
</style>
background-color css
<style>
a { background-color: #BF016E; }
a { background-color: rgb(191,1,110); }
div.DivClassName
{
background-color: #BF016E;
}
.BgClassName
{
background-color: #BF016E;
}
</style>
border-color css
<style>
span { border-color: #BF016E; }
span { border-color: rgb(191,1,110); }
td.TdClassName
{
border-color: #BF016E;
}
.TagClassName
{
border-color: #BF016E;
}
</style>