Shades of Medium Orchid #B86EEB
Tints of Medium Orchid #B86EEB
RGB
CMYK
RGB Variations
Color information
#B86EEB (or 0xB86EEB) is known color: Medium Orchid. HEX triplet: B8, 6E and EB. RGB value is (184,110,235). Sum of RGB (Red+Green+Blue) = 184+110+235=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #B86EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EEB is #479114. Grayscale: #919191. Windows color (decimal): -4690197 or 15429304. OLE color: 15429304.
HSL color Cylindrical-coordinate representation of color #B86EEB: hue angle of 275.52º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B86EEB is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 110 | 235 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.08 |
| HSL | 275.52º | 0.76% | 0.68% | - |
| HSV(B) | 275.52º | 0.53% | 0.92% | - |
| XYZ | 40.34 | 27.34 | 81.75 | - |
| YUV | 146.38 | 178.02 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 235 | 0.22 | 0.53 | 0 | 0.08 | 275.52 | 0.76 | 0.68 |
| Hex | B8 | 6E | EB | 16 | 35 | 0 | 8 | 114 | 4C | 44 |
| Octal | 270 | 156 | 353 | 26 | 65 | 0 | 10 | 424 | 114 | 104 |
| Binary | 10111000 | 1101110 | 11101011 | 10110 | 110101 | 0 | 1000 | 100010100 | 1001100 | 1000100 |
Color Harmonies of #B86EEB
Complementary color
Monochromatic Colors of #B86EEB
Black with #B86EEB
Text Example
Text Example
White with #B86EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EEB; }
p { color: rgb(184,110,235); }
H1.HeaderClassName
{
color: #B86EEB;
}
.AnyTagClassName
{
color: #B86EEB;
}
</style>
background-color css
<style>
a { background-color: #B86EEB; }
a { background-color: rgb(184,110,235); }
div.DivClassName
{
background-color: #B86EEB;
}
.BgClassName
{
background-color: #B86EEB;
}
</style>
border-color css
<style>
span { border-color: #B86EEB; }
span { border-color: rgb(184,110,235); }
td.TdClassName
{
border-color: #B86EEB;
}
.TagClassName
{
border-color: #B86EEB;
}
</style>