Shades of Medium Purple #B173FE
Tints of Medium Purple #B173FE
RGB
CMYK
RGB Variations
Color information
#B173FE (or 0xB173FE) is known color: Medium Purple. HEX triplet: B1, 73 and FE. RGB value is (177,115,254). Sum of RGB (Red+Green+Blue) = 177+115+254=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #B173FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B173FE is #4E8C01. Grayscale: #949494. Windows color (decimal): -5147650 or 16675761. OLE color: 16675761.
HSL color Cylindrical-coordinate representation of color #B173FE: hue angle of 266.76º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B173FE is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 115 | 254 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.00 |
| HSL | 266.76º | 0.99% | 0.72% | - |
| HSV(B) | 266.76º | 0.55% | 1% | - |
| XYZ | 42.15 | 28.76 | 97.1 | - |
| YUV | 149.38 | 187.04 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 254 | 0.30 | 0.55 | 0 | 0.00 | 266.76 | 0.99 | 0.72 |
| Hex | B1 | 73 | FE | 1E | 37 | 0 | 0 | 10B | 63 | 48 |
| Octal | 261 | 163 | 376 | 36 | 67 | 0 | 0 | 413 | 143 | 110 |
| Binary | 10110001 | 1110011 | 11111110 | 11110 | 110111 | 0 | 0 | 100001011 | 1100011 | 1001000 |
Color Harmonies of #B173FE
Complementary color
Monochromatic Colors of #B173FE
Black with #B173FE
Text Example
Text Example
White with #B173FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173FE; }
p { color: rgb(177,115,254); }
H1.HeaderClassName
{
color: #B173FE;
}
.AnyTagClassName
{
color: #B173FE;
}
</style>
background-color css
<style>
a { background-color: #B173FE; }
a { background-color: rgb(177,115,254); }
div.DivClassName
{
background-color: #B173FE;
}
.BgClassName
{
background-color: #B173FE;
}
</style>
border-color css
<style>
span { border-color: #B173FE; }
span { border-color: rgb(177,115,254); }
td.TdClassName
{
border-color: #B173FE;
}
.TagClassName
{
border-color: #B173FE;
}
</style>