Shades of Medium Orchid #B86DEE
Tints of Medium Orchid #B86DEE
RGB
CMYK
RGB Variations
Color information
#B86DEE (or 0xB86DEE) is known color: Medium Orchid. HEX triplet: B8, 6D and EE. RGB value is (184,109,238). Sum of RGB (Red+Green+Blue) = 184+109+238=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #B86DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86DEE is #479211. Grayscale: #919191. Windows color (decimal): -4690450 or 15625656. OLE color: 15625656.
HSL color Cylindrical-coordinate representation of color #B86DEE: hue angle of 274.88º 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 #B86DEE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 109 | 238 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.07 |
| HSL | 274.88º | 0.79% | 0.68% | - |
| HSV(B) | 274.88º | 0.54% | 0.93% | - |
| XYZ | 40.67 | 27.3 | 84.02 | - |
| YUV | 146.13 | 179.85 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 238 | 0.23 | 0.54 | 0 | 0.07 | 274.88 | 0.79 | 0.68 |
| Hex | B8 | 6D | EE | 17 | 36 | 0 | 7 | 113 | 4F | 44 |
| Octal | 270 | 155 | 356 | 27 | 66 | 0 | 7 | 423 | 117 | 104 |
| Binary | 10111000 | 1101101 | 11101110 | 10111 | 110110 | 0 | 111 | 100010011 | 1001111 | 1000100 |
Color Harmonies of #B86DEE
Complementary color
Monochromatic Colors of #B86DEE
Black with #B86DEE
Text Example
Text Example
White with #B86DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DEE; }
p { color: rgb(184,109,238); }
H1.HeaderClassName
{
color: #B86DEE;
}
.AnyTagClassName
{
color: #B86DEE;
}
</style>
background-color css
<style>
a { background-color: #B86DEE; }
a { background-color: rgb(184,109,238); }
div.DivClassName
{
background-color: #B86DEE;
}
.BgClassName
{
background-color: #B86DEE;
}
</style>
border-color css
<style>
span { border-color: #B86DEE; }
span { border-color: rgb(184,109,238); }
td.TdClassName
{
border-color: #B86DEE;
}
.TagClassName
{
border-color: #B86DEE;
}
</style>