Shades of Medium Violet Red #BF169C
Tints of Medium Violet Red #BF169C
RGB
CMYK
RGB Variations
Color information
#BF169C (or 0xBF169C) is known color: Medium Violet Red. HEX triplet: BF, 16 and 9C. RGB value is (191,22,156). Sum of RGB (Red+Green+Blue) = 191+22+156=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF169C is #40E963. Grayscale: #575757. Windows color (decimal): -4254052 or 10229439. OLE color: 10229439.
HSL color Cylindrical-coordinate representation of color #BF169C: hue angle of 312.43º 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 #BF169C is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 156 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.25 |
| HSL | 312.43º | 0.79% | 0.42% | - |
| HSV(B) | 312.43º | 0.88% | 0.75% | - |
| XYZ | 27.77 | 14.05 | 32.7 | - |
| YUV | 87.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 156 | 0 | 0.88 | 0.18 | 0.25 | 312.43 | 0.79 | 0.42 |
| Hex | BF | 16 | 9C | 0 | 58 | 12 | 19 | 138 | 4F | 2A |
| Octal | 277 | 26 | 234 | 0 | 130 | 22 | 31 | 470 | 117 | 52 |
| Binary | 10111111 | 10110 | 10011100 | 0 | 1011000 | 10010 | 11001 | 100111000 | 1001111 | 101010 |
Color Harmonies of #BF169C
Complementary color
Monochromatic Colors of #BF169C
Black with #BF169C
Text Example
Text Example
White with #BF169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF169C; }
p { color: rgb(191,22,156); }
H1.HeaderClassName
{
color: #BF169C;
}
.AnyTagClassName
{
color: #BF169C;
}
</style>
background-color css
<style>
a { background-color: #BF169C; }
a { background-color: rgb(191,22,156); }
div.DivClassName
{
background-color: #BF169C;
}
.BgClassName
{
background-color: #BF169C;
}
</style>
border-color css
<style>
span { border-color: #BF169C; }
span { border-color: rgb(191,22,156); }
td.TdClassName
{
border-color: #BF169C;
}
.TagClassName
{
border-color: #BF169C;
}
</style>