Shades of Medium Purple #B172F7
Tints of Medium Purple #B172F7
RGB
CMYK
RGB Variations
Color information
#B172F7 (or 0xB172F7) is known color: Medium Purple. HEX triplet: B1, 72 and F7. RGB value is (177,114,247). Sum of RGB (Red+Green+Blue) = 177+114+247=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #B172F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172F7 is #4E8D08. Grayscale: #939393. Windows color (decimal): -5147913 or 16216753. OLE color: 16216753.
HSL color Cylindrical-coordinate representation of color #B172F7: hue angle of 268.42º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B172F7 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 114 | 247 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.03 |
| HSL | 268.42º | 0.89% | 0.71% | - |
| HSV(B) | 268.42º | 0.54% | 0.97% | - |
| XYZ | 40.94 | 28.1 | 91.26 | - |
| YUV | 148 | 183.87 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 247 | 0.28 | 0.54 | 0 | 0.03 | 268.42 | 0.89 | 0.71 |
| Hex | B1 | 72 | F7 | 1C | 36 | 0 | 3 | 10C | 59 | 47 |
| Octal | 261 | 162 | 367 | 34 | 66 | 0 | 3 | 414 | 131 | 107 |
| Binary | 10110001 | 1110010 | 11110111 | 11100 | 110110 | 0 | 11 | 100001100 | 1011001 | 1000111 |
Color Harmonies of #B172F7
Complementary color
Monochromatic Colors of #B172F7
Black with #B172F7
Text Example
Text Example
White with #B172F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172F7; }
p { color: rgb(177,114,247); }
H1.HeaderClassName
{
color: #B172F7;
}
.AnyTagClassName
{
color: #B172F7;
}
</style>
background-color css
<style>
a { background-color: #B172F7; }
a { background-color: rgb(177,114,247); }
div.DivClassName
{
background-color: #B172F7;
}
.BgClassName
{
background-color: #B172F7;
}
</style>
border-color css
<style>
span { border-color: #B172F7; }
span { border-color: rgb(177,114,247); }
td.TdClassName
{
border-color: #B172F7;
}
.TagClassName
{
border-color: #B172F7;
}
</style>