Shades of Medium Purple #B160FF
Tints of Medium Purple #B160FF
RGB
CMYK
RGB Variations
Color information
#B160FF (or 0xB160FF) is known color: Medium Purple. HEX triplet: B1, 60 and FF. RGB value is (177,96,255). Sum of RGB (Red+Green+Blue) = 177+96+255=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #B160FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B160FF is #4E9F00. Grayscale: #898989. Windows color (decimal): -5152513 or 16736433. OLE color: 16736433.
HSL color Cylindrical-coordinate representation of color #B160FF: hue angle of 270.57º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B160FF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 96 | 255 | - |
| CMYK | 0.31 | 0.62 | 0 | 0 |
| HSL | 270.57º | 1% | 0.69% | - |
| HSV(B) | 270.57º | 0.62% | 1% | - |
| XYZ | 40.36 | 24.93 | 97.29 | - |
| YUV | 138.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 255 | 0.31 | 0.62 | 0 | 0 | 270.57 | 1 | 0.69 |
| Hex | B1 | 60 | FF | 1F | 3E | 0 | 0 | 10F | 64 | 45 |
| Octal | 261 | 140 | 377 | 37 | 76 | 0 | 0 | 417 | 144 | 105 |
| Binary | 10110001 | 1100000 | 11111111 | 11111 | 111110 | 0 | 0 | 100001111 | 1100100 | 1000101 |
Color Harmonies of #B160FF
Complementary color
Monochromatic Colors of #B160FF
Black with #B160FF
Text Example
Text Example
White with #B160FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160FF; }
p { color: rgb(177,96,255); }
H1.HeaderClassName
{
color: #B160FF;
}
.AnyTagClassName
{
color: #B160FF;
}
</style>
background-color css
<style>
a { background-color: #B160FF; }
a { background-color: rgb(177,96,255); }
div.DivClassName
{
background-color: #B160FF;
}
.BgClassName
{
background-color: #B160FF;
}
</style>
border-color css
<style>
span { border-color: #B160FF; }
span { border-color: rgb(177,96,255); }
td.TdClassName
{
border-color: #B160FF;
}
.TagClassName
{
border-color: #B160FF;
}
</style>