Shades of Medium Purple #B172FE
Tints of Medium Purple #B172FE
RGB
CMYK
RGB Variations
Color information
#B172FE (or 0xB172FE) is known color: Medium Purple. HEX triplet: B1, 72 and FE. RGB value is (177,114,254). Sum of RGB (Red+Green+Blue) = 177+114+254=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #B172FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172FE is #4E8D01. Grayscale: #949494. Windows color (decimal): -5147906 or 16675505. OLE color: 16675505.
HSL color Cylindrical-coordinate representation of color #B172FE: hue angle of 267º 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 #B172FE is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 114 | 254 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.00 |
| HSL | 267º | 0.99% | 0.72% | - |
| HSV(B) | 267º | 0.55% | 1% | - |
| XYZ | 42.04 | 28.54 | 97.06 | - |
| YUV | 148.8 | 187.37 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 254 | 0.30 | 0.55 | 0 | 0.00 | 267 | 0.99 | 0.72 |
| Hex | B1 | 72 | FE | 1E | 37 | 0 | 0 | 10B | 63 | 48 |
| Octal | 261 | 162 | 376 | 36 | 67 | 0 | 0 | 413 | 143 | 110 |
| Binary | 10110001 | 1110010 | 11111110 | 11110 | 110111 | 0 | 0 | 100001011 | 1100011 | 1001000 |
Color Harmonies of #B172FE
Complementary color
Monochromatic Colors of #B172FE
Black with #B172FE
Text Example
Text Example
White with #B172FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172FE; }
p { color: rgb(177,114,254); }
H1.HeaderClassName
{
color: #B172FE;
}
.AnyTagClassName
{
color: #B172FE;
}
</style>
background-color css
<style>
a { background-color: #B172FE; }
a { background-color: rgb(177,114,254); }
div.DivClassName
{
background-color: #B172FE;
}
.BgClassName
{
background-color: #B172FE;
}
</style>
border-color css
<style>
span { border-color: #B172FE; }
span { border-color: rgb(177,114,254); }
td.TdClassName
{
border-color: #B172FE;
}
.TagClassName
{
border-color: #B172FE;
}
</style>