Shades of Medium Orchid #B86BEB
Tints of Medium Orchid #B86BEB
RGB
CMYK
RGB Variations
Color information
#B86BEB (or 0xB86BEB) is known color: Medium Orchid. HEX triplet: B8, 6B and EB. RGB value is (184,107,235). Sum of RGB (Red+Green+Blue) = 184+107+235=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #B86BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86BEB is #479414. Grayscale: #909090. Windows color (decimal): -4690965 or 15428536. OLE color: 15428536.
HSL color Cylindrical-coordinate representation of color #B86BEB: hue angle of 276.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86BEB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 107 | 235 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.08 |
| HSL | 276.09º | 0.76% | 0.67% | - |
| HSV(B) | 276.09º | 0.54% | 0.92% | - |
| XYZ | 40.02 | 26.7 | 81.64 | - |
| YUV | 144.62 | 179.01 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 235 | 0.22 | 0.54 | 0 | 0.08 | 276.09 | 0.76 | 0.67 |
| Hex | B8 | 6B | EB | 16 | 36 | 0 | 8 | 114 | 4C | 43 |
| Octal | 270 | 153 | 353 | 26 | 66 | 0 | 10 | 424 | 114 | 103 |
| Binary | 10111000 | 1101011 | 11101011 | 10110 | 110110 | 0 | 1000 | 100010100 | 1001100 | 1000011 |
Color Harmonies of #B86BEB
Complementary color
Monochromatic Colors of #B86BEB
Black with #B86BEB
Text Example
Text Example
White with #B86BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86BEB; }
p { color: rgb(184,107,235); }
H1.HeaderClassName
{
color: #B86BEB;
}
.AnyTagClassName
{
color: #B86BEB;
}
</style>
background-color css
<style>
a { background-color: #B86BEB; }
a { background-color: rgb(184,107,235); }
div.DivClassName
{
background-color: #B86BEB;
}
.BgClassName
{
background-color: #B86BEB;
}
</style>
border-color css
<style>
span { border-color: #B86BEB; }
span { border-color: rgb(184,107,235); }
td.TdClassName
{
border-color: #B86BEB;
}
.TagClassName
{
border-color: #B86BEB;
}
</style>