Shades of Medium Orchid #B157C8
Tints of Medium Orchid #B157C8
RGB
CMYK
RGB Variations
Color information
#B157C8 (or 0xB157C8) is known color: Medium Orchid. HEX triplet: B1, 57 and C8. RGB value is (177,87,200). Sum of RGB (Red+Green+Blue) = 177+87+200=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #B157C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157C8 is #4EA837. Grayscale: #7E7E7E. Windows color (decimal): -5154872 or 13129649. OLE color: 13129649.
HSL color Cylindrical-coordinate representation of color #B157C8: hue angle of 287.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B157C8 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 87 | 200 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.22 |
| HSL | 287.79º | 0.51% | 0.56% | - |
| HSV(B) | 287.79º | 0.57% | 0.78% | - |
| XYZ | 31.96 | 20.33 | 56.88 | - |
| YUV | 126.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 200 | 0.12 | 0.56 | 0 | 0.22 | 287.79 | 0.51 | 0.56 |
| Hex | B1 | 57 | C8 | C | 38 | 0 | 16 | 120 | 33 | 38 |
| Octal | 261 | 127 | 310 | 14 | 70 | 0 | 26 | 440 | 63 | 70 |
| Binary | 10110001 | 1010111 | 11001000 | 1100 | 111000 | 0 | 10110 | 100100000 | 110011 | 111000 |
Color Harmonies of #B157C8
Complementary color
Monochromatic Colors of #B157C8
Black with #B157C8
Text Example
Text Example
White with #B157C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157C8; }
p { color: rgb(177,87,200); }
H1.HeaderClassName
{
color: #B157C8;
}
.AnyTagClassName
{
color: #B157C8;
}
</style>
background-color css
<style>
a { background-color: #B157C8; }
a { background-color: rgb(177,87,200); }
div.DivClassName
{
background-color: #B157C8;
}
.BgClassName
{
background-color: #B157C8;
}
</style>
border-color css
<style>
span { border-color: #B157C8; }
span { border-color: rgb(177,87,200); }
td.TdClassName
{
border-color: #B157C8;
}
.TagClassName
{
border-color: #B157C8;
}
</style>