Shades of Medium Orchid #B86CDF
Tints of Medium Orchid #B86CDF
RGB
CMYK
RGB Variations
Color information
#B86CDF (or 0xB86CDF) is known color: Medium Orchid. HEX triplet: B8, 6C and DF. RGB value is (184,108,223). Sum of RGB (Red+Green+Blue) = 184+108+223=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #B86CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CDF is #479320. Grayscale: #8F8F8F. Windows color (decimal): -4690721 or 14642360. OLE color: 14642360.
HSL color Cylindrical-coordinate representation of color #B86CDF: hue angle of 279.65º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86CDF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 108 | 223 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.13 |
| HSL | 279.65º | 0.64% | 0.65% | - |
| HSV(B) | 279.65º | 0.52% | 0.87% | - |
| XYZ | 38.45 | 26.24 | 72.85 | - |
| YUV | 143.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 223 | 0.17 | 0.52 | 0 | 0.13 | 279.65 | 0.64 | 0.65 |
| Hex | B8 | 6C | DF | 11 | 34 | 0 | D | 118 | 40 | 41 |
| Octal | 270 | 154 | 337 | 21 | 64 | 0 | 15 | 430 | 100 | 101 |
| Binary | 10111000 | 1101100 | 11011111 | 10001 | 110100 | 0 | 1101 | 100011000 | 1000000 | 1000001 |
Color Harmonies of #B86CDF
Complementary color
Monochromatic Colors of #B86CDF
Black with #B86CDF
Text Example
Text Example
White with #B86CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CDF; }
p { color: rgb(184,108,223); }
H1.HeaderClassName
{
color: #B86CDF;
}
.AnyTagClassName
{
color: #B86CDF;
}
</style>
background-color css
<style>
a { background-color: #B86CDF; }
a { background-color: rgb(184,108,223); }
div.DivClassName
{
background-color: #B86CDF;
}
.BgClassName
{
background-color: #B86CDF;
}
</style>
border-color css
<style>
span { border-color: #B86CDF; }
span { border-color: rgb(184,108,223); }
td.TdClassName
{
border-color: #B86CDF;
}
.TagClassName
{
border-color: #B86CDF;
}
</style>