Shades of Medium Orchid #B256EC
Tints of Medium Orchid #B256EC
RGB
CMYK
RGB Variations
Color information
#B256EC (or 0xB256EC) is known color: Medium Orchid. HEX triplet: B2, 56 and EC. RGB value is (178,86,236). Sum of RGB (Red+Green+Blue) = 178+86+236=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #B256EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256EC is #4DA913. Grayscale: #828282. Windows color (decimal): -5089556 or 15488690. OLE color: 15488690.
HSL color Cylindrical-coordinate representation of color #B256EC: hue angle of 276.8º degrees, saturation: 0.8, 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 #B256EC is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 86 | 236 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.07 |
| HSL | 276.8º | 0.8% | 0.63% | - |
| HSV(B) | 276.8º | 0.64% | 0.93% | - |
| XYZ | 36.83 | 22.18 | 81.7 | - |
| YUV | 130.61 | 187.48 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 236 | 0.25 | 0.64 | 0 | 0.07 | 276.8 | 0.8 | 0.63 |
| Hex | B2 | 56 | EC | 19 | 40 | 0 | 7 | 115 | 50 | 3F |
| Octal | 262 | 126 | 354 | 31 | 100 | 0 | 7 | 425 | 120 | 77 |
| Binary | 10110010 | 1010110 | 11101100 | 11001 | 1000000 | 0 | 111 | 100010101 | 1010000 | 111111 |
Color Harmonies of #B256EC
Complementary color
Monochromatic Colors of #B256EC
Black with #B256EC
Text Example
Text Example
White with #B256EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256EC; }
p { color: rgb(178,86,236); }
H1.HeaderClassName
{
color: #B256EC;
}
.AnyTagClassName
{
color: #B256EC;
}
</style>
background-color css
<style>
a { background-color: #B256EC; }
a { background-color: rgb(178,86,236); }
div.DivClassName
{
background-color: #B256EC;
}
.BgClassName
{
background-color: #B256EC;
}
</style>
border-color css
<style>
span { border-color: #B256EC; }
span { border-color: rgb(178,86,236); }
td.TdClassName
{
border-color: #B256EC;
}
.TagClassName
{
border-color: #B256EC;
}
</style>