Shades of Medium Orchid #B862EF
Tints of Medium Orchid #B862EF
RGB
CMYK
RGB Variations
Color information
#B862EF (or 0xB862EF) is known color: Medium Orchid. HEX triplet: B8, 62 and EF. RGB value is (184,98,239). Sum of RGB (Red+Green+Blue) = 184+98+239=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #B862EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B862EF is #479D10. Grayscale: #8B8B8B. Windows color (decimal): -4693265 or 15688376. OLE color: 15688376.
HSL color Cylindrical-coordinate representation of color #B862EF: hue angle of 276.6º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B862EF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 98 | 239 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.06 |
| HSL | 276.6º | 0.82% | 0.66% | - |
| HSV(B) | 276.6º | 0.59% | 0.94% | - |
| XYZ | 39.71 | 25.16 | 84.42 | - |
| YUV | 139.79 | 183.99 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 239 | 0.23 | 0.59 | 0 | 0.06 | 276.6 | 0.82 | 0.66 |
| Hex | B8 | 62 | EF | 17 | 3B | 0 | 6 | 115 | 52 | 42 |
| Octal | 270 | 142 | 357 | 27 | 73 | 0 | 6 | 425 | 122 | 102 |
| Binary | 10111000 | 1100010 | 11101111 | 10111 | 111011 | 0 | 110 | 100010101 | 1010010 | 1000010 |
Color Harmonies of #B862EF
Complementary color
Monochromatic Colors of #B862EF
Black with #B862EF
Text Example
Text Example
White with #B862EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B862EF; }
p { color: rgb(184,98,239); }
H1.HeaderClassName
{
color: #B862EF;
}
.AnyTagClassName
{
color: #B862EF;
}
</style>
background-color css
<style>
a { background-color: #B862EF; }
a { background-color: rgb(184,98,239); }
div.DivClassName
{
background-color: #B862EF;
}
.BgClassName
{
background-color: #B862EF;
}
</style>
border-color css
<style>
span { border-color: #B862EF; }
span { border-color: rgb(184,98,239); }
td.TdClassName
{
border-color: #B862EF;
}
.TagClassName
{
border-color: #B862EF;
}
</style>