Shades of Medium Orchid #B856EE
Tints of Medium Orchid #B856EE
RGB
CMYK
RGB Variations
Color information
#B856EE (or 0xB856EE) is known color: Medium Orchid. HEX triplet: B8, 56 and EE. RGB value is (184,86,238). Sum of RGB (Red+Green+Blue) = 184+86+238=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #B856EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B856EE is #47A911. Grayscale: #848484. Windows color (decimal): -4696338 or 15619768. OLE color: 15619768.
HSL color Cylindrical-coordinate representation of color #B856EE: hue angle of 278.68º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B856EE is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 86 | 238 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.07 |
| HSL | 278.68º | 0.82% | 0.64% | - |
| HSV(B) | 278.68º | 0.64% | 0.93% | - |
| XYZ | 38.53 | 23.02 | 83.3 | - |
| YUV | 132.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 238 | 0.23 | 0.64 | 0 | 0.07 | 278.68 | 0.82 | 0.64 |
| Hex | B8 | 56 | EE | 17 | 40 | 0 | 7 | 117 | 52 | 40 |
| Octal | 270 | 126 | 356 | 27 | 100 | 0 | 7 | 427 | 122 | 100 |
| Binary | 10111000 | 1010110 | 11101110 | 10111 | 1000000 | 0 | 111 | 100010111 | 1010010 | 1000000 |
Color Harmonies of #B856EE
Complementary color
Monochromatic Colors of #B856EE
Black with #B856EE
Text Example
Text Example
White with #B856EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856EE; }
p { color: rgb(184,86,238); }
H1.HeaderClassName
{
color: #B856EE;
}
.AnyTagClassName
{
color: #B856EE;
}
</style>
background-color css
<style>
a { background-color: #B856EE; }
a { background-color: rgb(184,86,238); }
div.DivClassName
{
background-color: #B856EE;
}
.BgClassName
{
background-color: #B856EE;
}
</style>
border-color css
<style>
span { border-color: #B856EE; }
span { border-color: rgb(184,86,238); }
td.TdClassName
{
border-color: #B856EE;
}
.TagClassName
{
border-color: #B856EE;
}
</style>