Shades of Medium Orchid #B86DCD
Tints of Medium Orchid #B86DCD
RGB
CMYK
RGB Variations
Color information
#B86DCD (or 0xB86DCD) is known color: Medium Orchid. HEX triplet: B8, 6D and CD. RGB value is (184,109,205). Sum of RGB (Red+Green+Blue) = 184+109+205=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #B86DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DCD is #479232. Grayscale: #8E8E8E. Windows color (decimal): -4690483 or 13462968. OLE color: 13462968.
HSL color Cylindrical-coordinate representation of color #B86DCD: hue angle of 286.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86DCD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 109 | 205 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.20 |
| HSL | 286.88º | 0.49% | 0.62% | - |
| HSV(B) | 286.88º | 0.47% | 0.8% | - |
| XYZ | 36.26 | 25.54 | 60.78 | - |
| YUV | 142.37 | 163.35 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 205 | 0.10 | 0.47 | 0 | 0.20 | 286.88 | 0.49 | 0.62 |
| Hex | B8 | 6D | CD | A | 2F | 0 | 14 | 11F | 31 | 3E |
| Octal | 270 | 155 | 315 | 12 | 57 | 0 | 24 | 437 | 61 | 76 |
| Binary | 10111000 | 1101101 | 11001101 | 1010 | 101111 | 0 | 10100 | 100011111 | 110001 | 111110 |
Color Harmonies of #B86DCD
Complementary color
Monochromatic Colors of #B86DCD
Black with #B86DCD
Text Example
Text Example
White with #B86DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DCD; }
p { color: rgb(184,109,205); }
H1.HeaderClassName
{
color: #B86DCD;
}
.AnyTagClassName
{
color: #B86DCD;
}
</style>
background-color css
<style>
a { background-color: #B86DCD; }
a { background-color: rgb(184,109,205); }
div.DivClassName
{
background-color: #B86DCD;
}
.BgClassName
{
background-color: #B86DCD;
}
</style>
border-color css
<style>
span { border-color: #B86DCD; }
span { border-color: rgb(184,109,205); }
td.TdClassName
{
border-color: #B86DCD;
}
.TagClassName
{
border-color: #B86DCD;
}
</style>