Shades of Medium Orchid #B840EF
Tints of Medium Orchid #B840EF
RGB
CMYK
RGB Variations
Color information
#B840EF (or 0xB840EF) is known color: Medium Orchid. HEX triplet: B8, 40 and EF. RGB value is (184,64,239). Sum of RGB (Red+Green+Blue) = 184+64+239=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #B840EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B840EF is #47BF10. Grayscale: #777777. Windows color (decimal): -4701969 or 15679672. OLE color: 15679672.
HSL color Cylindrical-coordinate representation of color #B840EF: hue angle of 281.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B840EF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 64 | 239 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.06 |
| HSL | 281.14º | 0.85% | 0.59% | - |
| HSV(B) | 281.14º | 0.73% | 0.94% | - |
| XYZ | 37.18 | 20.09 | 83.58 | - |
| YUV | 119.83 | 195.26 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 239 | 0.23 | 0.73 | 0 | 0.06 | 281.14 | 0.85 | 0.59 |
| Hex | B8 | 40 | EF | 17 | 49 | 0 | 6 | 119 | 55 | 3B |
| Octal | 270 | 100 | 357 | 27 | 111 | 0 | 6 | 431 | 125 | 73 |
| Binary | 10111000 | 1000000 | 11101111 | 10111 | 1001001 | 0 | 110 | 100011001 | 1010101 | 111011 |
Color Harmonies of #B840EF
Complementary color
Monochromatic Colors of #B840EF
Black with #B840EF
Text Example
Text Example
White with #B840EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B840EF; }
p { color: rgb(184,64,239); }
H1.HeaderClassName
{
color: #B840EF;
}
.AnyTagClassName
{
color: #B840EF;
}
</style>
background-color css
<style>
a { background-color: #B840EF; }
a { background-color: rgb(184,64,239); }
div.DivClassName
{
background-color: #B840EF;
}
.BgClassName
{
background-color: #B840EF;
}
</style>
border-color css
<style>
span { border-color: #B840EF; }
span { border-color: rgb(184,64,239); }
td.TdClassName
{
border-color: #B840EF;
}
.TagClassName
{
border-color: #B840EF;
}
</style>