Shades of Medium Orchid #B86DF2
Tints of Medium Orchid #B86DF2
RGB
CMYK
RGB Variations
Color information
#B86DF2 (or 0xB86DF2) is known color: Medium Orchid. HEX triplet: B8, 6D and F2. RGB value is (184,109,242). Sum of RGB (Red+Green+Blue) = 184+109+242=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #B86DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86DF2 is #47920D. Grayscale: #929292. Windows color (decimal): -4690446 or 15887800. OLE color: 15887800.
HSL color Cylindrical-coordinate representation of color #B86DF2: hue angle of 273.83º 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 #B86DF2 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 109 | 242 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.05 |
| HSL | 273.83º | 0.84% | 0.69% | - |
| HSV(B) | 273.83º | 0.55% | 0.95% | - |
| XYZ | 41.26 | 27.54 | 87.15 | - |
| YUV | 146.59 | 181.85 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 242 | 0.24 | 0.55 | 0 | 0.05 | 273.83 | 0.84 | 0.69 |
| Hex | B8 | 6D | F2 | 18 | 37 | 0 | 5 | 112 | 54 | 45 |
| Octal | 270 | 155 | 362 | 30 | 67 | 0 | 5 | 422 | 124 | 105 |
| Binary | 10111000 | 1101101 | 11110010 | 11000 | 110111 | 0 | 101 | 100010010 | 1010100 | 1000101 |
Color Harmonies of #B86DF2
Complementary color
Monochromatic Colors of #B86DF2
Black with #B86DF2
Text Example
Text Example
White with #B86DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DF2; }
p { color: rgb(184,109,242); }
H1.HeaderClassName
{
color: #B86DF2;
}
.AnyTagClassName
{
color: #B86DF2;
}
</style>
background-color css
<style>
a { background-color: #B86DF2; }
a { background-color: rgb(184,109,242); }
div.DivClassName
{
background-color: #B86DF2;
}
.BgClassName
{
background-color: #B86DF2;
}
</style>
border-color css
<style>
span { border-color: #B86DF2; }
span { border-color: rgb(184,109,242); }
td.TdClassName
{
border-color: #B86DF2;
}
.TagClassName
{
border-color: #B86DF2;
}
</style>