Shades of Medium Violet Red #BF1388
Tints of Medium Violet Red #BF1388
RGB
CMYK
RGB Variations
Color information
#BF1388 (or 0xBF1388) is known color: Medium Violet Red. HEX triplet: BF, 13 and 88. RGB value is (191,19,136). Sum of RGB (Red+Green+Blue) = 191+19+136=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1388 is #40EC77. Grayscale: #535353. Windows color (decimal): -4254840 or 8917951. OLE color: 8917951.
HSL color Cylindrical-coordinate representation of color #BF1388: hue angle of 319.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1388 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 136 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.25 |
| HSL | 319.19º | 0.82% | 0.41% | - |
| HSV(B) | 319.19º | 0.9% | 0.75% | - |
| XYZ | 26.16 | 13.32 | 24.48 | - |
| YUV | 83.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 136 | 0 | 0.90 | 0.29 | 0.25 | 319.19 | 0.82 | 0.41 |
| Hex | BF | 13 | 88 | 0 | 5A | 1D | 19 | 13F | 52 | 29 |
| Octal | 277 | 23 | 210 | 0 | 132 | 35 | 31 | 477 | 122 | 51 |
| Binary | 10111111 | 10011 | 10001000 | 0 | 1011010 | 11101 | 11001 | 100111111 | 1010010 | 101001 |
Color Harmonies of #BF1388
Complementary color
Monochromatic Colors of #BF1388
Black with #BF1388
Text Example
Text Example
White with #BF1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1388; }
p { color: rgb(191,19,136); }
H1.HeaderClassName
{
color: #BF1388;
}
.AnyTagClassName
{
color: #BF1388;
}
</style>
background-color css
<style>
a { background-color: #BF1388; }
a { background-color: rgb(191,19,136); }
div.DivClassName
{
background-color: #BF1388;
}
.BgClassName
{
background-color: #BF1388;
}
</style>
border-color css
<style>
span { border-color: #BF1388; }
span { border-color: rgb(191,19,136); }
td.TdClassName
{
border-color: #BF1388;
}
.TagClassName
{
border-color: #BF1388;
}
</style>