Shades of Medium Violet Red #BF1B9C
Tints of Medium Violet Red #BF1B9C
RGB
CMYK
RGB Variations
Color information
#BF1B9C (or 0xBF1B9C) is known color: Medium Violet Red. HEX triplet: BF, 1B and 9C. RGB value is (191,27,156). Sum of RGB (Red+Green+Blue) = 191+27+156=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1B9C is #40E463. Grayscale: #5A5A5A. Windows color (decimal): -4252772 or 10230719. OLE color: 10230719.
HSL color Cylindrical-coordinate representation of color #BF1B9C: hue angle of 312.8º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1B9C is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 27 | 156 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.25 |
| HSL | 312.8º | 0.75% | 0.43% | - |
| HSV(B) | 312.8º | 0.86% | 0.75% | - |
| XYZ | 27.88 | 14.26 | 32.74 | - |
| YUV | 90.74 | 164.83 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 156 | 0 | 0.86 | 0.18 | 0.25 | 312.8 | 0.75 | 0.43 |
| Hex | BF | 1B | 9C | 0 | 56 | 12 | 19 | 139 | 4B | 2B |
| Octal | 277 | 33 | 234 | 0 | 126 | 22 | 31 | 471 | 113 | 53 |
| Binary | 10111111 | 11011 | 10011100 | 0 | 1010110 | 10010 | 11001 | 100111001 | 1001011 | 101011 |
Color Harmonies of #BF1B9C
Complementary color
Monochromatic Colors of #BF1B9C
Black with #BF1B9C
Text Example
Text Example
White with #BF1B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1B9C; }
p { color: rgb(191,27,156); }
H1.HeaderClassName
{
color: #BF1B9C;
}
.AnyTagClassName
{
color: #BF1B9C;
}
</style>
background-color css
<style>
a { background-color: #BF1B9C; }
a { background-color: rgb(191,27,156); }
div.DivClassName
{
background-color: #BF1B9C;
}
.BgClassName
{
background-color: #BF1B9C;
}
</style>
border-color css
<style>
span { border-color: #BF1B9C; }
span { border-color: rgb(191,27,156); }
td.TdClassName
{
border-color: #BF1B9C;
}
.TagClassName
{
border-color: #BF1B9C;
}
</style>