Shades of Medium Orchid #B157DF
Tints of Medium Orchid #B157DF
RGB
CMYK
RGB Variations
Color information
#B157DF (or 0xB157DF) is known color: Medium Orchid. HEX triplet: B1, 57 and DF. RGB value is (177,87,223). Sum of RGB (Red+Green+Blue) = 177+87+223=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #B157DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157DF is #4EA820. Grayscale: #808080. Windows color (decimal): -5154849 or 14636977. OLE color: 14636977.
HSL color Cylindrical-coordinate representation of color #B157DF: hue angle of 279.71º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B157DF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 87 | 223 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.13 |
| HSL | 279.71º | 0.68% | 0.61% | - |
| HSV(B) | 279.71º | 0.61% | 0.87% | - |
| XYZ | 34.86 | 21.49 | 72.12 | - |
| YUV | 129.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 223 | 0.21 | 0.61 | 0 | 0.13 | 279.71 | 0.68 | 0.61 |
| Hex | B1 | 57 | DF | 15 | 3D | 0 | D | 118 | 44 | 3D |
| Octal | 261 | 127 | 337 | 25 | 75 | 0 | 15 | 430 | 104 | 75 |
| Binary | 10110001 | 1010111 | 11011111 | 10101 | 111101 | 0 | 1101 | 100011000 | 1000100 | 111101 |
Color Harmonies of #B157DF
Complementary color
Monochromatic Colors of #B157DF
Black with #B157DF
Text Example
Text Example
White with #B157DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157DF; }
p { color: rgb(177,87,223); }
H1.HeaderClassName
{
color: #B157DF;
}
.AnyTagClassName
{
color: #B157DF;
}
</style>
background-color css
<style>
a { background-color: #B157DF; }
a { background-color: rgb(177,87,223); }
div.DivClassName
{
background-color: #B157DF;
}
.BgClassName
{
background-color: #B157DF;
}
</style>
border-color css
<style>
span { border-color: #B157DF; }
span { border-color: rgb(177,87,223); }
td.TdClassName
{
border-color: #B157DF;
}
.TagClassName
{
border-color: #B157DF;
}
</style>