Shades of Medium Orchid #B86CEF
Tints of Medium Orchid #B86CEF
RGB
CMYK
RGB Variations
Color information
#B86CEF (or 0xB86CEF) is known color: Medium Orchid. HEX triplet: B8, 6C and EF. RGB value is (184,108,239). Sum of RGB (Red+Green+Blue) = 184+108+239=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #B86CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CEF is #479310. Grayscale: #919191. Windows color (decimal): -4690705 or 15690936. OLE color: 15690936.
HSL color Cylindrical-coordinate representation of color #B86CEF: hue angle of 274.81º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86CEF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 108 | 239 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.06 |
| HSL | 274.81º | 0.8% | 0.68% | - |
| HSV(B) | 274.81º | 0.55% | 0.94% | - |
| XYZ | 40.71 | 27.15 | 84.76 | - |
| YUV | 145.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 239 | 0.23 | 0.55 | 0 | 0.06 | 274.81 | 0.8 | 0.68 |
| Hex | B8 | 6C | EF | 17 | 37 | 0 | 6 | 113 | 50 | 44 |
| Octal | 270 | 154 | 357 | 27 | 67 | 0 | 6 | 423 | 120 | 104 |
| Binary | 10111000 | 1101100 | 11101111 | 10111 | 110111 | 0 | 110 | 100010011 | 1010000 | 1000100 |
Color Harmonies of #B86CEF
Complementary color
Monochromatic Colors of #B86CEF
Black with #B86CEF
Text Example
Text Example
White with #B86CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CEF; }
p { color: rgb(184,108,239); }
H1.HeaderClassName
{
color: #B86CEF;
}
.AnyTagClassName
{
color: #B86CEF;
}
</style>
background-color css
<style>
a { background-color: #B86CEF; }
a { background-color: rgb(184,108,239); }
div.DivClassName
{
background-color: #B86CEF;
}
.BgClassName
{
background-color: #B86CEF;
}
</style>
border-color css
<style>
span { border-color: #B86CEF; }
span { border-color: rgb(184,108,239); }
td.TdClassName
{
border-color: #B86CEF;
}
.TagClassName
{
border-color: #B86CEF;
}
</style>