Shades of Medium Orchid #B86DE8
Tints of Medium Orchid #B86DE8
RGB
CMYK
RGB Variations
Color information
#B86DE8 (or 0xB86DE8) is known color: Medium Orchid. HEX triplet: B8, 6D and E8. RGB value is (184,109,232). Sum of RGB (Red+Green+Blue) = 184+109+232=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #B86DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86DE8 is #479217. Grayscale: #919191. Windows color (decimal): -4690456 or 15232440. OLE color: 15232440.
HSL color Cylindrical-coordinate representation of color #B86DE8: hue angle of 276.59º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B86DE8 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 109 | 232 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.09 |
| HSL | 276.59º | 0.73% | 0.67% | - |
| HSV(B) | 276.59º | 0.53% | 0.91% | - |
| XYZ | 39.8 | 26.95 | 79.45 | - |
| YUV | 145.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 232 | 0.21 | 0.53 | 0 | 0.09 | 276.59 | 0.73 | 0.67 |
| Hex | B8 | 6D | E8 | 15 | 35 | 0 | 9 | 115 | 49 | 43 |
| Octal | 270 | 155 | 350 | 25 | 65 | 0 | 11 | 425 | 111 | 103 |
| Binary | 10111000 | 1101101 | 11101000 | 10101 | 110101 | 0 | 1001 | 100010101 | 1001001 | 1000011 |
Color Harmonies of #B86DE8
Complementary color
Monochromatic Colors of #B86DE8
Black with #B86DE8
Text Example
Text Example
White with #B86DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DE8; }
p { color: rgb(184,109,232); }
H1.HeaderClassName
{
color: #B86DE8;
}
.AnyTagClassName
{
color: #B86DE8;
}
</style>
background-color css
<style>
a { background-color: #B86DE8; }
a { background-color: rgb(184,109,232); }
div.DivClassName
{
background-color: #B86DE8;
}
.BgClassName
{
background-color: #B86DE8;
}
</style>
border-color css
<style>
span { border-color: #B86DE8; }
span { border-color: rgb(184,109,232); }
td.TdClassName
{
border-color: #B86DE8;
}
.TagClassName
{
border-color: #B86DE8;
}
</style>