Shades of Medium Orchid #BF56EE
Tints of Medium Orchid #BF56EE
RGB
CMYK
RGB Variations
Color information
#BF56EE (or 0xBF56EE) is known color: Medium Orchid. HEX triplet: BF, 56 and EE. RGB value is (191,86,238). Sum of RGB (Red+Green+Blue) = 191+86+238=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF56EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF56EE is #40A911. Grayscale: #868686. Windows color (decimal): -4237586 or 15619775. OLE color: 15619775.
HSL color Cylindrical-coordinate representation of color #BF56EE: hue angle of 281.45º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF56EE is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 86 | 238 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.07 |
| HSL | 281.45º | 0.82% | 0.64% | - |
| HSV(B) | 281.45º | 0.64% | 0.93% | - |
| XYZ | 40.25 | 23.9 | 83.38 | - |
| YUV | 134.72 | 186.29 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 238 | 0.20 | 0.64 | 0 | 0.07 | 281.45 | 0.82 | 0.64 |
| Hex | BF | 56 | EE | 14 | 40 | 0 | 7 | 119 | 52 | 40 |
| Octal | 277 | 126 | 356 | 24 | 100 | 0 | 7 | 431 | 122 | 100 |
| Binary | 10111111 | 1010110 | 11101110 | 10100 | 1000000 | 0 | 111 | 100011001 | 1010010 | 1000000 |
Color Harmonies of #BF56EE
Complementary color
Monochromatic Colors of #BF56EE
Black with #BF56EE
Text Example
Text Example
White with #BF56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF56EE; }
p { color: rgb(191,86,238); }
H1.HeaderClassName
{
color: #BF56EE;
}
.AnyTagClassName
{
color: #BF56EE;
}
</style>
background-color css
<style>
a { background-color: #BF56EE; }
a { background-color: rgb(191,86,238); }
div.DivClassName
{
background-color: #BF56EE;
}
.BgClassName
{
background-color: #BF56EE;
}
</style>
border-color css
<style>
span { border-color: #BF56EE; }
span { border-color: rgb(191,86,238); }
td.TdClassName
{
border-color: #BF56EE;
}
.TagClassName
{
border-color: #BF56EE;
}
</style>