Shades of Medium Orchid #B157C3
Tints of Medium Orchid #B157C3
RGB
CMYK
RGB Variations
Color information
#B157C3 (or 0xB157C3) is known color: Medium Orchid. HEX triplet: B1, 57 and C3. RGB value is (177,87,195). Sum of RGB (Red+Green+Blue) = 177+87+195=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #B157C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157C3 is #4EA83C. Grayscale: #7D7D7D. Windows color (decimal): -5154877 or 12801969. OLE color: 12801969.
HSL color Cylindrical-coordinate representation of color #B157C3: hue angle of 290º degrees, saturation: 0.47, 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 #B157C3 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 87 | 195 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.24 |
| HSL | 290º | 0.47% | 0.55% | - |
| HSV(B) | 290º | 0.55% | 0.76% | - |
| XYZ | 31.39 | 20.1 | 53.86 | - |
| YUV | 126.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 195 | 0.09 | 0.55 | 0 | 0.24 | 290 | 0.47 | 0.55 |
| Hex | B1 | 57 | C3 | 9 | 37 | 0 | 18 | 122 | 2F | 37 |
| Octal | 261 | 127 | 303 | 11 | 67 | 0 | 30 | 442 | 57 | 67 |
| Binary | 10110001 | 1010111 | 11000011 | 1001 | 110111 | 0 | 11000 | 100100010 | 101111 | 110111 |
Color Harmonies of #B157C3
Complementary color
Monochromatic Colors of #B157C3
Black with #B157C3
Text Example
Text Example
White with #B157C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157C3; }
p { color: rgb(177,87,195); }
H1.HeaderClassName
{
color: #B157C3;
}
.AnyTagClassName
{
color: #B157C3;
}
</style>
background-color css
<style>
a { background-color: #B157C3; }
a { background-color: rgb(177,87,195); }
div.DivClassName
{
background-color: #B157C3;
}
.BgClassName
{
background-color: #B157C3;
}
</style>
border-color css
<style>
span { border-color: #B157C3; }
span { border-color: rgb(177,87,195); }
td.TdClassName
{
border-color: #B157C3;
}
.TagClassName
{
border-color: #B157C3;
}
</style>