Shades of Medium Purple #B162FF
Tints of Medium Purple #B162FF
RGB
CMYK
RGB Variations
Color information
#B162FF (or 0xB162FF) is known color: Medium Purple. HEX triplet: B1, 62 and FF. RGB value is (177,98,255). Sum of RGB (Red+Green+Blue) = 177+98+255=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B162FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162FF is #4E9D00. Grayscale: #8A8A8A. Windows color (decimal): -5152001 or 16736945. OLE color: 16736945.
HSL color Cylindrical-coordinate representation of color #B162FF: hue angle of 270.19º 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 #B162FF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 98 | 255 | - |
| CMYK | 0.31 | 0.62 | 0 | 0 |
| HSL | 270.19º | 1% | 0.69% | - |
| HSV(B) | 270.19º | 0.62% | 1% | - |
| XYZ | 40.55 | 25.3 | 97.35 | - |
| YUV | 139.52 | 193.17 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 255 | 0.31 | 0.62 | 0 | 0 | 270.19 | 1 | 0.69 |
| Hex | B1 | 62 | FF | 1F | 3E | 0 | 0 | 10E | 64 | 45 |
| Octal | 261 | 142 | 377 | 37 | 76 | 0 | 0 | 416 | 144 | 105 |
| Binary | 10110001 | 1100010 | 11111111 | 11111 | 111110 | 0 | 0 | 100001110 | 1100100 | 1000101 |
Color Harmonies of #B162FF
Complementary color
Monochromatic Colors of #B162FF
Black with #B162FF
Text Example
Text Example
White with #B162FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162FF; }
p { color: rgb(177,98,255); }
H1.HeaderClassName
{
color: #B162FF;
}
.AnyTagClassName
{
color: #B162FF;
}
</style>
background-color css
<style>
a { background-color: #B162FF; }
a { background-color: rgb(177,98,255); }
div.DivClassName
{
background-color: #B162FF;
}
.BgClassName
{
background-color: #B162FF;
}
</style>
border-color css
<style>
span { border-color: #B162FF; }
span { border-color: rgb(177,98,255); }
td.TdClassName
{
border-color: #B162FF;
}
.TagClassName
{
border-color: #B162FF;
}
</style>