Shades of Medium Orchid #BF40EF
Tints of Medium Orchid #BF40EF
RGB
CMYK
RGB Variations
Color information
#BF40EF (or 0xBF40EF) is known color: Medium Orchid. HEX triplet: BF, 40 and EF. RGB value is (191,64,239). Sum of RGB (Red+Green+Blue) = 191+64+239=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF40EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40EF is #40BF10. Grayscale: #797979. Windows color (decimal): -4243217 or 15679679. OLE color: 15679679.
HSL color Cylindrical-coordinate representation of color #BF40EF: hue angle of 283.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF40EF is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 64 | 239 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.06 |
| HSL | 283.54º | 0.85% | 0.59% | - |
| HSV(B) | 283.54º | 0.73% | 0.94% | - |
| XYZ | 38.9 | 20.98 | 83.66 | - |
| YUV | 121.92 | 194.08 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 239 | 0.20 | 0.73 | 0 | 0.06 | 283.54 | 0.85 | 0.59 |
| Hex | BF | 40 | EF | 14 | 49 | 0 | 6 | 11C | 55 | 3B |
| Octal | 277 | 100 | 357 | 24 | 111 | 0 | 6 | 434 | 125 | 73 |
| Binary | 10111111 | 1000000 | 11101111 | 10100 | 1001001 | 0 | 110 | 100011100 | 1010101 | 111011 |
Color Harmonies of #BF40EF
Complementary color
Monochromatic Colors of #BF40EF
Black with #BF40EF
Text Example
Text Example
White with #BF40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40EF; }
p { color: rgb(191,64,239); }
H1.HeaderClassName
{
color: #BF40EF;
}
.AnyTagClassName
{
color: #BF40EF;
}
</style>
background-color css
<style>
a { background-color: #BF40EF; }
a { background-color: rgb(191,64,239); }
div.DivClassName
{
background-color: #BF40EF;
}
.BgClassName
{
background-color: #BF40EF;
}
</style>
border-color css
<style>
span { border-color: #BF40EF; }
span { border-color: rgb(191,64,239); }
td.TdClassName
{
border-color: #BF40EF;
}
.TagClassName
{
border-color: #BF40EF;
}
</style>