Shades of Medium Purple #B162FB
Tints of Medium Purple #B162FB
RGB
CMYK
RGB Variations
Color information
#B162FB (or 0xB162FB) is known color: Medium Purple. HEX triplet: B1, 62 and FB. RGB value is (177,98,251). Sum of RGB (Red+Green+Blue) = 177+98+251=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #B162FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162FB is #4E9D04. Grayscale: #8A8A8A. Windows color (decimal): -5152005 or 16474801. OLE color: 16474801.
HSL color Cylindrical-coordinate representation of color #B162FB: hue angle of 270.98º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B162FB is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 98 | 251 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.02 |
| HSL | 270.98º | 0.95% | 0.68% | - |
| HSV(B) | 270.98º | 0.61% | 0.98% | - |
| XYZ | 39.91 | 25.05 | 94 | - |
| YUV | 139.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 251 | 0.29 | 0.61 | 0 | 0.02 | 270.98 | 0.95 | 0.68 |
| Hex | B1 | 62 | FB | 1D | 3D | 0 | 2 | 10F | 5F | 44 |
| Octal | 261 | 142 | 373 | 35 | 75 | 0 | 2 | 417 | 137 | 104 |
| Binary | 10110001 | 1100010 | 11111011 | 11101 | 111101 | 0 | 10 | 100001111 | 1011111 | 1000100 |
Color Harmonies of #B162FB
Complementary color
Monochromatic Colors of #B162FB
Black with #B162FB
Text Example
Text Example
White with #B162FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162FB; }
p { color: rgb(177,98,251); }
H1.HeaderClassName
{
color: #B162FB;
}
.AnyTagClassName
{
color: #B162FB;
}
</style>
background-color css
<style>
a { background-color: #B162FB; }
a { background-color: rgb(177,98,251); }
div.DivClassName
{
background-color: #B162FB;
}
.BgClassName
{
background-color: #B162FB;
}
</style>
border-color css
<style>
span { border-color: #B162FB; }
span { border-color: rgb(177,98,251); }
td.TdClassName
{
border-color: #B162FB;
}
.TagClassName
{
border-color: #B162FB;
}
</style>