Shades of Medium Orchid #B159C7
Tints of Medium Orchid #B159C7
RGB
CMYK
RGB Variations
Color information
#B159C7 (or 0xB159C7) is known color: Medium Orchid. HEX triplet: B1, 59 and C7. RGB value is (177,89,199). Sum of RGB (Red+Green+Blue) = 177+89+199=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #B159C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159C7 is #4EA638. Grayscale: #7F7F7F. Windows color (decimal): -5154361 or 13064625. OLE color: 13064625.
HSL color Cylindrical-coordinate representation of color #B159C7: hue angle of 288º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B159C7 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 89 | 199 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.22 |
| HSL | 288º | 0.5% | 0.56% | - |
| HSV(B) | 288º | 0.55% | 0.78% | - |
| XYZ | 32.01 | 20.62 | 56.32 | - |
| YUV | 127.85 | 168.15 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 199 | 0.11 | 0.55 | 0 | 0.22 | 288 | 0.5 | 0.56 |
| Hex | B1 | 59 | C7 | B | 37 | 0 | 16 | 120 | 32 | 38 |
| Octal | 261 | 131 | 307 | 13 | 67 | 0 | 26 | 440 | 62 | 70 |
| Binary | 10110001 | 1011001 | 11000111 | 1011 | 110111 | 0 | 10110 | 100100000 | 110010 | 111000 |
Color Harmonies of #B159C7
Complementary color
Monochromatic Colors of #B159C7
Black with #B159C7
Text Example
Text Example
White with #B159C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B159C7; }
p { color: rgb(177,89,199); }
H1.HeaderClassName
{
color: #B159C7;
}
.AnyTagClassName
{
color: #B159C7;
}
</style>
background-color css
<style>
a { background-color: #B159C7; }
a { background-color: rgb(177,89,199); }
div.DivClassName
{
background-color: #B159C7;
}
.BgClassName
{
background-color: #B159C7;
}
</style>
border-color css
<style>
span { border-color: #B159C7; }
span { border-color: rgb(177,89,199); }
td.TdClassName
{
border-color: #B159C7;
}
.TagClassName
{
border-color: #B159C7;
}
</style>