Shades of Medium Orchid #B86BEC
Tints of Medium Orchid #B86BEC
RGB
CMYK
RGB Variations
Color information
#B86BEC (or 0xB86BEC) is known color: Medium Orchid. HEX triplet: B8, 6B and EC. RGB value is (184,107,236). Sum of RGB (Red+Green+Blue) = 184+107+236=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #B86BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86BEC is #479413. Grayscale: #909090. Windows color (decimal): -4690964 or 15494072. OLE color: 15494072.
HSL color Cylindrical-coordinate representation of color #B86BEC: hue angle of 275.81º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86BEC is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 107 | 236 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.07 |
| HSL | 275.81º | 0.77% | 0.67% | - |
| HSV(B) | 275.81º | 0.55% | 0.93% | - |
| XYZ | 40.17 | 26.76 | 82.41 | - |
| YUV | 144.73 | 179.51 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 236 | 0.22 | 0.55 | 0 | 0.07 | 275.81 | 0.77 | 0.67 |
| Hex | B8 | 6B | EC | 16 | 37 | 0 | 7 | 114 | 4D | 43 |
| Octal | 270 | 153 | 354 | 26 | 67 | 0 | 7 | 424 | 115 | 103 |
| Binary | 10111000 | 1101011 | 11101100 | 10110 | 110111 | 0 | 111 | 100010100 | 1001101 | 1000011 |
Color Harmonies of #B86BEC
Complementary color
Monochromatic Colors of #B86BEC
Black with #B86BEC
Text Example
Text Example
White with #B86BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86BEC; }
p { color: rgb(184,107,236); }
H1.HeaderClassName
{
color: #B86BEC;
}
.AnyTagClassName
{
color: #B86BEC;
}
</style>
background-color css
<style>
a { background-color: #B86BEC; }
a { background-color: rgb(184,107,236); }
div.DivClassName
{
background-color: #B86BEC;
}
.BgClassName
{
background-color: #B86BEC;
}
</style>
border-color css
<style>
span { border-color: #B86BEC; }
span { border-color: rgb(184,107,236); }
td.TdClassName
{
border-color: #B86BEC;
}
.TagClassName
{
border-color: #B86BEC;
}
</style>