Shades of Medium Purple #B160FE
Tints of Medium Purple #B160FE
RGB
CMYK
RGB Variations
Color information
#B160FE (or 0xB160FE) is known color: Medium Purple. HEX triplet: B1, 60 and FE. RGB value is (177,96,254). Sum of RGB (Red+Green+Blue) = 177+96+254=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #B160FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B160FE is #4E9F01. Grayscale: #898989. Windows color (decimal): -5152514 or 16670897. OLE color: 16670897.
HSL color Cylindrical-coordinate representation of color #B160FE: hue angle of 270.76º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B160FE is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 96 | 254 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.00 |
| HSL | 270.76º | 0.99% | 0.69% | - |
| HSV(B) | 270.76º | 0.62% | 1% | - |
| XYZ | 40.2 | 24.87 | 96.45 | - |
| YUV | 138.23 | 193.34 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 254 | 0.30 | 0.62 | 0 | 0.00 | 270.76 | 0.99 | 0.69 |
| Hex | B1 | 60 | FE | 1E | 3E | 0 | 0 | 10F | 63 | 45 |
| Octal | 261 | 140 | 376 | 36 | 76 | 0 | 0 | 417 | 143 | 105 |
| Binary | 10110001 | 1100000 | 11111110 | 11110 | 111110 | 0 | 0 | 100001111 | 1100011 | 1000101 |
Color Harmonies of #B160FE
Complementary color
Monochromatic Colors of #B160FE
Black with #B160FE
Text Example
Text Example
White with #B160FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160FE; }
p { color: rgb(177,96,254); }
H1.HeaderClassName
{
color: #B160FE;
}
.AnyTagClassName
{
color: #B160FE;
}
</style>
background-color css
<style>
a { background-color: #B160FE; }
a { background-color: rgb(177,96,254); }
div.DivClassName
{
background-color: #B160FE;
}
.BgClassName
{
background-color: #B160FE;
}
</style>
border-color css
<style>
span { border-color: #B160FE; }
span { border-color: rgb(177,96,254); }
td.TdClassName
{
border-color: #B160FE;
}
.TagClassName
{
border-color: #B160FE;
}
</style>