Shades of Medium Violet Red #BF0170
Tints of Medium Violet Red #BF0170
RGB
CMYK
RGB Variations
Color information
#BF0170 (or 0xBF0170) is known color: Medium Violet Red. HEX triplet: BF, 01 and 70. RGB value is (191,1,112). Sum of RGB (Red+Green+Blue) = 191+1+112=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0170 is #40FE8F. Grayscale: #464646. Windows color (decimal): -4259472 or 7340479. OLE color: 7340479.
HSL color Cylindrical-coordinate representation of color #BF0170: hue angle of 324.95º 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 #BF0170 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.25 |
| HSL | 324.95º | 0.99% | 0.38% | - |
| HSV(B) | 324.95º | 0.99% | 0.75% | - |
| XYZ | 24.42 | 12.27 | 16.41 | - |
| YUV | 70.46 | 151.45 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 112 | 0 | 0.99 | 0.41 | 0.25 | 324.95 | 0.99 | 0.38 |
| Hex | BF | 1 | 70 | 0 | 63 | 29 | 19 | 145 | 63 | 26 |
| Octal | 277 | 1 | 160 | 0 | 143 | 51 | 31 | 505 | 143 | 46 |
| Binary | 10111111 | 1 | 1110000 | 0 | 1100011 | 101001 | 11001 | 101000101 | 1100011 | 100110 |
Color Harmonies of #BF0170
Complementary color
Monochromatic Colors of #BF0170
Black with #BF0170
Text Example
Text Example
White with #BF0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0170; }
p { color: rgb(191,1,112); }
H1.HeaderClassName
{
color: #BF0170;
}
.AnyTagClassName
{
color: #BF0170;
}
</style>
background-color css
<style>
a { background-color: #BF0170; }
a { background-color: rgb(191,1,112); }
div.DivClassName
{
background-color: #BF0170;
}
.BgClassName
{
background-color: #BF0170;
}
</style>
border-color css
<style>
span { border-color: #BF0170; }
span { border-color: rgb(191,1,112); }
td.TdClassName
{
border-color: #BF0170;
}
.TagClassName
{
border-color: #BF0170;
}
</style>