Shades of Medium Orchid #B160F5
Tints of Medium Orchid #B160F5
RGB
CMYK
RGB Variations
Color information
#B160F5 (or 0xB160F5) is known color: Medium Orchid. HEX triplet: B1, 60 and F5. RGB value is (177,96,245). Sum of RGB (Red+Green+Blue) = 177+96+245=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #B160F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B160F5 is #4E9F0A. Grayscale: #888888. Windows color (decimal): -5152523 or 16081073. OLE color: 16081073.
HSL color Cylindrical-coordinate representation of color #B160F5: hue angle of 272.62º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B160F5 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 96 | 245 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.04 |
| HSL | 272.62º | 0.88% | 0.67% | - |
| HSV(B) | 272.62º | 0.61% | 0.96% | - |
| XYZ | 38.8 | 24.31 | 89.03 | - |
| YUV | 137.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 245 | 0.28 | 0.61 | 0 | 0.04 | 272.62 | 0.88 | 0.67 |
| Hex | B1 | 60 | F5 | 1C | 3D | 0 | 4 | 111 | 58 | 43 |
| Octal | 261 | 140 | 365 | 34 | 75 | 0 | 4 | 421 | 130 | 103 |
| Binary | 10110001 | 1100000 | 11110101 | 11100 | 111101 | 0 | 100 | 100010001 | 1011000 | 1000011 |
Color Harmonies of #B160F5
Complementary color
Monochromatic Colors of #B160F5
Black with #B160F5
Text Example
Text Example
White with #B160F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160F5; }
p { color: rgb(177,96,245); }
H1.HeaderClassName
{
color: #B160F5;
}
.AnyTagClassName
{
color: #B160F5;
}
</style>
background-color css
<style>
a { background-color: #B160F5; }
a { background-color: rgb(177,96,245); }
div.DivClassName
{
background-color: #B160F5;
}
.BgClassName
{
background-color: #B160F5;
}
</style>
border-color css
<style>
span { border-color: #B160F5; }
span { border-color: rgb(177,96,245); }
td.TdClassName
{
border-color: #B160F5;
}
.TagClassName
{
border-color: #B160F5;
}
</style>