Shades of Medium Purple #B172E5
Tints of Medium Purple #B172E5
RGB
CMYK
RGB Variations
Color information
#B172E5 (or 0xB172E5) is known color: Medium Purple. HEX triplet: B1, 72 and E5. RGB value is (177,114,229). Sum of RGB (Red+Green+Blue) = 177+114+229=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #B172E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172E5 is #4E8D1A. Grayscale: #919191. Windows color (decimal): -5147931 or 15037105. OLE color: 15037105.
HSL color Cylindrical-coordinate representation of color #B172E5: hue angle of 272.87º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B172E5 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 114 | 229 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.10 |
| HSL | 272.87º | 0.69% | 0.67% | - |
| HSV(B) | 272.87º | 0.5% | 0.9% | - |
| XYZ | 38.29 | 27.04 | 77.33 | - |
| YUV | 145.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 229 | 0.23 | 0.50 | 0 | 0.10 | 272.87 | 0.69 | 0.67 |
| Hex | B1 | 72 | E5 | 17 | 32 | 0 | A | 111 | 45 | 43 |
| Octal | 261 | 162 | 345 | 27 | 62 | 0 | 12 | 421 | 105 | 103 |
| Binary | 10110001 | 1110010 | 11100101 | 10111 | 110010 | 0 | 1010 | 100010001 | 1000101 | 1000011 |
Color Harmonies of #B172E5
Complementary color
Monochromatic Colors of #B172E5
Black with #B172E5
Text Example
Text Example
White with #B172E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172E5; }
p { color: rgb(177,114,229); }
H1.HeaderClassName
{
color: #B172E5;
}
.AnyTagClassName
{
color: #B172E5;
}
</style>
background-color css
<style>
a { background-color: #B172E5; }
a { background-color: rgb(177,114,229); }
div.DivClassName
{
background-color: #B172E5;
}
.BgClassName
{
background-color: #B172E5;
}
</style>
border-color css
<style>
span { border-color: #B172E5; }
span { border-color: rgb(177,114,229); }
td.TdClassName
{
border-color: #B172E5;
}
.TagClassName
{
border-color: #B172E5;
}
</style>