Shades of Medium Violet Red #BF0195
Tints of Medium Violet Red #BF0195
RGB
CMYK
RGB Variations
Color information
#BF0195 (or 0xBF0195) is known color: Medium Violet Red. HEX triplet: BF, 01 and 95. RGB value is (191,1,149). Sum of RGB (Red+Green+Blue) = 191+1+149=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0195 is #40FE6A. Grayscale: #4A4A4A. Windows color (decimal): -4259435 or 9765311. OLE color: 9765311.
HSL color Cylindrical-coordinate representation of color #BF0195: hue angle of 313.26º 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 #BF0195 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.25 |
| HSL | 313.26º | 0.99% | 0.38% | - |
| HSV(B) | 313.26º | 0.99% | 0.75% | - |
| XYZ | 26.92 | 13.27 | 29.58 | - |
| YUV | 74.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 149 | 0 | 0.99 | 0.22 | 0.25 | 313.26 | 0.99 | 0.38 |
| Hex | BF | 1 | 95 | 0 | 63 | 16 | 19 | 139 | 63 | 26 |
| Octal | 277 | 1 | 225 | 0 | 143 | 26 | 31 | 471 | 143 | 46 |
| Binary | 10111111 | 1 | 10010101 | 0 | 1100011 | 10110 | 11001 | 100111001 | 1100011 | 100110 |
Color Harmonies of #BF0195
Complementary color
Monochromatic Colors of #BF0195
Black with #BF0195
Text Example
Text Example
White with #BF0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0195; }
p { color: rgb(191,1,149); }
H1.HeaderClassName
{
color: #BF0195;
}
.AnyTagClassName
{
color: #BF0195;
}
</style>
background-color css
<style>
a { background-color: #BF0195; }
a { background-color: rgb(191,1,149); }
div.DivClassName
{
background-color: #BF0195;
}
.BgClassName
{
background-color: #BF0195;
}
</style>
border-color css
<style>
span { border-color: #BF0195; }
span { border-color: rgb(191,1,149); }
td.TdClassName
{
border-color: #BF0195;
}
.TagClassName
{
border-color: #BF0195;
}
</style>