Shades of Medium Purple #B178E9
Tints of Medium Purple #B178E9
RGB
CMYK
RGB Variations
Color information
#B178E9 (or 0xB178E9) is known color: Medium Purple. HEX triplet: B1, 78 and E9. RGB value is (177,120,233). Sum of RGB (Red+Green+Blue) = 177+120+233=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #B178E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B178E9 is #4E8716. Grayscale: #959595. Windows color (decimal): -5146391 or 15300785. OLE color: 15300785.
HSL color Cylindrical-coordinate representation of color #B178E9: hue angle of 270.27º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B178E9 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 120 | 233 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.09 |
| HSL | 270.27º | 0.72% | 0.69% | - |
| HSV(B) | 270.27º | 0.48% | 0.91% | - |
| XYZ | 39.56 | 28.66 | 80.54 | - |
| YUV | 149.93 | 174.88 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 233 | 0.24 | 0.48 | 0 | 0.09 | 270.27 | 0.72 | 0.69 |
| Hex | B1 | 78 | E9 | 18 | 30 | 0 | 9 | 10E | 48 | 45 |
| Octal | 261 | 170 | 351 | 30 | 60 | 0 | 11 | 416 | 110 | 105 |
| Binary | 10110001 | 1111000 | 11101001 | 11000 | 110000 | 0 | 1001 | 100001110 | 1001000 | 1000101 |
Color Harmonies of #B178E9
Complementary color
Monochromatic Colors of #B178E9
Black with #B178E9
Text Example
Text Example
White with #B178E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178E9; }
p { color: rgb(177,120,233); }
H1.HeaderClassName
{
color: #B178E9;
}
.AnyTagClassName
{
color: #B178E9;
}
</style>
background-color css
<style>
a { background-color: #B178E9; }
a { background-color: rgb(177,120,233); }
div.DivClassName
{
background-color: #B178E9;
}
.BgClassName
{
background-color: #B178E9;
}
</style>
border-color css
<style>
span { border-color: #B178E9; }
span { border-color: rgb(177,120,233); }
td.TdClassName
{
border-color: #B178E9;
}
.TagClassName
{
border-color: #B178E9;
}
</style>