Shades of Medium Orchid #B256EE
Tints of Medium Orchid #B256EE
RGB
CMYK
RGB Variations
Color information
#B256EE (or 0xB256EE) is known color: Medium Orchid. HEX triplet: B2, 56 and EE. RGB value is (178,86,238). Sum of RGB (Red+Green+Blue) = 178+86+238=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #B256EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B256EE is #4DA911. Grayscale: #828282. Windows color (decimal): -5089554 or 15619762. OLE color: 15619762.
HSL color Cylindrical-coordinate representation of color #B256EE: hue angle of 276.32º 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 #B256EE is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 86 | 238 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.07 |
| HSL | 276.32º | 0.82% | 0.64% | - |
| HSV(B) | 276.32º | 0.64% | 0.93% | - |
| XYZ | 37.12 | 22.29 | 83.24 | - |
| YUV | 130.84 | 188.48 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 238 | 0.25 | 0.64 | 0 | 0.07 | 276.32 | 0.82 | 0.64 |
| Hex | B2 | 56 | EE | 19 | 40 | 0 | 7 | 114 | 52 | 40 |
| Octal | 262 | 126 | 356 | 31 | 100 | 0 | 7 | 424 | 122 | 100 |
| Binary | 10110010 | 1010110 | 11101110 | 11001 | 1000000 | 0 | 111 | 100010100 | 1010010 | 1000000 |
Color Harmonies of #B256EE
Complementary color
Monochromatic Colors of #B256EE
Black with #B256EE
Text Example
Text Example
White with #B256EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256EE; }
p { color: rgb(178,86,238); }
H1.HeaderClassName
{
color: #B256EE;
}
.AnyTagClassName
{
color: #B256EE;
}
</style>
background-color css
<style>
a { background-color: #B256EE; }
a { background-color: rgb(178,86,238); }
div.DivClassName
{
background-color: #B256EE;
}
.BgClassName
{
background-color: #B256EE;
}
</style>
border-color css
<style>
span { border-color: #B256EE; }
span { border-color: rgb(178,86,238); }
td.TdClassName
{
border-color: #B256EE;
}
.TagClassName
{
border-color: #B256EE;
}
</style>