Shades of Medium Orchid #B85EEE
Tints of Medium Orchid #B85EEE
RGB
CMYK
RGB Variations
Color information
#B85EEE (or 0xB85EEE) is known color: Medium Orchid. HEX triplet: B8, 5E and EE. RGB value is (184,94,238). Sum of RGB (Red+Green+Blue) = 184+94+238=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #B85EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85EEE is #47A111. Grayscale: #888888. Windows color (decimal): -4694290 or 15621816. OLE color: 15621816.
HSL color Cylindrical-coordinate representation of color #B85EEE: hue angle of 277.5º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85EEE is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 94 | 238 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.07 |
| HSL | 277.5º | 0.81% | 0.65% | - |
| HSV(B) | 277.5º | 0.61% | 0.93% | - |
| XYZ | 39.2 | 24.37 | 83.53 | - |
| YUV | 137.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 238 | 0.23 | 0.61 | 0 | 0.07 | 277.5 | 0.81 | 0.65 |
| Hex | B8 | 5E | EE | 17 | 3D | 0 | 7 | 116 | 51 | 41 |
| Octal | 270 | 136 | 356 | 27 | 75 | 0 | 7 | 426 | 121 | 101 |
| Binary | 10111000 | 1011110 | 11101110 | 10111 | 111101 | 0 | 111 | 100010110 | 1010001 | 1000001 |
Color Harmonies of #B85EEE
Complementary color
Monochromatic Colors of #B85EEE
Black with #B85EEE
Text Example
Text Example
White with #B85EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85EEE; }
p { color: rgb(184,94,238); }
H1.HeaderClassName
{
color: #B85EEE;
}
.AnyTagClassName
{
color: #B85EEE;
}
</style>
background-color css
<style>
a { background-color: #B85EEE; }
a { background-color: rgb(184,94,238); }
div.DivClassName
{
background-color: #B85EEE;
}
.BgClassName
{
background-color: #B85EEE;
}
</style>
border-color css
<style>
span { border-color: #B85EEE; }
span { border-color: rgb(184,94,238); }
td.TdClassName
{
border-color: #B85EEE;
}
.TagClassName
{
border-color: #B85EEE;
}
</style>