Shades of Medium Orchid #B157D5
Tints of Medium Orchid #B157D5
RGB
CMYK
RGB Variations
Color information
#B157D5 (or 0xB157D5) is known color: Medium Orchid. HEX triplet: B1, 57 and D5. RGB value is (177,87,213). Sum of RGB (Red+Green+Blue) = 177+87+213=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #B157D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157D5 is #4EA82A. Grayscale: #7F7F7F. Windows color (decimal): -5154859 or 13981617. OLE color: 13981617.
HSL color Cylindrical-coordinate representation of color #B157D5: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B157D5 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 87 | 213 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.16 |
| HSL | 282.86º | 0.6% | 0.59% | - |
| HSV(B) | 282.86º | 0.59% | 0.84% | - |
| XYZ | 33.55 | 20.97 | 65.23 | - |
| YUV | 128.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 213 | 0.17 | 0.59 | 0 | 0.16 | 282.86 | 0.6 | 0.59 |
| Hex | B1 | 57 | D5 | 11 | 3B | 0 | 10 | 11B | 3C | 3B |
| Octal | 261 | 127 | 325 | 21 | 73 | 0 | 20 | 433 | 74 | 73 |
| Binary | 10110001 | 1010111 | 11010101 | 10001 | 111011 | 0 | 10000 | 100011011 | 111100 | 111011 |
Color Harmonies of #B157D5
Complementary color
Monochromatic Colors of #B157D5
Black with #B157D5
Text Example
Text Example
White with #B157D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157D5; }
p { color: rgb(177,87,213); }
H1.HeaderClassName
{
color: #B157D5;
}
.AnyTagClassName
{
color: #B157D5;
}
</style>
background-color css
<style>
a { background-color: #B157D5; }
a { background-color: rgb(177,87,213); }
div.DivClassName
{
background-color: #B157D5;
}
.BgClassName
{
background-color: #B157D5;
}
</style>
border-color css
<style>
span { border-color: #B157D5; }
span { border-color: rgb(177,87,213); }
td.TdClassName
{
border-color: #B157D5;
}
.TagClassName
{
border-color: #B157D5;
}
</style>