Shades of Medium Violet Red #BF17A0
Tints of Medium Violet Red #BF17A0
RGB
CMYK
RGB Variations
Color information
#BF17A0 (or 0xBF17A0) is known color: Medium Violet Red. HEX triplet: BF, 17 and A0. RGB value is (191,23,160). Sum of RGB (Red+Green+Blue) = 191+23+160=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF17A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF17A0 is #40E85F. Grayscale: #585858. Windows color (decimal): -4253792 or 10491839. OLE color: 10491839.
HSL color Cylindrical-coordinate representation of color #BF17A0: hue angle of 311.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF17A0 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 160 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.25 |
| HSL | 311.07º | 0.79% | 0.42% | - |
| HSV(B) | 311.07º | 0.88% | 0.75% | - |
| XYZ | 28.14 | 14.23 | 34.52 | - |
| YUV | 88.85 | 168.16 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 160 | 0 | 0.88 | 0.16 | 0.25 | 311.07 | 0.79 | 0.42 |
| Hex | BF | 17 | A0 | 0 | 58 | 10 | 19 | 137 | 4F | 2A |
| Octal | 277 | 27 | 240 | 0 | 130 | 20 | 31 | 467 | 117 | 52 |
| Binary | 10111111 | 10111 | 10100000 | 0 | 1011000 | 10000 | 11001 | 100110111 | 1001111 | 101010 |
Color Harmonies of #BF17A0
Complementary color
Monochromatic Colors of #BF17A0
Black with #BF17A0
Text Example
Text Example
White with #BF17A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17A0; }
p { color: rgb(191,23,160); }
H1.HeaderClassName
{
color: #BF17A0;
}
.AnyTagClassName
{
color: #BF17A0;
}
</style>
background-color css
<style>
a { background-color: #BF17A0; }
a { background-color: rgb(191,23,160); }
div.DivClassName
{
background-color: #BF17A0;
}
.BgClassName
{
background-color: #BF17A0;
}
</style>
border-color css
<style>
span { border-color: #BF17A0; }
span { border-color: rgb(191,23,160); }
td.TdClassName
{
border-color: #BF17A0;
}
.TagClassName
{
border-color: #BF17A0;
}
</style>