Shades of Medium Orchid #B160E5
Tints of Medium Orchid #B160E5
RGB
CMYK
RGB Variations
Color information
#B160E5 (or 0xB160E5) is known color: Medium Orchid. HEX triplet: B1, 60 and E5. RGB value is (177,96,229). Sum of RGB (Red+Green+Blue) = 177+96+229=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #B160E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160E5 is #4E9F1A. Grayscale: #868686. Windows color (decimal): -5152539 or 15032497. OLE color: 15032497.
HSL color Cylindrical-coordinate representation of color #B160E5: hue angle of 276.54º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B160E5 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 96 | 229 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.10 |
| HSL | 276.54º | 0.72% | 0.64% | - |
| HSV(B) | 276.54º | 0.58% | 0.9% | - |
| XYZ | 36.46 | 23.37 | 76.72 | - |
| YUV | 135.38 | 180.84 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 229 | 0.23 | 0.58 | 0 | 0.10 | 276.54 | 0.72 | 0.64 |
| Hex | B1 | 60 | E5 | 17 | 3A | 0 | A | 115 | 48 | 40 |
| Octal | 261 | 140 | 345 | 27 | 72 | 0 | 12 | 425 | 110 | 100 |
| Binary | 10110001 | 1100000 | 11100101 | 10111 | 111010 | 0 | 1010 | 100010101 | 1001000 | 1000000 |
Color Harmonies of #B160E5
Complementary color
Monochromatic Colors of #B160E5
Black with #B160E5
Text Example
Text Example
White with #B160E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160E5; }
p { color: rgb(177,96,229); }
H1.HeaderClassName
{
color: #B160E5;
}
.AnyTagClassName
{
color: #B160E5;
}
</style>
background-color css
<style>
a { background-color: #B160E5; }
a { background-color: rgb(177,96,229); }
div.DivClassName
{
background-color: #B160E5;
}
.BgClassName
{
background-color: #B160E5;
}
</style>
border-color css
<style>
span { border-color: #B160E5; }
span { border-color: rgb(177,96,229); }
td.TdClassName
{
border-color: #B160E5;
}
.TagClassName
{
border-color: #B160E5;
}
</style>