Shades of Medium Red Violet #BF27A0
Tints of Medium Red Violet #BF27A0
RGB
CMYK
RGB Variations
Color information
#BF27A0 (or 0xBF27A0) is known color: Medium Red Violet. HEX triplet: BF, 27 and A0. RGB value is (191,39,160). Sum of RGB (Red+Green+Blue) = 191+39+160=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF27A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF27A0 is #40D85F. Grayscale: #616161. Windows color (decimal): -4249696 or 10495935. OLE color: 10495935.
HSL color Cylindrical-coordinate representation of color #BF27A0: hue angle of 312.24º 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 #BF27A0 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 160 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.25 |
| HSL | 312.24º | 0.66% | 0.45% | - |
| HSV(B) | 312.24º | 0.8% | 0.75% | - |
| XYZ | 28.56 | 15.07 | 34.66 | - |
| YUV | 98.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 160 | 0 | 0.80 | 0.16 | 0.25 | 312.24 | 0.66 | 0.45 |
| Hex | BF | 27 | A0 | 0 | 50 | 10 | 19 | 138 | 42 | 2D |
| Octal | 277 | 47 | 240 | 0 | 120 | 20 | 31 | 470 | 102 | 55 |
| Binary | 10111111 | 100111 | 10100000 | 0 | 1010000 | 10000 | 11001 | 100111000 | 1000010 | 101101 |
Color Harmonies of #BF27A0
Complementary color
Monochromatic Colors of #BF27A0
Black with #BF27A0
Text Example
Text Example
White with #BF27A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF27A0; }
p { color: rgb(191,39,160); }
H1.HeaderClassName
{
color: #BF27A0;
}
.AnyTagClassName
{
color: #BF27A0;
}
</style>
background-color css
<style>
a { background-color: #BF27A0; }
a { background-color: rgb(191,39,160); }
div.DivClassName
{
background-color: #BF27A0;
}
.BgClassName
{
background-color: #BF27A0;
}
</style>
border-color css
<style>
span { border-color: #BF27A0; }
span { border-color: rgb(191,39,160); }
td.TdClassName
{
border-color: #BF27A0;
}
.TagClassName
{
border-color: #BF27A0;
}
</style>