Shades of Medium Orchid #B86EEE
Tints of Medium Orchid #B86EEE
RGB
CMYK
RGB Variations
Color information
#B86EEE (or 0xB86EEE) is known color: Medium Orchid. HEX triplet: B8, 6E and EE. RGB value is (184,110,238). Sum of RGB (Red+Green+Blue) = 184+110+238=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #B86EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EEE is #479111. Grayscale: #929292. Windows color (decimal): -4690194 or 15625912. OLE color: 15625912.
HSL color Cylindrical-coordinate representation of color #B86EEE: hue angle of 274.69º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86EEE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 110 | 238 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.07 |
| HSL | 274.69º | 0.79% | 0.68% | - |
| HSV(B) | 274.69º | 0.54% | 0.93% | - |
| XYZ | 40.78 | 27.52 | 84.05 | - |
| YUV | 146.72 | 179.52 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 238 | 0.23 | 0.54 | 0 | 0.07 | 274.69 | 0.79 | 0.68 |
| Hex | B8 | 6E | EE | 17 | 36 | 0 | 7 | 113 | 4F | 44 |
| Octal | 270 | 156 | 356 | 27 | 66 | 0 | 7 | 423 | 117 | 104 |
| Binary | 10111000 | 1101110 | 11101110 | 10111 | 110110 | 0 | 111 | 100010011 | 1001111 | 1000100 |
Color Harmonies of #B86EEE
Complementary color
Monochromatic Colors of #B86EEE
Black with #B86EEE
Text Example
Text Example
White with #B86EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EEE; }
p { color: rgb(184,110,238); }
H1.HeaderClassName
{
color: #B86EEE;
}
.AnyTagClassName
{
color: #B86EEE;
}
</style>
background-color css
<style>
a { background-color: #B86EEE; }
a { background-color: rgb(184,110,238); }
div.DivClassName
{
background-color: #B86EEE;
}
.BgClassName
{
background-color: #B86EEE;
}
</style>
border-color css
<style>
span { border-color: #B86EEE; }
span { border-color: rgb(184,110,238); }
td.TdClassName
{
border-color: #B86EEE;
}
.TagClassName
{
border-color: #B86EEE;
}
</style>