Shades of Medium Orchid #B156EF
Tints of Medium Orchid #B156EF
RGB
CMYK
RGB Variations
Color information
#B156EF (or 0xB156EF) is known color: Medium Orchid. HEX triplet: B1, 56 and EF. RGB value is (177,86,239). Sum of RGB (Red+Green+Blue) = 177+86+239=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #B156EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B156EF is #4EA910. Grayscale: #828282. Windows color (decimal): -5155089 or 15685297. OLE color: 15685297.
HSL color Cylindrical-coordinate representation of color #B156EF: hue angle of 275.69º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B156EF is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 86 | 239 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.06 |
| HSL | 275.69º | 0.83% | 0.64% | - |
| HSV(B) | 275.69º | 0.64% | 0.94% | - |
| XYZ | 37.04 | 22.23 | 84 | - |
| YUV | 130.65 | 189.15 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 239 | 0.26 | 0.64 | 0 | 0.06 | 275.69 | 0.83 | 0.64 |
| Hex | B1 | 56 | EF | 1A | 40 | 0 | 6 | 114 | 53 | 40 |
| Octal | 261 | 126 | 357 | 32 | 100 | 0 | 6 | 424 | 123 | 100 |
| Binary | 10110001 | 1010110 | 11101111 | 11010 | 1000000 | 0 | 110 | 100010100 | 1010011 | 1000000 |
Color Harmonies of #B156EF
Complementary color
Monochromatic Colors of #B156EF
Black with #B156EF
Text Example
Text Example
White with #B156EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B156EF; }
p { color: rgb(177,86,239); }
H1.HeaderClassName
{
color: #B156EF;
}
.AnyTagClassName
{
color: #B156EF;
}
</style>
background-color css
<style>
a { background-color: #B156EF; }
a { background-color: rgb(177,86,239); }
div.DivClassName
{
background-color: #B156EF;
}
.BgClassName
{
background-color: #B156EF;
}
</style>
border-color css
<style>
span { border-color: #B156EF; }
span { border-color: rgb(177,86,239); }
td.TdClassName
{
border-color: #B156EF;
}
.TagClassName
{
border-color: #B156EF;
}
</style>