Shades of Medium Orchid #B156ED
Tints of Medium Orchid #B156ED
RGB
CMYK
RGB Variations
Color information
#B156ED (or 0xB156ED) is known color: Medium Orchid. HEX triplet: B1, 56 and ED. RGB value is (177,86,237). Sum of RGB (Red+Green+Blue) = 177+86+237=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #B156ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B156ED is #4EA912. Grayscale: #818181. Windows color (decimal): -5155091 or 15554225. OLE color: 15554225.
HSL color Cylindrical-coordinate representation of color #B156ED: hue angle of 276.16º 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 #B156ED is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 86 | 237 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.07 |
| HSL | 276.16º | 0.81% | 0.63% | - |
| HSV(B) | 276.16º | 0.64% | 0.93% | - |
| XYZ | 36.75 | 22.12 | 82.45 | - |
| YUV | 130.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 237 | 0.25 | 0.64 | 0 | 0.07 | 276.16 | 0.81 | 0.63 |
| Hex | B1 | 56 | ED | 19 | 40 | 0 | 7 | 114 | 51 | 3F |
| Octal | 261 | 126 | 355 | 31 | 100 | 0 | 7 | 424 | 121 | 77 |
| Binary | 10110001 | 1010110 | 11101101 | 11001 | 1000000 | 0 | 111 | 100010100 | 1010001 | 111111 |
Color Harmonies of #B156ED
Complementary color
Monochromatic Colors of #B156ED
Black with #B156ED
Text Example
Text Example
White with #B156ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B156ED; }
p { color: rgb(177,86,237); }
H1.HeaderClassName
{
color: #B156ED;
}
.AnyTagClassName
{
color: #B156ED;
}
</style>
background-color css
<style>
a { background-color: #B156ED; }
a { background-color: rgb(177,86,237); }
div.DivClassName
{
background-color: #B156ED;
}
.BgClassName
{
background-color: #B156ED;
}
</style>
border-color css
<style>
span { border-color: #B156ED; }
span { border-color: rgb(177,86,237); }
td.TdClassName
{
border-color: #B156ED;
}
.TagClassName
{
border-color: #B156ED;
}
</style>