Shades of Medium Orchid #B86CEB
Tints of Medium Orchid #B86CEB
RGB
CMYK
RGB Variations
Color information
#B86CEB (or 0xB86CEB) is known color: Medium Orchid. HEX triplet: B8, 6C and EB. RGB value is (184,108,235). Sum of RGB (Red+Green+Blue) = 184+108+235=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #B86CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CEB is #479314. Grayscale: #909090. Windows color (decimal): -4690709 or 15428792. OLE color: 15428792.
HSL color Cylindrical-coordinate representation of color #B86CEB: hue angle of 275.91º 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 #B86CEB is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 108 | 235 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.08 |
| HSL | 275.91º | 0.76% | 0.67% | - |
| HSV(B) | 275.91º | 0.54% | 0.92% | - |
| XYZ | 40.13 | 26.91 | 81.68 | - |
| YUV | 145.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 235 | 0.22 | 0.54 | 0 | 0.08 | 275.91 | 0.76 | 0.67 |
| Hex | B8 | 6C | EB | 16 | 36 | 0 | 8 | 114 | 4C | 43 |
| Octal | 270 | 154 | 353 | 26 | 66 | 0 | 10 | 424 | 114 | 103 |
| Binary | 10111000 | 1101100 | 11101011 | 10110 | 110110 | 0 | 1000 | 100010100 | 1001100 | 1000011 |
Color Harmonies of #B86CEB
Complementary color
Monochromatic Colors of #B86CEB
Black with #B86CEB
Text Example
Text Example
White with #B86CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CEB; }
p { color: rgb(184,108,235); }
H1.HeaderClassName
{
color: #B86CEB;
}
.AnyTagClassName
{
color: #B86CEB;
}
</style>
background-color css
<style>
a { background-color: #B86CEB; }
a { background-color: rgb(184,108,235); }
div.DivClassName
{
background-color: #B86CEB;
}
.BgClassName
{
background-color: #B86CEB;
}
</style>
border-color css
<style>
span { border-color: #B86CEB; }
span { border-color: rgb(184,108,235); }
td.TdClassName
{
border-color: #B86CEB;
}
.TagClassName
{
border-color: #B86CEB;
}
</style>