Shades of Medium Violet Red #BF0188
Tints of Medium Violet Red #BF0188
RGB
CMYK
RGB Variations
Color information
#BF0188 (or 0xBF0188) is known color: Medium Violet Red. HEX triplet: BF, 01 and 88. RGB value is (191,1,136). Sum of RGB (Red+Green+Blue) = 191+1+136=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0188 is #40FE77. Grayscale: #484848. Windows color (decimal): -4259448 or 8913343. OLE color: 8913343.
HSL color Cylindrical-coordinate representation of color #BF0188: hue angle of 317.37º 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 #BF0188 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.25 |
| HSL | 317.37º | 0.99% | 0.38% | - |
| HSV(B) | 317.37º | 0.99% | 0.75% | - |
| XYZ | 25.94 | 12.88 | 24.41 | - |
| YUV | 73.2 | 163.45 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 136 | 0 | 0.99 | 0.29 | 0.25 | 317.37 | 0.99 | 0.38 |
| Hex | BF | 1 | 88 | 0 | 63 | 1D | 19 | 13D | 63 | 26 |
| Octal | 277 | 1 | 210 | 0 | 143 | 35 | 31 | 475 | 143 | 46 |
| Binary | 10111111 | 1 | 10001000 | 0 | 1100011 | 11101 | 11001 | 100111101 | 1100011 | 100110 |
Color Harmonies of #BF0188
Complementary color
Monochromatic Colors of #BF0188
Black with #BF0188
Text Example
Text Example
White with #BF0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0188; }
p { color: rgb(191,1,136); }
H1.HeaderClassName
{
color: #BF0188;
}
.AnyTagClassName
{
color: #BF0188;
}
</style>
background-color css
<style>
a { background-color: #BF0188; }
a { background-color: rgb(191,1,136); }
div.DivClassName
{
background-color: #BF0188;
}
.BgClassName
{
background-color: #BF0188;
}
</style>
border-color css
<style>
span { border-color: #BF0188; }
span { border-color: rgb(191,1,136); }
td.TdClassName
{
border-color: #BF0188;
}
.TagClassName
{
border-color: #BF0188;
}
</style>