Shades of Medium Orchid #BF41EE
Tints of Medium Orchid #BF41EE
RGB
CMYK
RGB Variations
Color information
#BF41EE (or 0xBF41EE) is known color: Medium Orchid. HEX triplet: BF, 41 and EE. RGB value is (191,65,238). Sum of RGB (Red+Green+Blue) = 191+65+238=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF41EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF41EE is #40BE11. Grayscale: #797979. Windows color (decimal): -4242962 or 15614399. OLE color: 15614399.
HSL color Cylindrical-coordinate representation of color #BF41EE: hue angle of 283.7º degrees, saturation: 0.84, 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 #BF41EE is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 65 | 238 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.07 |
| HSL | 283.7º | 0.84% | 0.59% | - |
| HSV(B) | 283.7º | 0.73% | 0.93% | - |
| XYZ | 38.81 | 21.03 | 82.9 | - |
| YUV | 122.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 238 | 0.20 | 0.73 | 0 | 0.07 | 283.7 | 0.84 | 0.59 |
| Hex | BF | 41 | EE | 14 | 49 | 0 | 7 | 11C | 54 | 3B |
| Octal | 277 | 101 | 356 | 24 | 111 | 0 | 7 | 434 | 124 | 73 |
| Binary | 10111111 | 1000001 | 11101110 | 10100 | 1001001 | 0 | 111 | 100011100 | 1010100 | 111011 |
Color Harmonies of #BF41EE
Complementary color
Monochromatic Colors of #BF41EE
Black with #BF41EE
Text Example
Text Example
White with #BF41EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41EE; }
p { color: rgb(191,65,238); }
H1.HeaderClassName
{
color: #BF41EE;
}
.AnyTagClassName
{
color: #BF41EE;
}
</style>
background-color css
<style>
a { background-color: #BF41EE; }
a { background-color: rgb(191,65,238); }
div.DivClassName
{
background-color: #BF41EE;
}
.BgClassName
{
background-color: #BF41EE;
}
</style>
border-color css
<style>
span { border-color: #BF41EE; }
span { border-color: rgb(191,65,238); }
td.TdClassName
{
border-color: #BF41EE;
}
.TagClassName
{
border-color: #BF41EE;
}
</style>