Shades of Medium Purple #B177FC
Tints of Medium Purple #B177FC
RGB
CMYK
RGB Variations
Color information
#B177FC (or 0xB177FC) is known color: Medium Purple. HEX triplet: B1, 77 and FC. RGB value is (177,119,252). Sum of RGB (Red+Green+Blue) = 177+119+252=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #B177FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B177FC is #4E8803. Grayscale: #979797. Windows color (decimal): -5146628 or 16545713. OLE color: 16545713.
HSL color Cylindrical-coordinate representation of color #B177FC: hue angle of 266.17º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B177FC is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 119 | 252 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.01 |
| HSL | 266.17º | 0.96% | 0.73% | - |
| HSV(B) | 266.17º | 0.53% | 0.99% | - |
| XYZ | 42.3 | 29.57 | 95.57 | - |
| YUV | 151.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 252 | 0.30 | 0.53 | 0 | 0.01 | 266.17 | 0.96 | 0.73 |
| Hex | B1 | 77 | FC | 1E | 35 | 0 | 1 | 10A | 60 | 49 |
| Octal | 261 | 167 | 374 | 36 | 65 | 0 | 1 | 412 | 140 | 111 |
| Binary | 10110001 | 1110111 | 11111100 | 11110 | 110101 | 0 | 1 | 100001010 | 1100000 | 1001001 |
Color Harmonies of #B177FC
Complementary color
Monochromatic Colors of #B177FC
Black with #B177FC
Text Example
Text Example
White with #B177FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B177FC; }
p { color: rgb(177,119,252); }
H1.HeaderClassName
{
color: #B177FC;
}
.AnyTagClassName
{
color: #B177FC;
}
</style>
background-color css
<style>
a { background-color: #B177FC; }
a { background-color: rgb(177,119,252); }
div.DivClassName
{
background-color: #B177FC;
}
.BgClassName
{
background-color: #B177FC;
}
</style>
border-color css
<style>
span { border-color: #B177FC; }
span { border-color: rgb(177,119,252); }
td.TdClassName
{
border-color: #B177FC;
}
.TagClassName
{
border-color: #B177FC;
}
</style>