Shades of Medium Violet Red #BF0185
Tints of Medium Violet Red #BF0185
RGB
CMYK
RGB Variations
Color information
#BF0185 (or 0xBF0185) is known color: Medium Violet Red. HEX triplet: BF, 01 and 85. RGB value is (191,1,133). Sum of RGB (Red+Green+Blue) = 191+1+133=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0185 is #40FE7A. Grayscale: #484848. Windows color (decimal): -4259451 or 8716735. OLE color: 8716735.
HSL color Cylindrical-coordinate representation of color #BF0185: hue angle of 318.32º 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 #BF0185 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 133 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.25 |
| HSL | 318.32º | 0.99% | 0.38% | - |
| HSV(B) | 318.32º | 0.99% | 0.75% | - |
| XYZ | 25.73 | 12.79 | 23.3 | - |
| YUV | 72.86 | 161.95 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 133 | 0 | 0.99 | 0.30 | 0.25 | 318.32 | 0.99 | 0.38 |
| Hex | BF | 1 | 85 | 0 | 63 | 1E | 19 | 13E | 63 | 26 |
| Octal | 277 | 1 | 205 | 0 | 143 | 36 | 31 | 476 | 143 | 46 |
| Binary | 10111111 | 1 | 10000101 | 0 | 1100011 | 11110 | 11001 | 100111110 | 1100011 | 100110 |
Color Harmonies of #BF0185
Complementary color
Monochromatic Colors of #BF0185
Black with #BF0185
Text Example
Text Example
White with #BF0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0185; }
p { color: rgb(191,1,133); }
H1.HeaderClassName
{
color: #BF0185;
}
.AnyTagClassName
{
color: #BF0185;
}
</style>
background-color css
<style>
a { background-color: #BF0185; }
a { background-color: rgb(191,1,133); }
div.DivClassName
{
background-color: #BF0185;
}
.BgClassName
{
background-color: #BF0185;
}
</style>
border-color css
<style>
span { border-color: #BF0185; }
span { border-color: rgb(191,1,133); }
td.TdClassName
{
border-color: #BF0185;
}
.TagClassName
{
border-color: #BF0185;
}
</style>