Shades of Medium Orchid #B86EDA
Tints of Medium Orchid #B86EDA
RGB
CMYK
RGB Variations
Color information
#B86EDA (or 0xB86EDA) is known color: Medium Orchid. HEX triplet: B8, 6E and DA. RGB value is (184,110,218). Sum of RGB (Red+Green+Blue) = 184+110+218=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B86EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EDA is #479125. Grayscale: #909090. Windows color (decimal): -4690214 or 14315192. OLE color: 14315192.
HSL color Cylindrical-coordinate representation of color #B86EDA: hue angle of 281.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B86EDA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 110 | 218 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.15 |
| HSL | 281.11º | 0.59% | 0.64% | - |
| HSV(B) | 281.11º | 0.5% | 0.85% | - |
| XYZ | 38 | 26.4 | 69.42 | - |
| YUV | 144.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 218 | 0.16 | 0.50 | 0 | 0.15 | 281.11 | 0.59 | 0.64 |
| Hex | B8 | 6E | DA | 10 | 32 | 0 | F | 119 | 3B | 40 |
| Octal | 270 | 156 | 332 | 20 | 62 | 0 | 17 | 431 | 73 | 100 |
| Binary | 10111000 | 1101110 | 11011010 | 10000 | 110010 | 0 | 1111 | 100011001 | 111011 | 1000000 |
Color Harmonies of #B86EDA
Complementary color
Monochromatic Colors of #B86EDA
Black with #B86EDA
Text Example
Text Example
White with #B86EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EDA; }
p { color: rgb(184,110,218); }
H1.HeaderClassName
{
color: #B86EDA;
}
.AnyTagClassName
{
color: #B86EDA;
}
</style>
background-color css
<style>
a { background-color: #B86EDA; }
a { background-color: rgb(184,110,218); }
div.DivClassName
{
background-color: #B86EDA;
}
.BgClassName
{
background-color: #B86EDA;
}
</style>
border-color css
<style>
span { border-color: #B86EDA; }
span { border-color: rgb(184,110,218); }
td.TdClassName
{
border-color: #B86EDA;
}
.TagClassName
{
border-color: #B86EDA;
}
</style>