Shades of Medium Orchid #B157C1
Tints of Medium Orchid #B157C1
RGB
CMYK
RGB Variations
Color information
#B157C1 (or 0xB157C1) is known color: Medium Orchid. HEX triplet: B1, 57 and C1. RGB value is (177,87,193). Sum of RGB (Red+Green+Blue) = 177+87+193=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #B157C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157C1 is #4EA83E. Grayscale: #7D7D7D. Windows color (decimal): -5154879 or 12670897. OLE color: 12670897.
HSL color Cylindrical-coordinate representation of color #B157C1: hue angle of 290.94º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B157C1 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 87 | 193 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.24 |
| HSL | 290.94º | 0.46% | 0.55% | - |
| HSV(B) | 290.94º | 0.55% | 0.76% | - |
| XYZ | 31.17 | 20.01 | 52.67 | - |
| YUV | 125.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 193 | 0.08 | 0.55 | 0 | 0.24 | 290.94 | 0.46 | 0.55 |
| Hex | B1 | 57 | C1 | 8 | 37 | 0 | 18 | 123 | 2E | 37 |
| Octal | 261 | 127 | 301 | 10 | 67 | 0 | 30 | 443 | 56 | 67 |
| Binary | 10110001 | 1010111 | 11000001 | 1000 | 110111 | 0 | 11000 | 100100011 | 101110 | 110111 |
Color Harmonies of #B157C1
Complementary color
Monochromatic Colors of #B157C1
Black with #B157C1
Text Example
Text Example
White with #B157C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157C1; }
p { color: rgb(177,87,193); }
H1.HeaderClassName
{
color: #B157C1;
}
.AnyTagClassName
{
color: #B157C1;
}
</style>
background-color css
<style>
a { background-color: #B157C1; }
a { background-color: rgb(177,87,193); }
div.DivClassName
{
background-color: #B157C1;
}
.BgClassName
{
background-color: #B157C1;
}
</style>
border-color css
<style>
span { border-color: #B157C1; }
span { border-color: rgb(177,87,193); }
td.TdClassName
{
border-color: #B157C1;
}
.TagClassName
{
border-color: #B157C1;
}
</style>