Shades of Medium Orchid #B86EF2
Tints of Medium Orchid #B86EF2
RGB
CMYK
RGB Variations
Color information
#B86EF2 (or 0xB86EF2) is known color: Medium Orchid. HEX triplet: B8, 6E and F2. RGB value is (184,110,242). Sum of RGB (Red+Green+Blue) = 184+110+242=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #B86EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EF2 is #47910D. Grayscale: #929292. Windows color (decimal): -4690190 or 15888056. OLE color: 15888056.
HSL color Cylindrical-coordinate representation of color #B86EF2: hue angle of 273.64º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86EF2 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 110 | 242 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.05 |
| HSL | 273.64º | 0.84% | 0.69% | - |
| HSV(B) | 273.64º | 0.55% | 0.95% | - |
| XYZ | 41.37 | 27.75 | 87.18 | - |
| YUV | 147.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 242 | 0.24 | 0.55 | 0 | 0.05 | 273.64 | 0.84 | 0.69 |
| Hex | B8 | 6E | F2 | 18 | 37 | 0 | 5 | 112 | 54 | 45 |
| Octal | 270 | 156 | 362 | 30 | 67 | 0 | 5 | 422 | 124 | 105 |
| Binary | 10111000 | 1101110 | 11110010 | 11000 | 110111 | 0 | 101 | 100010010 | 1010100 | 1000101 |
Color Harmonies of #B86EF2
Complementary color
Monochromatic Colors of #B86EF2
Black with #B86EF2
Text Example
Text Example
White with #B86EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EF2; }
p { color: rgb(184,110,242); }
H1.HeaderClassName
{
color: #B86EF2;
}
.AnyTagClassName
{
color: #B86EF2;
}
</style>
background-color css
<style>
a { background-color: #B86EF2; }
a { background-color: rgb(184,110,242); }
div.DivClassName
{
background-color: #B86EF2;
}
.BgClassName
{
background-color: #B86EF2;
}
</style>
border-color css
<style>
span { border-color: #B86EF2; }
span { border-color: rgb(184,110,242); }
td.TdClassName
{
border-color: #B86EF2;
}
.TagClassName
{
border-color: #B86EF2;
}
</style>