Shades of Medium Orchid #B86ECC
Tints of Medium Orchid #B86ECC
RGB
CMYK
RGB Variations
Color information
#B86ECC (or 0xB86ECC) is known color: Medium Orchid. HEX triplet: B8, 6E and CC. RGB value is (184,110,204). Sum of RGB (Red+Green+Blue) = 184+110+204=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #B86ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ECC is #479133. Grayscale: #8E8E8E. Windows color (decimal): -4690228 or 13397688. OLE color: 13397688.
HSL color Cylindrical-coordinate representation of color #B86ECC: hue angle of 287.23º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86ECC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 110 | 204 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.2 |
| HSL | 287.23º | 0.48% | 0.62% | - |
| HSV(B) | 287.23º | 0.46% | 0.8% | - |
| XYZ | 36.24 | 25.7 | 60.18 | - |
| YUV | 142.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 204 | 0.10 | 0.46 | 0 | 0.2 | 287.23 | 0.48 | 0.62 |
| Hex | B8 | 6E | CC | A | 2E | 0 | 14 | 11F | 30 | 3E |
| Octal | 270 | 156 | 314 | 12 | 56 | 0 | 24 | 437 | 60 | 76 |
| Binary | 10111000 | 1101110 | 11001100 | 1010 | 101110 | 0 | 10100 | 100011111 | 110000 | 111110 |
Color Harmonies of #B86ECC
Complementary color
Monochromatic Colors of #B86ECC
Black with #B86ECC
Text Example
Text Example
White with #B86ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86ECC; }
p { color: rgb(184,110,204); }
H1.HeaderClassName
{
color: #B86ECC;
}
.AnyTagClassName
{
color: #B86ECC;
}
</style>
background-color css
<style>
a { background-color: #B86ECC; }
a { background-color: rgb(184,110,204); }
div.DivClassName
{
background-color: #B86ECC;
}
.BgClassName
{
background-color: #B86ECC;
}
</style>
border-color css
<style>
span { border-color: #B86ECC; }
span { border-color: rgb(184,110,204); }
td.TdClassName
{
border-color: #B86ECC;
}
.TagClassName
{
border-color: #B86ECC;
}
</style>