Shades of Medium Orchid #B850ED
Tints of Medium Orchid #B850ED
RGB
CMYK
RGB Variations
Color information
#B850ED (or 0xB850ED) is known color: Medium Orchid. HEX triplet: B8, 50 and ED. RGB value is (184,80,237). Sum of RGB (Red+Green+Blue) = 184+80+237=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #B850ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B850ED is #47AF12. Grayscale: #808080. Windows color (decimal): -4697875 or 15552696. OLE color: 15552696.
HSL color Cylindrical-coordinate representation of color #B850ED: hue angle of 279.75º degrees, saturation: 0.81, 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 #B850ED is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 80 | 237 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.07 |
| HSL | 279.75º | 0.81% | 0.62% | - |
| HSV(B) | 279.75º | 0.66% | 0.93% | - |
| XYZ | 37.92 | 22.04 | 82.38 | - |
| YUV | 128.99 | 188.96 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 237 | 0.22 | 0.66 | 0 | 0.07 | 279.75 | 0.81 | 0.62 |
| Hex | B8 | 50 | ED | 16 | 42 | 0 | 7 | 118 | 51 | 3E |
| Octal | 270 | 120 | 355 | 26 | 102 | 0 | 7 | 430 | 121 | 76 |
| Binary | 10111000 | 1010000 | 11101101 | 10110 | 1000010 | 0 | 111 | 100011000 | 1010001 | 111110 |
Color Harmonies of #B850ED
Complementary color
Monochromatic Colors of #B850ED
Black with #B850ED
Text Example
Text Example
White with #B850ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850ED; }
p { color: rgb(184,80,237); }
H1.HeaderClassName
{
color: #B850ED;
}
.AnyTagClassName
{
color: #B850ED;
}
</style>
background-color css
<style>
a { background-color: #B850ED; }
a { background-color: rgb(184,80,237); }
div.DivClassName
{
background-color: #B850ED;
}
.BgClassName
{
background-color: #B850ED;
}
</style>
border-color css
<style>
span { border-color: #B850ED; }
span { border-color: rgb(184,80,237); }
td.TdClassName
{
border-color: #B850ED;
}
.TagClassName
{
border-color: #B850ED;
}
</style>