Shades of Medium Orchid #B850EE
Tints of Medium Orchid #B850EE
RGB
CMYK
RGB Variations
Color information
#B850EE (or 0xB850EE) is known color: Medium Orchid. HEX triplet: B8, 50 and EE. RGB value is (184,80,238). Sum of RGB (Red+Green+Blue) = 184+80+238=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #B850EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B850EE is #47AF11. Grayscale: #808080. Windows color (decimal): -4697874 or 15618232. OLE color: 15618232.
HSL color Cylindrical-coordinate representation of color #B850EE: hue angle of 279.49º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B850EE is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 80 | 238 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.07 |
| HSL | 279.49º | 0.82% | 0.62% | - |
| HSV(B) | 279.49º | 0.66% | 0.93% | - |
| XYZ | 38.07 | 22.1 | 83.15 | - |
| YUV | 129.11 | 189.46 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 238 | 0.23 | 0.66 | 0 | 0.07 | 279.49 | 0.82 | 0.62 |
| Hex | B8 | 50 | EE | 17 | 42 | 0 | 7 | 117 | 52 | 3E |
| Octal | 270 | 120 | 356 | 27 | 102 | 0 | 7 | 427 | 122 | 76 |
| Binary | 10111000 | 1010000 | 11101110 | 10111 | 1000010 | 0 | 111 | 100010111 | 1010010 | 111110 |
Color Harmonies of #B850EE
Complementary color
Monochromatic Colors of #B850EE
Black with #B850EE
Text Example
Text Example
White with #B850EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850EE; }
p { color: rgb(184,80,238); }
H1.HeaderClassName
{
color: #B850EE;
}
.AnyTagClassName
{
color: #B850EE;
}
</style>
background-color css
<style>
a { background-color: #B850EE; }
a { background-color: rgb(184,80,238); }
div.DivClassName
{
background-color: #B850EE;
}
.BgClassName
{
background-color: #B850EE;
}
</style>
border-color css
<style>
span { border-color: #B850EE; }
span { border-color: rgb(184,80,238); }
td.TdClassName
{
border-color: #B850EE;
}
.TagClassName
{
border-color: #B850EE;
}
</style>