Shades of Medium Purple #B178FA
Tints of Medium Purple #B178FA
RGB
CMYK
RGB Variations
Color information
#B178FA (or 0xB178FA) is known color: Medium Purple. HEX triplet: B1, 78 and FA. RGB value is (177,120,250). Sum of RGB (Red+Green+Blue) = 177+120+250=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #B178FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B178FA is #4E8705. Grayscale: #979797. Windows color (decimal): -5146374 or 16414897. OLE color: 16414897.
HSL color Cylindrical-coordinate representation of color #B178FA: hue angle of 266.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B178FA is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 120 | 250 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.02 |
| HSL | 266.31º | 0.93% | 0.73% | - |
| HSV(B) | 266.31º | 0.52% | 0.98% | - |
| XYZ | 42.1 | 29.68 | 93.95 | - |
| YUV | 151.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 250 | 0.29 | 0.52 | 0 | 0.02 | 266.31 | 0.93 | 0.73 |
| Hex | B1 | 78 | FA | 1D | 34 | 0 | 2 | 10A | 5D | 49 |
| Octal | 261 | 170 | 372 | 35 | 64 | 0 | 2 | 412 | 135 | 111 |
| Binary | 10110001 | 1111000 | 11111010 | 11101 | 110100 | 0 | 10 | 100001010 | 1011101 | 1001001 |
Color Harmonies of #B178FA
Complementary color
Monochromatic Colors of #B178FA
Black with #B178FA
Text Example
Text Example
White with #B178FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178FA; }
p { color: rgb(177,120,250); }
H1.HeaderClassName
{
color: #B178FA;
}
.AnyTagClassName
{
color: #B178FA;
}
</style>
background-color css
<style>
a { background-color: #B178FA; }
a { background-color: rgb(177,120,250); }
div.DivClassName
{
background-color: #B178FA;
}
.BgClassName
{
background-color: #B178FA;
}
</style>
border-color css
<style>
span { border-color: #B178FA; }
span { border-color: rgb(177,120,250); }
td.TdClassName
{
border-color: #B178FA;
}
.TagClassName
{
border-color: #B178FA;
}
</style>