Shades of Medium Orchid #B157E7
Tints of Medium Orchid #B157E7
RGB
CMYK
RGB Variations
Color information
#B157E7 (or 0xB157E7) is known color: Medium Orchid. HEX triplet: B1, 57 and E7. RGB value is (177,87,231). Sum of RGB (Red+Green+Blue) = 177+87+231=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #B157E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B157E7 is #4EA818. Grayscale: #818181. Windows color (decimal): -5154841 or 15161265. OLE color: 15161265.
HSL color Cylindrical-coordinate representation of color #B157E7: hue angle of 277.5º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B157E7 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 87 | 231 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.09 |
| HSL | 277.5º | 0.75% | 0.62% | - |
| HSV(B) | 277.5º | 0.62% | 0.91% | - |
| XYZ | 35.96 | 21.93 | 77.94 | - |
| YUV | 130.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 231 | 0.23 | 0.62 | 0 | 0.09 | 277.5 | 0.75 | 0.62 |
| Hex | B1 | 57 | E7 | 17 | 3E | 0 | 9 | 116 | 4B | 3E |
| Octal | 261 | 127 | 347 | 27 | 76 | 0 | 11 | 426 | 113 | 76 |
| Binary | 10110001 | 1010111 | 11100111 | 10111 | 111110 | 0 | 1001 | 100010110 | 1001011 | 111110 |
Color Harmonies of #B157E7
Complementary color
Monochromatic Colors of #B157E7
Black with #B157E7
Text Example
Text Example
White with #B157E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157E7; }
p { color: rgb(177,87,231); }
H1.HeaderClassName
{
color: #B157E7;
}
.AnyTagClassName
{
color: #B157E7;
}
</style>
background-color css
<style>
a { background-color: #B157E7; }
a { background-color: rgb(177,87,231); }
div.DivClassName
{
background-color: #B157E7;
}
.BgClassName
{
background-color: #B157E7;
}
</style>
border-color css
<style>
span { border-color: #B157E7; }
span { border-color: rgb(177,87,231); }
td.TdClassName
{
border-color: #B157E7;
}
.TagClassName
{
border-color: #B157E7;
}
</style>