Shades of Medium Violet Red #BF178C
Tints of Medium Violet Red #BF178C
RGB
CMYK
RGB Variations
Color information
#BF178C (or 0xBF178C) is known color: Medium Violet Red. HEX triplet: BF, 17 and 8C. RGB value is (191,23,140). Sum of RGB (Red+Green+Blue) = 191+23+140=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF178C is #40E873. Grayscale: #565656. Windows color (decimal): -4253812 or 9181119. OLE color: 9181119.
HSL color Cylindrical-coordinate representation of color #BF178C: hue angle of 318.21º 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 #BF178C is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 140 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.25 |
| HSL | 318.21º | 0.79% | 0.42% | - |
| HSV(B) | 318.21º | 0.88% | 0.75% | - |
| XYZ | 26.53 | 13.58 | 26.03 | - |
| YUV | 86.57 | 158.16 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 140 | 0 | 0.88 | 0.27 | 0.25 | 318.21 | 0.79 | 0.42 |
| Hex | BF | 17 | 8C | 0 | 58 | 1B | 19 | 13E | 4F | 2A |
| Octal | 277 | 27 | 214 | 0 | 130 | 33 | 31 | 476 | 117 | 52 |
| Binary | 10111111 | 10111 | 10001100 | 0 | 1011000 | 11011 | 11001 | 100111110 | 1001111 | 101010 |
Color Harmonies of #BF178C
Complementary color
Monochromatic Colors of #BF178C
Black with #BF178C
Text Example
Text Example
White with #BF178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF178C; }
p { color: rgb(191,23,140); }
H1.HeaderClassName
{
color: #BF178C;
}
.AnyTagClassName
{
color: #BF178C;
}
</style>
background-color css
<style>
a { background-color: #BF178C; }
a { background-color: rgb(191,23,140); }
div.DivClassName
{
background-color: #BF178C;
}
.BgClassName
{
background-color: #BF178C;
}
</style>
border-color css
<style>
span { border-color: #BF178C; }
span { border-color: rgb(191,23,140); }
td.TdClassName
{
border-color: #BF178C;
}
.TagClassName
{
border-color: #BF178C;
}
</style>