Shades of Medium Orchid #B860EF
Tints of Medium Orchid #B860EF
RGB
CMYK
RGB Variations
Color information
#B860EF (or 0xB860EF) is known color: Medium Orchid. HEX triplet: B8, 60 and EF. RGB value is (184,96,239). Sum of RGB (Red+Green+Blue) = 184+96+239=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #B860EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B860EF is #479F10. Grayscale: #8A8A8A. Windows color (decimal): -4693777 or 15687864. OLE color: 15687864.
HSL color Cylindrical-coordinate representation of color #B860EF: hue angle of 276.92º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B860EF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 96 | 239 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.06 |
| HSL | 276.92º | 0.82% | 0.66% | - |
| HSV(B) | 276.92º | 0.6% | 0.94% | - |
| XYZ | 39.53 | 24.79 | 84.36 | - |
| YUV | 138.61 | 184.65 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 239 | 0.23 | 0.60 | 0 | 0.06 | 276.92 | 0.82 | 0.66 |
| Hex | B8 | 60 | EF | 17 | 3C | 0 | 6 | 115 | 52 | 42 |
| Octal | 270 | 140 | 357 | 27 | 74 | 0 | 6 | 425 | 122 | 102 |
| Binary | 10111000 | 1100000 | 11101111 | 10111 | 111100 | 0 | 110 | 100010101 | 1010010 | 1000010 |
Color Harmonies of #B860EF
Complementary color
Monochromatic Colors of #B860EF
Black with #B860EF
Text Example
Text Example
White with #B860EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860EF; }
p { color: rgb(184,96,239); }
H1.HeaderClassName
{
color: #B860EF;
}
.AnyTagClassName
{
color: #B860EF;
}
</style>
background-color css
<style>
a { background-color: #B860EF; }
a { background-color: rgb(184,96,239); }
div.DivClassName
{
background-color: #B860EF;
}
.BgClassName
{
background-color: #B860EF;
}
</style>
border-color css
<style>
span { border-color: #B860EF; }
span { border-color: rgb(184,96,239); }
td.TdClassName
{
border-color: #B860EF;
}
.TagClassName
{
border-color: #B860EF;
}
</style>