Shades of Medium Purple #B172EE
Tints of Medium Purple #B172EE
RGB
CMYK
RGB Variations
Color information
#B172EE (or 0xB172EE) is known color: Medium Purple. HEX triplet: B1, 72 and EE. RGB value is (177,114,238). Sum of RGB (Red+Green+Blue) = 177+114+238=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #B172EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B172EE is #4E8D11. Grayscale: #929292. Windows color (decimal): -5147922 or 15626929. OLE color: 15626929.
HSL color Cylindrical-coordinate representation of color #B172EE: hue angle of 270.48º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B172EE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 114 | 238 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.07 |
| HSL | 270.48º | 0.78% | 0.69% | - |
| HSV(B) | 270.48º | 0.52% | 0.93% | - |
| XYZ | 39.58 | 27.55 | 84.12 | - |
| YUV | 146.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 238 | 0.26 | 0.52 | 0 | 0.07 | 270.48 | 0.78 | 0.69 |
| Hex | B1 | 72 | EE | 1A | 34 | 0 | 7 | 10E | 4E | 45 |
| Octal | 261 | 162 | 356 | 32 | 64 | 0 | 7 | 416 | 116 | 105 |
| Binary | 10110001 | 1110010 | 11101110 | 11010 | 110100 | 0 | 111 | 100001110 | 1001110 | 1000101 |
Color Harmonies of #B172EE
Complementary color
Monochromatic Colors of #B172EE
Black with #B172EE
Text Example
Text Example
White with #B172EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172EE; }
p { color: rgb(177,114,238); }
H1.HeaderClassName
{
color: #B172EE;
}
.AnyTagClassName
{
color: #B172EE;
}
</style>
background-color css
<style>
a { background-color: #B172EE; }
a { background-color: rgb(177,114,238); }
div.DivClassName
{
background-color: #B172EE;
}
.BgClassName
{
background-color: #B172EE;
}
</style>
border-color css
<style>
span { border-color: #B172EE; }
span { border-color: rgb(177,114,238); }
td.TdClassName
{
border-color: #B172EE;
}
.TagClassName
{
border-color: #B172EE;
}
</style>