Shades of Medium Purple #B176E7
Tints of Medium Purple #B176E7
RGB
CMYK
RGB Variations
Color information
#B176E7 (or 0xB176E7) is known color: Medium Purple. HEX triplet: B1, 76 and E7. RGB value is (177,118,231). Sum of RGB (Red+Green+Blue) = 177+118+231=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #B176E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B176E7 is #4E8918. Grayscale: #949494. Windows color (decimal): -5146905 or 15169201. OLE color: 15169201.
HSL color Cylindrical-coordinate representation of color #B176E7: hue angle of 271.33º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B176E7 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 118 | 231 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.09 |
| HSL | 271.33º | 0.7% | 0.68% | - |
| HSV(B) | 271.33º | 0.49% | 0.91% | - |
| XYZ | 39.03 | 28.07 | 78.96 | - |
| YUV | 148.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 231 | 0.23 | 0.49 | 0 | 0.09 | 271.33 | 0.7 | 0.68 |
| Hex | B1 | 76 | E7 | 17 | 31 | 0 | 9 | 10F | 46 | 44 |
| Octal | 261 | 166 | 347 | 27 | 61 | 0 | 11 | 417 | 106 | 104 |
| Binary | 10110001 | 1110110 | 11100111 | 10111 | 110001 | 0 | 1001 | 100001111 | 1000110 | 1000100 |
Color Harmonies of #B176E7
Complementary color
Monochromatic Colors of #B176E7
Black with #B176E7
Text Example
Text Example
White with #B176E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B176E7; }
p { color: rgb(177,118,231); }
H1.HeaderClassName
{
color: #B176E7;
}
.AnyTagClassName
{
color: #B176E7;
}
</style>
background-color css
<style>
a { background-color: #B176E7; }
a { background-color: rgb(177,118,231); }
div.DivClassName
{
background-color: #B176E7;
}
.BgClassName
{
background-color: #B176E7;
}
</style>
border-color css
<style>
span { border-color: #B176E7; }
span { border-color: rgb(177,118,231); }
td.TdClassName
{
border-color: #B176E7;
}
.TagClassName
{
border-color: #B176E7;
}
</style>