Shades of Medium Purple #B170F8
Tints of Medium Purple #B170F8
RGB
CMYK
RGB Variations
Color information
#B170F8 (or 0xB170F8) is known color: Medium Purple. HEX triplet: B1, 70 and F8. RGB value is (177,112,248). Sum of RGB (Red+Green+Blue) = 177+112+248=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #B170F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170F8 is #4E8F07. Grayscale: #929292. Windows color (decimal): -5148424 or 16281777. OLE color: 16281777.
HSL color Cylindrical-coordinate representation of color #B170F8: hue angle of 268.68º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B170F8 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 112 | 248 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.03 |
| HSL | 268.68º | 0.91% | 0.71% | - |
| HSV(B) | 268.68º | 0.55% | 0.97% | - |
| XYZ | 40.87 | 27.71 | 92 | - |
| YUV | 146.94 | 185.03 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 248 | 0.29 | 0.55 | 0 | 0.03 | 268.68 | 0.91 | 0.71 |
| Hex | B1 | 70 | F8 | 1D | 37 | 0 | 3 | 10D | 5B | 47 |
| Octal | 261 | 160 | 370 | 35 | 67 | 0 | 3 | 415 | 133 | 107 |
| Binary | 10110001 | 1110000 | 11111000 | 11101 | 110111 | 0 | 11 | 100001101 | 1011011 | 1000111 |
Color Harmonies of #B170F8
Complementary color
Monochromatic Colors of #B170F8
Black with #B170F8
Text Example
Text Example
White with #B170F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170F8; }
p { color: rgb(177,112,248); }
H1.HeaderClassName
{
color: #B170F8;
}
.AnyTagClassName
{
color: #B170F8;
}
</style>
background-color css
<style>
a { background-color: #B170F8; }
a { background-color: rgb(177,112,248); }
div.DivClassName
{
background-color: #B170F8;
}
.BgClassName
{
background-color: #B170F8;
}
</style>
border-color css
<style>
span { border-color: #B170F8; }
span { border-color: rgb(177,112,248); }
td.TdClassName
{
border-color: #B170F8;
}
.TagClassName
{
border-color: #B170F8;
}
</style>