Shades of Medium Violet Red #BF018C
Tints of Medium Violet Red #BF018C
RGB
CMYK
RGB Variations
Color information
#BF018C (or 0xBF018C) is known color: Medium Violet Red. HEX triplet: BF, 01 and 8C. RGB value is (191,1,140). Sum of RGB (Red+Green+Blue) = 191+1+140=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF018C is #40FE73. Grayscale: #494949. Windows color (decimal): -4259444 or 9175487. OLE color: 9175487.
HSL color Cylindrical-coordinate representation of color #BF018C: hue angle of 316.11º 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 #BF018C is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.25 |
| HSL | 316.11º | 0.99% | 0.38% | - |
| HSV(B) | 316.11º | 0.99% | 0.75% | - |
| XYZ | 26.23 | 12.99 | 25.94 | - |
| YUV | 73.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 140 | 0 | 0.99 | 0.27 | 0.25 | 316.11 | 0.99 | 0.38 |
| Hex | BF | 1 | 8C | 0 | 63 | 1B | 19 | 13C | 63 | 26 |
| Octal | 277 | 1 | 214 | 0 | 143 | 33 | 31 | 474 | 143 | 46 |
| Binary | 10111111 | 1 | 10001100 | 0 | 1100011 | 11011 | 11001 | 100111100 | 1100011 | 100110 |
Color Harmonies of #BF018C
Complementary color
Monochromatic Colors of #BF018C
Black with #BF018C
Text Example
Text Example
White with #BF018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF018C; }
p { color: rgb(191,1,140); }
H1.HeaderClassName
{
color: #BF018C;
}
.AnyTagClassName
{
color: #BF018C;
}
</style>
background-color css
<style>
a { background-color: #BF018C; }
a { background-color: rgb(191,1,140); }
div.DivClassName
{
background-color: #BF018C;
}
.BgClassName
{
background-color: #BF018C;
}
</style>
border-color css
<style>
span { border-color: #BF018C; }
span { border-color: rgb(191,1,140); }
td.TdClassName
{
border-color: #BF018C;
}
.TagClassName
{
border-color: #BF018C;
}
</style>