Shades of Medium Orchid #B86EE7
Tints of Medium Orchid #B86EE7
RGB
CMYK
RGB Variations
Color information
#B86EE7 (or 0xB86EE7) is known color: Medium Orchid. HEX triplet: B8, 6E and E7. RGB value is (184,110,231). Sum of RGB (Red+Green+Blue) = 184+110+231=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #B86EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EE7 is #479118. Grayscale: #919191. Windows color (decimal): -4690201 or 15167160. OLE color: 15167160.
HSL color Cylindrical-coordinate representation of color #B86EE7: hue angle of 276.69º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86EE7 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 110 | 231 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.09 |
| HSL | 276.69º | 0.72% | 0.67% | - |
| HSV(B) | 276.69º | 0.52% | 0.91% | - |
| XYZ | 39.77 | 27.11 | 78.74 | - |
| YUV | 145.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 231 | 0.20 | 0.52 | 0 | 0.09 | 276.69 | 0.72 | 0.67 |
| Hex | B8 | 6E | E7 | 14 | 34 | 0 | 9 | 115 | 48 | 43 |
| Octal | 270 | 156 | 347 | 24 | 64 | 0 | 11 | 425 | 110 | 103 |
| Binary | 10111000 | 1101110 | 11100111 | 10100 | 110100 | 0 | 1001 | 100010101 | 1001000 | 1000011 |
Color Harmonies of #B86EE7
Complementary color
Monochromatic Colors of #B86EE7
Black with #B86EE7
Text Example
Text Example
White with #B86EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EE7; }
p { color: rgb(184,110,231); }
H1.HeaderClassName
{
color: #B86EE7;
}
.AnyTagClassName
{
color: #B86EE7;
}
</style>
background-color css
<style>
a { background-color: #B86EE7; }
a { background-color: rgb(184,110,231); }
div.DivClassName
{
background-color: #B86EE7;
}
.BgClassName
{
background-color: #B86EE7;
}
</style>
border-color css
<style>
span { border-color: #B86EE7; }
span { border-color: rgb(184,110,231); }
td.TdClassName
{
border-color: #B86EE7;
}
.TagClassName
{
border-color: #B86EE7;
}
</style>