Shades of Medium Purple #B179E1
Tints of Medium Purple #B179E1
RGB
CMYK
RGB Variations
Color information
#B179E1 (or 0xB179E1) is known color: Medium Purple. HEX triplet: B1, 79 and E1. RGB value is (177,121,225). Sum of RGB (Red+Green+Blue) = 177+121+225=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #B179E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B179E1 is #4E861E. Grayscale: #959595. Windows color (decimal): -5146143 or 14776753. OLE color: 14776753.
HSL color Cylindrical-coordinate representation of color #B179E1: hue angle of 272.31º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B179E1 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 121 | 225 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.12 |
| HSL | 272.31º | 0.63% | 0.68% | - |
| HSV(B) | 272.31º | 0.46% | 0.88% | - |
| XYZ | 38.56 | 28.46 | 74.69 | - |
| YUV | 149.6 | 170.55 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 225 | 0.21 | 0.46 | 0 | 0.12 | 272.31 | 0.63 | 0.68 |
| Hex | B1 | 79 | E1 | 15 | 2E | 0 | C | 110 | 3F | 44 |
| Octal | 261 | 171 | 341 | 25 | 56 | 0 | 14 | 420 | 77 | 104 |
| Binary | 10110001 | 1111001 | 11100001 | 10101 | 101110 | 0 | 1100 | 100010000 | 111111 | 1000100 |
Color Harmonies of #B179E1
Complementary color
Monochromatic Colors of #B179E1
Black with #B179E1
Text Example
Text Example
White with #B179E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B179E1; }
p { color: rgb(177,121,225); }
H1.HeaderClassName
{
color: #B179E1;
}
.AnyTagClassName
{
color: #B179E1;
}
</style>
background-color css
<style>
a { background-color: #B179E1; }
a { background-color: rgb(177,121,225); }
div.DivClassName
{
background-color: #B179E1;
}
.BgClassName
{
background-color: #B179E1;
}
</style>
border-color css
<style>
span { border-color: #B179E1; }
span { border-color: rgb(177,121,225); }
td.TdClassName
{
border-color: #B179E1;
}
.TagClassName
{
border-color: #B179E1;
}
</style>