Shades of Medium Orchid #B160FB
Tints of Medium Orchid #B160FB
RGB
CMYK
RGB Variations
Color information
#B160FB (or 0xB160FB) is known color: Medium Orchid. HEX triplet: B1, 60 and FB. RGB value is (177,96,251). Sum of RGB (Red+Green+Blue) = 177+96+251=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #B160FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B160FB is #4E9F04. Grayscale: #898989. Windows color (decimal): -5152517 or 16474289. OLE color: 16474289.
HSL color Cylindrical-coordinate representation of color #B160FB: hue angle of 271.35º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B160FB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 96 | 251 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.02 |
| HSL | 271.35º | 0.95% | 0.68% | - |
| HSV(B) | 271.35º | 0.62% | 0.98% | - |
| XYZ | 39.73 | 24.68 | 93.94 | - |
| YUV | 137.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 251 | 0.29 | 0.62 | 0 | 0.02 | 271.35 | 0.95 | 0.68 |
| Hex | B1 | 60 | FB | 1D | 3E | 0 | 2 | 10F | 5F | 44 |
| Octal | 261 | 140 | 373 | 35 | 76 | 0 | 2 | 417 | 137 | 104 |
| Binary | 10110001 | 1100000 | 11111011 | 11101 | 111110 | 0 | 10 | 100001111 | 1011111 | 1000100 |
Color Harmonies of #B160FB
Complementary color
Monochromatic Colors of #B160FB
Black with #B160FB
Text Example
Text Example
White with #B160FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160FB; }
p { color: rgb(177,96,251); }
H1.HeaderClassName
{
color: #B160FB;
}
.AnyTagClassName
{
color: #B160FB;
}
</style>
background-color css
<style>
a { background-color: #B160FB; }
a { background-color: rgb(177,96,251); }
div.DivClassName
{
background-color: #B160FB;
}
.BgClassName
{
background-color: #B160FB;
}
</style>
border-color css
<style>
span { border-color: #B160FB; }
span { border-color: rgb(177,96,251); }
td.TdClassName
{
border-color: #B160FB;
}
.TagClassName
{
border-color: #B160FB;
}
</style>