Shades of Medium Violet Red #BF028C
Tints of Medium Violet Red #BF028C
RGB
CMYK
RGB Variations
Color information
#BF028C (or 0xBF028C) is known color: Medium Violet Red. HEX triplet: BF, 02 and 8C. RGB value is (191,2,140). Sum of RGB (Red+Green+Blue) = 191+2+140=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF028C is #40FD73. Grayscale: #494949. Windows color (decimal): -4259188 or 9175743. OLE color: 9175743.
HSL color Cylindrical-coordinate representation of color #BF028C: hue angle of 316.19º degrees, saturation: 0.98, 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 #BF028C is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.25 |
| HSL | 316.19º | 0.98% | 0.38% | - |
| HSV(B) | 316.19º | 0.99% | 0.75% | - |
| XYZ | 26.24 | 13.01 | 25.94 | - |
| YUV | 74.24 | 165.12 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 140 | 0 | 0.99 | 0.27 | 0.25 | 316.19 | 0.98 | 0.38 |
| Hex | BF | 2 | 8C | 0 | 63 | 1B | 19 | 13C | 62 | 26 |
| Octal | 277 | 2 | 214 | 0 | 143 | 33 | 31 | 474 | 142 | 46 |
| Binary | 10111111 | 10 | 10001100 | 0 | 1100011 | 11011 | 11001 | 100111100 | 1100010 | 100110 |
Color Harmonies of #BF028C
Complementary color
Monochromatic Colors of #BF028C
Black with #BF028C
Text Example
Text Example
White with #BF028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF028C; }
p { color: rgb(191,2,140); }
H1.HeaderClassName
{
color: #BF028C;
}
.AnyTagClassName
{
color: #BF028C;
}
</style>
background-color css
<style>
a { background-color: #BF028C; }
a { background-color: rgb(191,2,140); }
div.DivClassName
{
background-color: #BF028C;
}
.BgClassName
{
background-color: #BF028C;
}
</style>
border-color css
<style>
span { border-color: #BF028C; }
span { border-color: rgb(191,2,140); }
td.TdClassName
{
border-color: #BF028C;
}
.TagClassName
{
border-color: #BF028C;
}
</style>