Shades of Medium Orchid #B160CC
Tints of Medium Orchid #B160CC
RGB
CMYK
RGB Variations
Color information
#B160CC (or 0xB160CC) is known color: Medium Orchid. HEX triplet: B1, 60 and CC. RGB value is (177,96,204). Sum of RGB (Red+Green+Blue) = 177+96+204=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #B160CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160CC is #4E9F33. Grayscale: #848484. Windows color (decimal): -5152564 or 13394097. OLE color: 13394097.
HSL color Cylindrical-coordinate representation of color #B160CC: hue angle of 285º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B160CC is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 96 | 204 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.2 |
| HSL | 285º | 0.51% | 0.59% | - |
| HSV(B) | 285º | 0.53% | 0.8% | - |
| XYZ | 33.21 | 22.07 | 59.64 | - |
| YUV | 132.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 204 | 0.13 | 0.53 | 0 | 0.2 | 285 | 0.51 | 0.59 |
| Hex | B1 | 60 | CC | D | 35 | 0 | 14 | 11D | 33 | 3B |
| Octal | 261 | 140 | 314 | 15 | 65 | 0 | 24 | 435 | 63 | 73 |
| Binary | 10110001 | 1100000 | 11001100 | 1101 | 110101 | 0 | 10100 | 100011101 | 110011 | 111011 |
Color Harmonies of #B160CC
Complementary color
Monochromatic Colors of #B160CC
Black with #B160CC
Text Example
Text Example
White with #B160CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160CC; }
p { color: rgb(177,96,204); }
H1.HeaderClassName
{
color: #B160CC;
}
.AnyTagClassName
{
color: #B160CC;
}
</style>
background-color css
<style>
a { background-color: #B160CC; }
a { background-color: rgb(177,96,204); }
div.DivClassName
{
background-color: #B160CC;
}
.BgClassName
{
background-color: #B160CC;
}
</style>
border-color css
<style>
span { border-color: #B160CC; }
span { border-color: rgb(177,96,204); }
td.TdClassName
{
border-color: #B160CC;
}
.TagClassName
{
border-color: #B160CC;
}
</style>