Shades of Medium Purple #B174FE
Tints of Medium Purple #B174FE
RGB
CMYK
RGB Variations
Color information
#B174FE (or 0xB174FE) is known color: Medium Purple. HEX triplet: B1, 74 and FE. RGB value is (177,116,254). Sum of RGB (Red+Green+Blue) = 177+116+254=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #B174FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B174FE is #4E8B01. Grayscale: #959595. Windows color (decimal): -5147394 or 16676017. OLE color: 16676017.
HSL color Cylindrical-coordinate representation of color #B174FE: hue angle of 266.52º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B174FE is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 116 | 254 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.00 |
| HSL | 266.52º | 0.99% | 0.73% | - |
| HSV(B) | 266.52º | 0.54% | 1% | - |
| XYZ | 42.27 | 28.99 | 97.13 | - |
| YUV | 149.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 254 | 0.30 | 0.54 | 0 | 0.00 | 266.52 | 0.99 | 0.73 |
| Hex | B1 | 74 | FE | 1E | 36 | 0 | 0 | 10B | 63 | 49 |
| Octal | 261 | 164 | 376 | 36 | 66 | 0 | 0 | 413 | 143 | 111 |
| Binary | 10110001 | 1110100 | 11111110 | 11110 | 110110 | 0 | 0 | 100001011 | 1100011 | 1001001 |
Color Harmonies of #B174FE
Complementary color
Monochromatic Colors of #B174FE
Black with #B174FE
Text Example
Text Example
White with #B174FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B174FE; }
p { color: rgb(177,116,254); }
H1.HeaderClassName
{
color: #B174FE;
}
.AnyTagClassName
{
color: #B174FE;
}
</style>
background-color css
<style>
a { background-color: #B174FE; }
a { background-color: rgb(177,116,254); }
div.DivClassName
{
background-color: #B174FE;
}
.BgClassName
{
background-color: #B174FE;
}
</style>
border-color css
<style>
span { border-color: #B174FE; }
span { border-color: rgb(177,116,254); }
td.TdClassName
{
border-color: #B174FE;
}
.TagClassName
{
border-color: #B174FE;
}
</style>