Shades of Medium Purple #B170EC
Tints of Medium Purple #B170EC
RGB
CMYK
RGB Variations
Color information
#B170EC (or 0xB170EC) is known color: Medium Purple. HEX triplet: B1, 70 and EC. RGB value is (177,112,236). Sum of RGB (Red+Green+Blue) = 177+112+236=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #B170EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170EC is #4E8F13. Grayscale: #919191. Windows color (decimal): -5148436 or 15495345. OLE color: 15495345.
HSL color Cylindrical-coordinate representation of color #B170EC: hue angle of 271.45º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B170EC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 112 | 236 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.07 |
| HSL | 271.45º | 0.77% | 0.68% | - |
| HSV(B) | 271.45º | 0.53% | 0.93% | - |
| XYZ | 39.07 | 26.99 | 82.51 | - |
| YUV | 145.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 236 | 0.25 | 0.53 | 0 | 0.07 | 271.45 | 0.77 | 0.68 |
| Hex | B1 | 70 | EC | 19 | 35 | 0 | 7 | 10F | 4D | 44 |
| Octal | 261 | 160 | 354 | 31 | 65 | 0 | 7 | 417 | 115 | 104 |
| Binary | 10110001 | 1110000 | 11101100 | 11001 | 110101 | 0 | 111 | 100001111 | 1001101 | 1000100 |
Color Harmonies of #B170EC
Complementary color
Monochromatic Colors of #B170EC
Black with #B170EC
Text Example
Text Example
White with #B170EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170EC; }
p { color: rgb(177,112,236); }
H1.HeaderClassName
{
color: #B170EC;
}
.AnyTagClassName
{
color: #B170EC;
}
</style>
background-color css
<style>
a { background-color: #B170EC; }
a { background-color: rgb(177,112,236); }
div.DivClassName
{
background-color: #B170EC;
}
.BgClassName
{
background-color: #B170EC;
}
</style>
border-color css
<style>
span { border-color: #B170EC; }
span { border-color: rgb(177,112,236); }
td.TdClassName
{
border-color: #B170EC;
}
.TagClassName
{
border-color: #B170EC;
}
</style>