Shades of Medium Orchid #B86FDC
Tints of Medium Orchid #B86FDC
RGB
CMYK
RGB Variations
Color information
#B86FDC (or 0xB86FDC) is known color: Medium Orchid. HEX triplet: B8, 6F and DC. RGB value is (184,111,220). Sum of RGB (Red+Green+Blue) = 184+111+220=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #B86FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FDC is #479023. Grayscale: #909090. Windows color (decimal): -4689956 or 14446520. OLE color: 14446520.
HSL color Cylindrical-coordinate representation of color #B86FDC: hue angle of 280.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B86FDC is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 111 | 220 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.14 |
| HSL | 280.18º | 0.61% | 0.65% | - |
| HSV(B) | 280.18º | 0.5% | 0.86% | - |
| XYZ | 38.37 | 26.73 | 70.85 | - |
| YUV | 145.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 220 | 0.16 | 0.50 | 0 | 0.14 | 280.18 | 0.61 | 0.65 |
| Hex | B8 | 6F | DC | 10 | 32 | 0 | E | 118 | 3D | 41 |
| Octal | 270 | 157 | 334 | 20 | 62 | 0 | 16 | 430 | 75 | 101 |
| Binary | 10111000 | 1101111 | 11011100 | 10000 | 110010 | 0 | 1110 | 100011000 | 111101 | 1000001 |
Color Harmonies of #B86FDC
Complementary color
Monochromatic Colors of #B86FDC
Black with #B86FDC
Text Example
Text Example
White with #B86FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FDC; }
p { color: rgb(184,111,220); }
H1.HeaderClassName
{
color: #B86FDC;
}
.AnyTagClassName
{
color: #B86FDC;
}
</style>
background-color css
<style>
a { background-color: #B86FDC; }
a { background-color: rgb(184,111,220); }
div.DivClassName
{
background-color: #B86FDC;
}
.BgClassName
{
background-color: #B86FDC;
}
</style>
border-color css
<style>
span { border-color: #B86FDC; }
span { border-color: rgb(184,111,220); }
td.TdClassName
{
border-color: #B86FDC;
}
.TagClassName
{
border-color: #B86FDC;
}
</style>