Shades of Medium Red Violet #BF2788
Tints of Medium Red Violet #BF2788
RGB
CMYK
RGB Variations
Color information
#BF2788 (or 0xBF2788) is known color: Medium Red Violet. HEX triplet: BF, 27 and 88. RGB value is (191,39,136). Sum of RGB (Red+Green+Blue) = 191+39+136=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2788 is #40D877. Grayscale: #5F5F5F. Windows color (decimal): -4249720 or 8923071. OLE color: 8923071.
HSL color Cylindrical-coordinate representation of color #BF2788: hue angle of 321.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2788 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 136 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.25 |
| HSL | 321.71º | 0.66% | 0.45% | - |
| HSV(B) | 321.71º | 0.8% | 0.75% | - |
| XYZ | 26.66 | 14.3 | 24.65 | - |
| YUV | 95.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 136 | 0 | 0.80 | 0.29 | 0.25 | 321.71 | 0.66 | 0.45 |
| Hex | BF | 27 | 88 | 0 | 50 | 1D | 19 | 142 | 42 | 2D |
| Octal | 277 | 47 | 210 | 0 | 120 | 35 | 31 | 502 | 102 | 55 |
| Binary | 10111111 | 100111 | 10001000 | 0 | 1010000 | 11101 | 11001 | 101000010 | 1000010 | 101101 |
Color Harmonies of #BF2788
Complementary color
Monochromatic Colors of #BF2788
Black with #BF2788
Text Example
Text Example
White with #BF2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2788; }
p { color: rgb(191,39,136); }
H1.HeaderClassName
{
color: #BF2788;
}
.AnyTagClassName
{
color: #BF2788;
}
</style>
background-color css
<style>
a { background-color: #BF2788; }
a { background-color: rgb(191,39,136); }
div.DivClassName
{
background-color: #BF2788;
}
.BgClassName
{
background-color: #BF2788;
}
</style>
border-color css
<style>
span { border-color: #BF2788; }
span { border-color: rgb(191,39,136); }
td.TdClassName
{
border-color: #BF2788;
}
.TagClassName
{
border-color: #BF2788;
}
</style>