Shades of Medium Orchid #BF49EE
Tints of Medium Orchid #BF49EE
RGB
CMYK
RGB Variations
Color information
#BF49EE (or 0xBF49EE) is known color: Medium Orchid. HEX triplet: BF, 49 and EE. RGB value is (191,73,238). Sum of RGB (Red+Green+Blue) = 191+73+238=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF49EE is #40B611. Grayscale: #7E7E7E. Windows color (decimal): -4240914 or 15616447. OLE color: 15616447.
HSL color Cylindrical-coordinate representation of color #BF49EE: hue angle of 282.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF49EE is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 73 | 238 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.07 |
| HSL | 282.91º | 0.83% | 0.61% | - |
| HSV(B) | 282.91º | 0.69% | 0.93% | - |
| XYZ | 39.3 | 22.01 | 83.07 | - |
| YUV | 127.09 | 190.59 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 238 | 0.20 | 0.69 | 0 | 0.07 | 282.91 | 0.83 | 0.61 |
| Hex | BF | 49 | EE | 14 | 45 | 0 | 7 | 11B | 53 | 3D |
| Octal | 277 | 111 | 356 | 24 | 105 | 0 | 7 | 433 | 123 | 75 |
| Binary | 10111111 | 1001001 | 11101110 | 10100 | 1000101 | 0 | 111 | 100011011 | 1010011 | 111101 |
Color Harmonies of #BF49EE
Complementary color
Monochromatic Colors of #BF49EE
Black with #BF49EE
Text Example
Text Example
White with #BF49EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49EE; }
p { color: rgb(191,73,238); }
H1.HeaderClassName
{
color: #BF49EE;
}
.AnyTagClassName
{
color: #BF49EE;
}
</style>
background-color css
<style>
a { background-color: #BF49EE; }
a { background-color: rgb(191,73,238); }
div.DivClassName
{
background-color: #BF49EE;
}
.BgClassName
{
background-color: #BF49EE;
}
</style>
border-color css
<style>
span { border-color: #BF49EE; }
span { border-color: rgb(191,73,238); }
td.TdClassName
{
border-color: #BF49EE;
}
.TagClassName
{
border-color: #BF49EE;
}
</style>