Shades of Medium Orchid #B86EF1
Tints of Medium Orchid #B86EF1
RGB
CMYK
RGB Variations
Color information
#B86EF1 (or 0xB86EF1) is known color: Medium Orchid. HEX triplet: B8, 6E and F1. RGB value is (184,110,241). Sum of RGB (Red+Green+Blue) = 184+110+241=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #B86EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EF1 is #47910E. Grayscale: #929292. Windows color (decimal): -4690191 or 15822520. OLE color: 15822520.
HSL color Cylindrical-coordinate representation of color #B86EF1: hue angle of 273.89º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86EF1 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 110 | 241 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.05 |
| HSL | 273.89º | 0.82% | 0.69% | - |
| HSV(B) | 273.89º | 0.54% | 0.95% | - |
| XYZ | 41.22 | 27.69 | 86.39 | - |
| YUV | 147.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 241 | 0.24 | 0.54 | 0 | 0.05 | 273.89 | 0.82 | 0.69 |
| Hex | B8 | 6E | F1 | 18 | 36 | 0 | 5 | 112 | 52 | 45 |
| Octal | 270 | 156 | 361 | 30 | 66 | 0 | 5 | 422 | 122 | 105 |
| Binary | 10111000 | 1101110 | 11110001 | 11000 | 110110 | 0 | 101 | 100010010 | 1010010 | 1000101 |
Color Harmonies of #B86EF1
Complementary color
Monochromatic Colors of #B86EF1
Black with #B86EF1
Text Example
Text Example
White with #B86EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EF1; }
p { color: rgb(184,110,241); }
H1.HeaderClassName
{
color: #B86EF1;
}
.AnyTagClassName
{
color: #B86EF1;
}
</style>
background-color css
<style>
a { background-color: #B86EF1; }
a { background-color: rgb(184,110,241); }
div.DivClassName
{
background-color: #B86EF1;
}
.BgClassName
{
background-color: #B86EF1;
}
</style>
border-color css
<style>
span { border-color: #B86EF1; }
span { border-color: rgb(184,110,241); }
td.TdClassName
{
border-color: #B86EF1;
}
.TagClassName
{
border-color: #B86EF1;
}
</style>