Shades of Medium Orchid #B859EE
Tints of Medium Orchid #B859EE
RGB
CMYK
RGB Variations
Color information
#B859EE (or 0xB859EE) is known color: Medium Orchid. HEX triplet: B8, 59 and EE. RGB value is (184,89,238). Sum of RGB (Red+Green+Blue) = 184+89+238=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #B859EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B859EE is #47A611. Grayscale: #858585. Windows color (decimal): -4695570 or 15620536. OLE color: 15620536.
HSL color Cylindrical-coordinate representation of color #B859EE: hue angle of 278.26º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B859EE is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 89 | 238 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.07 |
| HSL | 278.26º | 0.81% | 0.64% | - |
| HSV(B) | 278.26º | 0.63% | 0.93% | - |
| XYZ | 38.77 | 23.51 | 83.38 | - |
| YUV | 134.39 | 186.47 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 238 | 0.23 | 0.63 | 0 | 0.07 | 278.26 | 0.81 | 0.64 |
| Hex | B8 | 59 | EE | 17 | 3F | 0 | 7 | 116 | 51 | 40 |
| Octal | 270 | 131 | 356 | 27 | 77 | 0 | 7 | 426 | 121 | 100 |
| Binary | 10111000 | 1011001 | 11101110 | 10111 | 111111 | 0 | 111 | 100010110 | 1010001 | 1000000 |
Color Harmonies of #B859EE
Complementary color
Monochromatic Colors of #B859EE
Black with #B859EE
Text Example
Text Example
White with #B859EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859EE; }
p { color: rgb(184,89,238); }
H1.HeaderClassName
{
color: #B859EE;
}
.AnyTagClassName
{
color: #B859EE;
}
</style>
background-color css
<style>
a { background-color: #B859EE; }
a { background-color: rgb(184,89,238); }
div.DivClassName
{
background-color: #B859EE;
}
.BgClassName
{
background-color: #B859EE;
}
</style>
border-color css
<style>
span { border-color: #B859EE; }
span { border-color: rgb(184,89,238); }
td.TdClassName
{
border-color: #B859EE;
}
.TagClassName
{
border-color: #B859EE;
}
</style>