Shades of Medium Orchid #B160CE
Tints of Medium Orchid #B160CE
RGB
CMYK
RGB Variations
Color information
#B160CE (or 0xB160CE) is known color: Medium Orchid. HEX triplet: B1, 60 and CE. RGB value is (177,96,206). Sum of RGB (Red+Green+Blue) = 177+96+206=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #B160CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160CE is #4E9F31. Grayscale: #848484. Windows color (decimal): -5152562 or 13525169. OLE color: 13525169.
HSL color Cylindrical-coordinate representation of color #B160CE: hue angle of 284.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B160CE is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 96 | 206 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.19 |
| HSL | 284.18º | 0.53% | 0.59% | - |
| HSV(B) | 284.18º | 0.53% | 0.81% | - |
| XYZ | 33.45 | 22.17 | 60.91 | - |
| YUV | 132.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 206 | 0.14 | 0.53 | 0 | 0.19 | 284.18 | 0.53 | 0.59 |
| Hex | B1 | 60 | CE | E | 35 | 0 | 13 | 11C | 35 | 3B |
| Octal | 261 | 140 | 316 | 16 | 65 | 0 | 23 | 434 | 65 | 73 |
| Binary | 10110001 | 1100000 | 11001110 | 1110 | 110101 | 0 | 10011 | 100011100 | 110101 | 111011 |
Color Harmonies of #B160CE
Complementary color
Monochromatic Colors of #B160CE
Black with #B160CE
Text Example
Text Example
White with #B160CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160CE; }
p { color: rgb(177,96,206); }
H1.HeaderClassName
{
color: #B160CE;
}
.AnyTagClassName
{
color: #B160CE;
}
</style>
background-color css
<style>
a { background-color: #B160CE; }
a { background-color: rgb(177,96,206); }
div.DivClassName
{
background-color: #B160CE;
}
.BgClassName
{
background-color: #B160CE;
}
</style>
border-color css
<style>
span { border-color: #B160CE; }
span { border-color: rgb(177,96,206); }
td.TdClassName
{
border-color: #B160CE;
}
.TagClassName
{
border-color: #B160CE;
}
</style>