Shades of Medium Orchid #BF40ED
Tints of Medium Orchid #BF40ED
RGB
CMYK
RGB Variations
Color information
#BF40ED (or 0xBF40ED) is known color: Medium Orchid. HEX triplet: BF, 40 and ED. RGB value is (191,64,237). Sum of RGB (Red+Green+Blue) = 191+64+237=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF40ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40ED is #40BF12. Grayscale: #797979. Windows color (decimal): -4243219 or 15548607. OLE color: 15548607.
HSL color Cylindrical-coordinate representation of color #BF40ED: hue angle of 284.05º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF40ED is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 64 | 237 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.07 |
| HSL | 284.05º | 0.83% | 0.59% | - |
| HSV(B) | 284.05º | 0.73% | 0.93% | - |
| XYZ | 38.61 | 20.86 | 82.11 | - |
| YUV | 121.7 | 193.08 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 237 | 0.19 | 0.73 | 0 | 0.07 | 284.05 | 0.83 | 0.59 |
| Hex | BF | 40 | ED | 13 | 49 | 0 | 7 | 11C | 53 | 3B |
| Octal | 277 | 100 | 355 | 23 | 111 | 0 | 7 | 434 | 123 | 73 |
| Binary | 10111111 | 1000000 | 11101101 | 10011 | 1001001 | 0 | 111 | 100011100 | 1010011 | 111011 |
Color Harmonies of #BF40ED
Complementary color
Monochromatic Colors of #BF40ED
Black with #BF40ED
Text Example
Text Example
White with #BF40ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40ED; }
p { color: rgb(191,64,237); }
H1.HeaderClassName
{
color: #BF40ED;
}
.AnyTagClassName
{
color: #BF40ED;
}
</style>
background-color css
<style>
a { background-color: #BF40ED; }
a { background-color: rgb(191,64,237); }
div.DivClassName
{
background-color: #BF40ED;
}
.BgClassName
{
background-color: #BF40ED;
}
</style>
border-color css
<style>
span { border-color: #BF40ED; }
span { border-color: rgb(191,64,237); }
td.TdClassName
{
border-color: #BF40ED;
}
.TagClassName
{
border-color: #BF40ED;
}
</style>