Shades of Medium Violet Red #BF0189
Tints of Medium Violet Red #BF0189
RGB
CMYK
RGB Variations
Color information
#BF0189 (or 0xBF0189) is known color: Medium Violet Red. HEX triplet: BF, 01 and 89. RGB value is (191,1,137). Sum of RGB (Red+Green+Blue) = 191+1+137=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0189 is #40FE76. Grayscale: #484848. Windows color (decimal): -4259447 or 8978879. OLE color: 8978879.
HSL color Cylindrical-coordinate representation of color #BF0189: hue angle of 317.05º 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 #BF0189 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.25 |
| HSL | 317.05º | 0.99% | 0.38% | - |
| HSV(B) | 317.05º | 0.99% | 0.75% | - |
| XYZ | 26.01 | 12.9 | 24.79 | - |
| YUV | 73.31 | 163.95 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 137 | 0 | 0.99 | 0.28 | 0.25 | 317.05 | 0.99 | 0.38 |
| Hex | BF | 1 | 89 | 0 | 63 | 1C | 19 | 13D | 63 | 26 |
| Octal | 277 | 1 | 211 | 0 | 143 | 34 | 31 | 475 | 143 | 46 |
| Binary | 10111111 | 1 | 10001001 | 0 | 1100011 | 11100 | 11001 | 100111101 | 1100011 | 100110 |
Color Harmonies of #BF0189
Complementary color
Monochromatic Colors of #BF0189
Black with #BF0189
Text Example
Text Example
White with #BF0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0189; }
p { color: rgb(191,1,137); }
H1.HeaderClassName
{
color: #BF0189;
}
.AnyTagClassName
{
color: #BF0189;
}
</style>
background-color css
<style>
a { background-color: #BF0189; }
a { background-color: rgb(191,1,137); }
div.DivClassName
{
background-color: #BF0189;
}
.BgClassName
{
background-color: #BF0189;
}
</style>
border-color css
<style>
span { border-color: #BF0189; }
span { border-color: rgb(191,1,137); }
td.TdClassName
{
border-color: #BF0189;
}
.TagClassName
{
border-color: #BF0189;
}
</style>