Shades of Medium Orchid #B160D9
Tints of Medium Orchid #B160D9
RGB
CMYK
RGB Variations
Color information
#B160D9 (or 0xB160D9) is known color: Medium Orchid. HEX triplet: B1, 60 and D9. RGB value is (177,96,217). Sum of RGB (Red+Green+Blue) = 177+96+217=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 217 - color contains mainly: blue. Hex color #B160D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160D9 is #4E9F26. Grayscale: #858585. Windows color (decimal): -5152551 or 14246065. OLE color: 14246065.
HSL color Cylindrical-coordinate representation of color #B160D9: hue angle of 280.17º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B160D9 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 96 | 217 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.15 |
| HSL | 280.17º | 0.61% | 0.61% | - |
| HSV(B) | 280.17º | 0.56% | 0.85% | - |
| XYZ | 34.84 | 22.72 | 68.2 | - |
| YUV | 134.01 | 174.84 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 217 | 0.18 | 0.56 | 0 | 0.15 | 280.17 | 0.61 | 0.61 |
| Hex | B1 | 60 | D9 | 12 | 38 | 0 | F | 118 | 3D | 3D |
| Octal | 261 | 140 | 331 | 22 | 70 | 0 | 17 | 430 | 75 | 75 |
| Binary | 10110001 | 1100000 | 11011001 | 10010 | 111000 | 0 | 1111 | 100011000 | 111101 | 111101 |
Color Harmonies of #B160D9
Complementary color
Monochromatic Colors of #B160D9
Black with #B160D9
Text Example
Text Example
White with #B160D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160D9; }
p { color: rgb(177,96,217); }
H1.HeaderClassName
{
color: #B160D9;
}
.AnyTagClassName
{
color: #B160D9;
}
</style>
background-color css
<style>
a { background-color: #B160D9; }
a { background-color: rgb(177,96,217); }
div.DivClassName
{
background-color: #B160D9;
}
.BgClassName
{
background-color: #B160D9;
}
</style>
border-color css
<style>
span { border-color: #B160D9; }
span { border-color: rgb(177,96,217); }
td.TdClassName
{
border-color: #B160D9;
}
.TagClassName
{
border-color: #B160D9;
}
</style>