Shades of Medium Purple #B162FE
Tints of Medium Purple #B162FE
RGB
CMYK
RGB Variations
Color information
#B162FE (or 0xB162FE) is known color: Medium Purple. HEX triplet: B1, 62 and FE. RGB value is (177,98,254). Sum of RGB (Red+Green+Blue) = 177+98+254=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #B162FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162FE is #4E9D01. Grayscale: #8A8A8A. Windows color (decimal): -5152002 or 16671409. OLE color: 16671409.
HSL color Cylindrical-coordinate representation of color #B162FE: hue angle of 270.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B162FE is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 98 | 254 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.00 |
| HSL | 270.38º | 0.99% | 0.69% | - |
| HSV(B) | 270.38º | 0.61% | 1% | - |
| XYZ | 40.39 | 25.24 | 96.51 | - |
| YUV | 139.41 | 192.67 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 254 | 0.30 | 0.61 | 0 | 0.00 | 270.38 | 0.99 | 0.69 |
| Hex | B1 | 62 | FE | 1E | 3D | 0 | 0 | 10E | 63 | 45 |
| Octal | 261 | 142 | 376 | 36 | 75 | 0 | 0 | 416 | 143 | 105 |
| Binary | 10110001 | 1100010 | 11111110 | 11110 | 111101 | 0 | 0 | 100001110 | 1100011 | 1000101 |
Color Harmonies of #B162FE
Complementary color
Monochromatic Colors of #B162FE
Black with #B162FE
Text Example
Text Example
White with #B162FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162FE; }
p { color: rgb(177,98,254); }
H1.HeaderClassName
{
color: #B162FE;
}
.AnyTagClassName
{
color: #B162FE;
}
</style>
background-color css
<style>
a { background-color: #B162FE; }
a { background-color: rgb(177,98,254); }
div.DivClassName
{
background-color: #B162FE;
}
.BgClassName
{
background-color: #B162FE;
}
</style>
border-color css
<style>
span { border-color: #B162FE; }
span { border-color: rgb(177,98,254); }
td.TdClassName
{
border-color: #B162FE;
}
.TagClassName
{
border-color: #B162FE;
}
</style>