Shades of Medium Orchid #BF31DF
Tints of Medium Orchid #BF31DF
RGB
CMYK
RGB Variations
Color information
#BF31DF (or 0xBF31DF) is known color: Medium Orchid. HEX triplet: BF, 31 and DF. RGB value is (191,49,223). Sum of RGB (Red+Green+Blue) = 191+49+223=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF31DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31DF is #40CE20. Grayscale: #6E6E6E. Windows color (decimal): -4247073 or 14627263. OLE color: 14627263.
HSL color Cylindrical-coordinate representation of color #BF31DF: hue angle of 288.97º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF31DF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 49 | 223 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.13 |
| HSL | 288.97º | 0.73% | 0.53% | - |
| HSV(B) | 288.97º | 0.78% | 0.87% | - |
| XYZ | 35.9 | 18.6 | 71.51 | - |
| YUV | 111.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 223 | 0.14 | 0.78 | 0 | 0.13 | 288.97 | 0.73 | 0.53 |
| Hex | BF | 31 | DF | E | 4E | 0 | D | 121 | 49 | 35 |
| Octal | 277 | 61 | 337 | 16 | 116 | 0 | 15 | 441 | 111 | 65 |
| Binary | 10111111 | 110001 | 11011111 | 1110 | 1001110 | 0 | 1101 | 100100001 | 1001001 | 110101 |
Color Harmonies of #BF31DF
Complementary color
Monochromatic Colors of #BF31DF
Black with #BF31DF
Text Example
Text Example
White with #BF31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF31DF; }
p { color: rgb(191,49,223); }
H1.HeaderClassName
{
color: #BF31DF;
}
.AnyTagClassName
{
color: #BF31DF;
}
</style>
background-color css
<style>
a { background-color: #BF31DF; }
a { background-color: rgb(191,49,223); }
div.DivClassName
{
background-color: #BF31DF;
}
.BgClassName
{
background-color: #BF31DF;
}
</style>
border-color css
<style>
span { border-color: #BF31DF; }
span { border-color: rgb(191,49,223); }
td.TdClassName
{
border-color: #BF31DF;
}
.TagClassName
{
border-color: #BF31DF;
}
</style>