Shades of Medium Orchid #B856ED
Tints of Medium Orchid #B856ED
RGB
CMYK
RGB Variations
Color information
#B856ED (or 0xB856ED) is known color: Medium Orchid. HEX triplet: B8, 56 and ED. RGB value is (184,86,237). Sum of RGB (Red+Green+Blue) = 184+86+237=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #B856ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B856ED is #47A912. Grayscale: #848484. Windows color (decimal): -4696339 or 15554232. OLE color: 15554232.
HSL color Cylindrical-coordinate representation of color #B856ED: hue angle of 278.94º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B856ED is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 86 | 237 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.07 |
| HSL | 278.94º | 0.81% | 0.63% | - |
| HSV(B) | 278.94º | 0.64% | 0.93% | - |
| XYZ | 38.38 | 22.96 | 82.53 | - |
| YUV | 132.52 | 186.97 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 237 | 0.22 | 0.64 | 0 | 0.07 | 278.94 | 0.81 | 0.63 |
| Hex | B8 | 56 | ED | 16 | 40 | 0 | 7 | 117 | 51 | 3F |
| Octal | 270 | 126 | 355 | 26 | 100 | 0 | 7 | 427 | 121 | 77 |
| Binary | 10111000 | 1010110 | 11101101 | 10110 | 1000000 | 0 | 111 | 100010111 | 1010001 | 111111 |
Color Harmonies of #B856ED
Complementary color
Monochromatic Colors of #B856ED
Black with #B856ED
Text Example
Text Example
White with #B856ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856ED; }
p { color: rgb(184,86,237); }
H1.HeaderClassName
{
color: #B856ED;
}
.AnyTagClassName
{
color: #B856ED;
}
</style>
background-color css
<style>
a { background-color: #B856ED; }
a { background-color: rgb(184,86,237); }
div.DivClassName
{
background-color: #B856ED;
}
.BgClassName
{
background-color: #B856ED;
}
</style>
border-color css
<style>
span { border-color: #B856ED; }
span { border-color: rgb(184,86,237); }
td.TdClassName
{
border-color: #B856ED;
}
.TagClassName
{
border-color: #B856ED;
}
</style>