Shades of Medium Violet Red #BF028B
Tints of Medium Violet Red #BF028B
RGB
CMYK
RGB Variations
Color information
#BF028B (or 0xBF028B) is known color: Medium Violet Red. HEX triplet: BF, 02 and 8B. RGB value is (191,2,139). Sum of RGB (Red+Green+Blue) = 191+2+139=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF028B is #40FD74. Grayscale: #494949. Windows color (decimal): -4259189 or 9110207. OLE color: 9110207.
HSL color Cylindrical-coordinate representation of color #BF028B: hue angle of 316.51º 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 #BF028B is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.25 |
| HSL | 316.51º | 0.98% | 0.38% | - |
| HSV(B) | 316.51º | 0.99% | 0.75% | - |
| XYZ | 26.17 | 12.98 | 25.55 | - |
| YUV | 74.13 | 164.62 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 139 | 0 | 0.99 | 0.27 | 0.25 | 316.51 | 0.98 | 0.38 |
| Hex | BF | 2 | 8B | 0 | 63 | 1B | 19 | 13D | 62 | 26 |
| Octal | 277 | 2 | 213 | 0 | 143 | 33 | 31 | 475 | 142 | 46 |
| Binary | 10111111 | 10 | 10001011 | 0 | 1100011 | 11011 | 11001 | 100111101 | 1100010 | 100110 |
Color Harmonies of #BF028B
Complementary color
Monochromatic Colors of #BF028B
Black with #BF028B
Text Example
Text Example
White with #BF028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF028B; }
p { color: rgb(191,2,139); }
H1.HeaderClassName
{
color: #BF028B;
}
.AnyTagClassName
{
color: #BF028B;
}
</style>
background-color css
<style>
a { background-color: #BF028B; }
a { background-color: rgb(191,2,139); }
div.DivClassName
{
background-color: #BF028B;
}
.BgClassName
{
background-color: #BF028B;
}
</style>
border-color css
<style>
span { border-color: #BF028B; }
span { border-color: rgb(191,2,139); }
td.TdClassName
{
border-color: #BF028B;
}
.TagClassName
{
border-color: #BF028B;
}
</style>