Shades of Medium Orchid #B056EE
Tints of Medium Orchid #B056EE
RGB
CMYK
RGB Variations
Color information
#B056EE (or 0xB056EE) is known color: Medium Orchid. HEX triplet: B0, 56 and EE. RGB value is (176,86,238). Sum of RGB (Red+Green+Blue) = 176+86+238=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #B056EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B056EE is #4FA911. Grayscale: #818181. Windows color (decimal): -5220626 or 15619760. OLE color: 15619760.
HSL color Cylindrical-coordinate representation of color #B056EE: hue angle of 275.53º 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 #B056EE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 86 | 238 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.07 |
| HSL | 275.53º | 0.82% | 0.64% | - |
| HSV(B) | 275.53º | 0.64% | 0.93% | - |
| XYZ | 36.66 | 22.06 | 83.21 | - |
| YUV | 130.24 | 188.82 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 238 | 0.26 | 0.64 | 0 | 0.07 | 275.53 | 0.82 | 0.64 |
| Hex | B0 | 56 | EE | 1A | 40 | 0 | 7 | 114 | 52 | 40 |
| Octal | 260 | 126 | 356 | 32 | 100 | 0 | 7 | 424 | 122 | 100 |
| Binary | 10110000 | 1010110 | 11101110 | 11010 | 1000000 | 0 | 111 | 100010100 | 1010010 | 1000000 |
Color Harmonies of #B056EE
Complementary color
Monochromatic Colors of #B056EE
Black with #B056EE
Text Example
Text Example
White with #B056EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056EE; }
p { color: rgb(176,86,238); }
H1.HeaderClassName
{
color: #B056EE;
}
.AnyTagClassName
{
color: #B056EE;
}
</style>
background-color css
<style>
a { background-color: #B056EE; }
a { background-color: rgb(176,86,238); }
div.DivClassName
{
background-color: #B056EE;
}
.BgClassName
{
background-color: #B056EE;
}
</style>
border-color css
<style>
span { border-color: #B056EE; }
span { border-color: rgb(176,86,238); }
td.TdClassName
{
border-color: #B056EE;
}
.TagClassName
{
border-color: #B056EE;
}
</style>