Shades of Medium Orchid #B157EE
Tints of Medium Orchid #B157EE
RGB
CMYK
RGB Variations
Color information
#B157EE (or 0xB157EE) is known color: Medium Orchid. HEX triplet: B1, 57 and EE. RGB value is (177,87,238). Sum of RGB (Red+Green+Blue) = 177+87+238=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 87 (34.38% from 255 or 17.33% 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 #B157EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B157EE is #4EA811. Grayscale: #828282. Windows color (decimal): -5154834 or 15620017. OLE color: 15620017.
HSL color Cylindrical-coordinate representation of color #B157EE: hue angle of 275.76º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B157EE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 87 | 238 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.07 |
| HSL | 275.76º | 0.82% | 0.64% | - |
| HSV(B) | 275.76º | 0.63% | 0.93% | - |
| XYZ | 36.97 | 22.34 | 83.25 | - |
| YUV | 131.12 | 188.32 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 238 | 0.26 | 0.63 | 0 | 0.07 | 275.76 | 0.82 | 0.64 |
| Hex | B1 | 57 | EE | 1A | 3F | 0 | 7 | 114 | 52 | 40 |
| Octal | 261 | 127 | 356 | 32 | 77 | 0 | 7 | 424 | 122 | 100 |
| Binary | 10110001 | 1010111 | 11101110 | 11010 | 111111 | 0 | 111 | 100010100 | 1010010 | 1000000 |
Color Harmonies of #B157EE
Complementary color
Monochromatic Colors of #B157EE
Black with #B157EE
Text Example
Text Example
White with #B157EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157EE; }
p { color: rgb(177,87,238); }
H1.HeaderClassName
{
color: #B157EE;
}
.AnyTagClassName
{
color: #B157EE;
}
</style>
background-color css
<style>
a { background-color: #B157EE; }
a { background-color: rgb(177,87,238); }
div.DivClassName
{
background-color: #B157EE;
}
.BgClassName
{
background-color: #B157EE;
}
</style>
border-color css
<style>
span { border-color: #B157EE; }
span { border-color: rgb(177,87,238); }
td.TdClassName
{
border-color: #B157EE;
}
.TagClassName
{
border-color: #B157EE;
}
</style>