Shades of Medium Purple #B173F7
Tints of Medium Purple #B173F7
RGB
CMYK
RGB Variations
Color information
#B173F7 (or 0xB173F7) is known color: Medium Purple. HEX triplet: B1, 73 and F7. RGB value is (177,115,247). Sum of RGB (Red+Green+Blue) = 177+115+247=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #B173F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B173F7 is #4E8C08. Grayscale: #949494. Windows color (decimal): -5147657 or 16217009. OLE color: 16217009.
HSL color Cylindrical-coordinate representation of color #B173F7: hue angle of 268.18º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B173F7 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 115 | 247 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.03 |
| HSL | 268.18º | 0.89% | 0.71% | - |
| HSV(B) | 268.18º | 0.53% | 0.97% | - |
| XYZ | 41.05 | 28.32 | 91.3 | - |
| YUV | 148.59 | 183.54 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 247 | 0.28 | 0.53 | 0 | 0.03 | 268.18 | 0.89 | 0.71 |
| Hex | B1 | 73 | F7 | 1C | 35 | 0 | 3 | 10C | 59 | 47 |
| Octal | 261 | 163 | 367 | 34 | 65 | 0 | 3 | 414 | 131 | 107 |
| Binary | 10110001 | 1110011 | 11110111 | 11100 | 110101 | 0 | 11 | 100001100 | 1011001 | 1000111 |
Color Harmonies of #B173F7
Complementary color
Monochromatic Colors of #B173F7
Black with #B173F7
Text Example
Text Example
White with #B173F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173F7; }
p { color: rgb(177,115,247); }
H1.HeaderClassName
{
color: #B173F7;
}
.AnyTagClassName
{
color: #B173F7;
}
</style>
background-color css
<style>
a { background-color: #B173F7; }
a { background-color: rgb(177,115,247); }
div.DivClassName
{
background-color: #B173F7;
}
.BgClassName
{
background-color: #B173F7;
}
</style>
border-color css
<style>
span { border-color: #B173F7; }
span { border-color: rgb(177,115,247); }
td.TdClassName
{
border-color: #B173F7;
}
.TagClassName
{
border-color: #B173F7;
}
</style>