Shades of Medium Orchid #B056EA
Tints of Medium Orchid #B056EA
RGB
CMYK
RGB Variations
Color information
#B056EA (or 0xB056EA) is known color: Medium Orchid. HEX triplet: B0, 56 and EA. RGB value is (176,86,234). Sum of RGB (Red+Green+Blue) = 176+86+234=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #B056EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B056EA is #4FA915. Grayscale: #818181. Windows color (decimal): -5220630 or 15357616. OLE color: 15357616.
HSL color Cylindrical-coordinate representation of color #B056EA: hue angle of 276.49º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B056EA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 86 | 234 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.08 |
| HSL | 276.49º | 0.78% | 0.63% | - |
| HSV(B) | 276.49º | 0.63% | 0.92% | - |
| XYZ | 36.08 | 21.83 | 80.15 | - |
| YUV | 129.78 | 186.82 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 234 | 0.25 | 0.63 | 0 | 0.08 | 276.49 | 0.78 | 0.63 |
| Hex | B0 | 56 | EA | 19 | 3F | 0 | 8 | 114 | 4E | 3F |
| Octal | 260 | 126 | 352 | 31 | 77 | 0 | 10 | 424 | 116 | 77 |
| Binary | 10110000 | 1010110 | 11101010 | 11001 | 111111 | 0 | 1000 | 100010100 | 1001110 | 111111 |
Color Harmonies of #B056EA
Complementary color
Monochromatic Colors of #B056EA
Black with #B056EA
Text Example
Text Example
White with #B056EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B056EA; }
p { color: rgb(176,86,234); }
H1.HeaderClassName
{
color: #B056EA;
}
.AnyTagClassName
{
color: #B056EA;
}
</style>
background-color css
<style>
a { background-color: #B056EA; }
a { background-color: rgb(176,86,234); }
div.DivClassName
{
background-color: #B056EA;
}
.BgClassName
{
background-color: #B056EA;
}
</style>
border-color css
<style>
span { border-color: #B056EA; }
span { border-color: rgb(176,86,234); }
td.TdClassName
{
border-color: #B056EA;
}
.TagClassName
{
border-color: #B056EA;
}
</style>