Shades of Medium Orchid #B86CDC
Tints of Medium Orchid #B86CDC
RGB
CMYK
RGB Variations
Color information
#B86CDC (or 0xB86CDC) is known color: Medium Orchid. HEX triplet: B8, 6C and DC. RGB value is (184,108,220). Sum of RGB (Red+Green+Blue) = 184+108+220=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #B86CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CDC is #479323. Grayscale: #8F8F8F. Windows color (decimal): -4690724 or 14445752. OLE color: 14445752.
HSL color Cylindrical-coordinate representation of color #B86CDC: hue angle of 280.71º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B86CDC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 108 | 220 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.14 |
| HSL | 280.71º | 0.62% | 0.64% | - |
| HSV(B) | 280.71º | 0.51% | 0.86% | - |
| XYZ | 38.05 | 26.08 | 70.74 | - |
| YUV | 143.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 220 | 0.16 | 0.51 | 0 | 0.14 | 280.71 | 0.62 | 0.64 |
| Hex | B8 | 6C | DC | 10 | 33 | 0 | E | 119 | 3E | 40 |
| Octal | 270 | 154 | 334 | 20 | 63 | 0 | 16 | 431 | 76 | 100 |
| Binary | 10111000 | 1101100 | 11011100 | 10000 | 110011 | 0 | 1110 | 100011001 | 111110 | 1000000 |
Color Harmonies of #B86CDC
Complementary color
Monochromatic Colors of #B86CDC
Black with #B86CDC
Text Example
Text Example
White with #B86CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CDC; }
p { color: rgb(184,108,220); }
H1.HeaderClassName
{
color: #B86CDC;
}
.AnyTagClassName
{
color: #B86CDC;
}
</style>
background-color css
<style>
a { background-color: #B86CDC; }
a { background-color: rgb(184,108,220); }
div.DivClassName
{
background-color: #B86CDC;
}
.BgClassName
{
background-color: #B86CDC;
}
</style>
border-color css
<style>
span { border-color: #B86CDC; }
span { border-color: rgb(184,108,220); }
td.TdClassName
{
border-color: #B86CDC;
}
.TagClassName
{
border-color: #B86CDC;
}
</style>