Shades of Medium Orchid #B160E8
Tints of Medium Orchid #B160E8
RGB
CMYK
RGB Variations
Color information
#B160E8 (or 0xB160E8) is known color: Medium Orchid. HEX triplet: B1, 60 and E8. RGB value is (177,96,232). Sum of RGB (Red+Green+Blue) = 177+96+232=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #B160E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B160E8 is #4E9F17. Grayscale: #878787. Windows color (decimal): -5152536 or 15229105. OLE color: 15229105.
HSL color Cylindrical-coordinate representation of color #B160E8: hue angle of 275.74º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B160E8 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 96 | 232 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.09 |
| HSL | 275.74º | 0.75% | 0.64% | - |
| HSV(B) | 275.74º | 0.59% | 0.91% | - |
| XYZ | 36.88 | 23.54 | 78.94 | - |
| YUV | 135.72 | 182.34 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 232 | 0.24 | 0.59 | 0 | 0.09 | 275.74 | 0.75 | 0.64 |
| Hex | B1 | 60 | E8 | 18 | 3B | 0 | 9 | 114 | 4B | 40 |
| Octal | 261 | 140 | 350 | 30 | 73 | 0 | 11 | 424 | 113 | 100 |
| Binary | 10110001 | 1100000 | 11101000 | 11000 | 111011 | 0 | 1001 | 100010100 | 1001011 | 1000000 |
Color Harmonies of #B160E8
Complementary color
Monochromatic Colors of #B160E8
Black with #B160E8
Text Example
Text Example
White with #B160E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160E8; }
p { color: rgb(177,96,232); }
H1.HeaderClassName
{
color: #B160E8;
}
.AnyTagClassName
{
color: #B160E8;
}
</style>
background-color css
<style>
a { background-color: #B160E8; }
a { background-color: rgb(177,96,232); }
div.DivClassName
{
background-color: #B160E8;
}
.BgClassName
{
background-color: #B160E8;
}
</style>
border-color css
<style>
span { border-color: #B160E8; }
span { border-color: rgb(177,96,232); }
td.TdClassName
{
border-color: #B160E8;
}
.TagClassName
{
border-color: #B160E8;
}
</style>