Shades of Medium Violet Red #BF1288
Tints of Medium Violet Red #BF1288
RGB
CMYK
RGB Variations
Color information
#BF1288 (or 0xBF1288) is known color: Medium Violet Red. HEX triplet: BF, 12 and 88. RGB value is (191,18,136). Sum of RGB (Red+Green+Blue) = 191+18+136=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1288 is #40ED77. Grayscale: #525252. Windows color (decimal): -4255096 or 8917695. OLE color: 8917695.
HSL color Cylindrical-coordinate representation of color #BF1288: hue angle of 319.08º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1288 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 136 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.25 |
| HSL | 319.08º | 0.83% | 0.41% | - |
| HSV(B) | 319.08º | 0.91% | 0.75% | - |
| XYZ | 26.15 | 13.29 | 24.48 | - |
| YUV | 83.18 | 157.81 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 136 | 0 | 0.91 | 0.29 | 0.25 | 319.08 | 0.83 | 0.41 |
| Hex | BF | 12 | 88 | 0 | 5B | 1D | 19 | 13F | 53 | 29 |
| Octal | 277 | 22 | 210 | 0 | 133 | 35 | 31 | 477 | 123 | 51 |
| Binary | 10111111 | 10010 | 10001000 | 0 | 1011011 | 11101 | 11001 | 100111111 | 1010011 | 101001 |
Color Harmonies of #BF1288
Complementary color
Monochromatic Colors of #BF1288
Black with #BF1288
Text Example
Text Example
White with #BF1288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1288; }
p { color: rgb(191,18,136); }
H1.HeaderClassName
{
color: #BF1288;
}
.AnyTagClassName
{
color: #BF1288;
}
</style>
background-color css
<style>
a { background-color: #BF1288; }
a { background-color: rgb(191,18,136); }
div.DivClassName
{
background-color: #BF1288;
}
.BgClassName
{
background-color: #BF1288;
}
</style>
border-color css
<style>
span { border-color: #BF1288; }
span { border-color: rgb(191,18,136); }
td.TdClassName
{
border-color: #BF1288;
}
.TagClassName
{
border-color: #BF1288;
}
</style>