Shades of Medium Orchid #B159C1
Tints of Medium Orchid #B159C1
RGB
CMYK
RGB Variations
Color information
#B159C1 (or 0xB159C1) is known color: Medium Orchid. HEX triplet: B1, 59 and C1. RGB value is (177,89,193). Sum of RGB (Red+Green+Blue) = 177+89+193=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #B159C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159C1 is #4EA63E. Grayscale: #7E7E7E. Windows color (decimal): -5154367 or 12671409. OLE color: 12671409.
HSL color Cylindrical-coordinate representation of color #B159C1: hue angle of 290.77º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B159C1 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 89 | 193 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.24 |
| HSL | 290.77º | 0.46% | 0.55% | - |
| HSV(B) | 290.77º | 0.54% | 0.76% | - |
| XYZ | 31.33 | 20.34 | 52.73 | - |
| YUV | 127.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 193 | 0.08 | 0.54 | 0 | 0.24 | 290.77 | 0.46 | 0.55 |
| Hex | B1 | 59 | C1 | 8 | 36 | 0 | 18 | 123 | 2E | 37 |
| Octal | 261 | 131 | 301 | 10 | 66 | 0 | 30 | 443 | 56 | 67 |
| Binary | 10110001 | 1011001 | 11000001 | 1000 | 110110 | 0 | 11000 | 100100011 | 101110 | 110111 |
Color Harmonies of #B159C1
Complementary color
Monochromatic Colors of #B159C1
Black with #B159C1
Text Example
Text Example
White with #B159C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B159C1; }
p { color: rgb(177,89,193); }
H1.HeaderClassName
{
color: #B159C1;
}
.AnyTagClassName
{
color: #B159C1;
}
</style>
background-color css
<style>
a { background-color: #B159C1; }
a { background-color: rgb(177,89,193); }
div.DivClassName
{
background-color: #B159C1;
}
.BgClassName
{
background-color: #B159C1;
}
</style>
border-color css
<style>
span { border-color: #B159C1; }
span { border-color: rgb(177,89,193); }
td.TdClassName
{
border-color: #B159C1;
}
.TagClassName
{
border-color: #B159C1;
}
</style>