Shades of Medium Red Violet #BF27A6
Tints of Medium Red Violet #BF27A6
RGB
CMYK
RGB Variations
Color information
#BF27A6 (or 0xBF27A6) is known color: Medium Red Violet. HEX triplet: BF, 27 and A6. RGB value is (191,39,166). Sum of RGB (Red+Green+Blue) = 191+39+166=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF27A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF27A6 is #40D859. Grayscale: #626262. Windows color (decimal): -4249690 or 10889151. OLE color: 10889151.
HSL color Cylindrical-coordinate representation of color #BF27A6: hue angle of 309.87º 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 #BF27A6 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 166 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.25 |
| HSL | 309.87º | 0.66% | 0.45% | - |
| HSV(B) | 309.87º | 0.8% | 0.75% | - |
| XYZ | 29.09 | 15.28 | 37.49 | - |
| YUV | 98.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 166 | 0 | 0.80 | 0.13 | 0.25 | 309.87 | 0.66 | 0.45 |
| Hex | BF | 27 | A6 | 0 | 50 | D | 19 | 136 | 42 | 2D |
| Octal | 277 | 47 | 246 | 0 | 120 | 15 | 31 | 466 | 102 | 55 |
| Binary | 10111111 | 100111 | 10100110 | 0 | 1010000 | 1101 | 11001 | 100110110 | 1000010 | 101101 |
Color Harmonies of #BF27A6
Complementary color
Monochromatic Colors of #BF27A6
Black with #BF27A6
Text Example
Text Example
White with #BF27A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF27A6; }
p { color: rgb(191,39,166); }
H1.HeaderClassName
{
color: #BF27A6;
}
.AnyTagClassName
{
color: #BF27A6;
}
</style>
background-color css
<style>
a { background-color: #BF27A6; }
a { background-color: rgb(191,39,166); }
div.DivClassName
{
background-color: #BF27A6;
}
.BgClassName
{
background-color: #BF27A6;
}
</style>
border-color css
<style>
span { border-color: #BF27A6; }
span { border-color: rgb(191,39,166); }
td.TdClassName
{
border-color: #BF27A6;
}
.TagClassName
{
border-color: #BF27A6;
}
</style>