Shades of Medium Purple #B173FD
Tints of Medium Purple #B173FD
RGB
CMYK
RGB Variations
Color information
#B173FD (or 0xB173FD) is known color: Medium Purple. HEX triplet: B1, 73 and FD. RGB value is (177,115,253). Sum of RGB (Red+Green+Blue) = 177+115+253=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #B173FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B173FD is #4E8C02. Grayscale: #949494. Windows color (decimal): -5147651 or 16610225. OLE color: 16610225.
HSL color Cylindrical-coordinate representation of color #B173FD: hue angle of 266.96º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B173FD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 115 | 253 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.01 |
| HSL | 266.96º | 0.97% | 0.72% | - |
| HSV(B) | 266.96º | 0.55% | 0.99% | - |
| XYZ | 41.99 | 28.7 | 96.26 | - |
| YUV | 149.27 | 186.54 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 253 | 0.30 | 0.55 | 0 | 0.01 | 266.96 | 0.97 | 0.72 |
| Hex | B1 | 73 | FD | 1E | 37 | 0 | 1 | 10B | 61 | 48 |
| Octal | 261 | 163 | 375 | 36 | 67 | 0 | 1 | 413 | 141 | 110 |
| Binary | 10110001 | 1110011 | 11111101 | 11110 | 110111 | 0 | 1 | 100001011 | 1100001 | 1001000 |
Color Harmonies of #B173FD
Complementary color
Monochromatic Colors of #B173FD
Black with #B173FD
Text Example
Text Example
White with #B173FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173FD; }
p { color: rgb(177,115,253); }
H1.HeaderClassName
{
color: #B173FD;
}
.AnyTagClassName
{
color: #B173FD;
}
</style>
background-color css
<style>
a { background-color: #B173FD; }
a { background-color: rgb(177,115,253); }
div.DivClassName
{
background-color: #B173FD;
}
.BgClassName
{
background-color: #B173FD;
}
</style>
border-color css
<style>
span { border-color: #B173FD; }
span { border-color: rgb(177,115,253); }
td.TdClassName
{
border-color: #B173FD;
}
.TagClassName
{
border-color: #B173FD;
}
</style>