Shades of Medium Orchid #B862ED
Tints of Medium Orchid #B862ED
RGB
CMYK
RGB Variations
Color information
#B862ED (or 0xB862ED) is known color: Medium Orchid. HEX triplet: B8, 62 and ED. RGB value is (184,98,237). Sum of RGB (Red+Green+Blue) = 184+98+237=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #B862ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B862ED is #479D12. Grayscale: #8B8B8B. Windows color (decimal): -4693267 or 15557304. OLE color: 15557304.
HSL color Cylindrical-coordinate representation of color #B862ED: hue angle of 277.12º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B862ED is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 98 | 237 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.07 |
| HSL | 277.12º | 0.79% | 0.66% | - |
| HSV(B) | 277.12º | 0.59% | 0.93% | - |
| XYZ | 39.42 | 25.04 | 82.88 | - |
| YUV | 139.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 237 | 0.22 | 0.59 | 0 | 0.07 | 277.12 | 0.79 | 0.66 |
| Hex | B8 | 62 | ED | 16 | 3B | 0 | 7 | 115 | 4F | 42 |
| Octal | 270 | 142 | 355 | 26 | 73 | 0 | 7 | 425 | 117 | 102 |
| Binary | 10111000 | 1100010 | 11101101 | 10110 | 111011 | 0 | 111 | 100010101 | 1001111 | 1000010 |
Color Harmonies of #B862ED
Complementary color
Monochromatic Colors of #B862ED
Black with #B862ED
Text Example
Text Example
White with #B862ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B862ED; }
p { color: rgb(184,98,237); }
H1.HeaderClassName
{
color: #B862ED;
}
.AnyTagClassName
{
color: #B862ED;
}
</style>
background-color css
<style>
a { background-color: #B862ED; }
a { background-color: rgb(184,98,237); }
div.DivClassName
{
background-color: #B862ED;
}
.BgClassName
{
background-color: #B862ED;
}
</style>
border-color css
<style>
span { border-color: #B862ED; }
span { border-color: rgb(184,98,237); }
td.TdClassName
{
border-color: #B862ED;
}
.TagClassName
{
border-color: #B862ED;
}
</style>