Shades of Medium Purple #B178FB
Tints of Medium Purple #B178FB
RGB
CMYK
RGB Variations
Color information
#B178FB (or 0xB178FB) is known color: Medium Purple. HEX triplet: B1, 78 and FB. RGB value is (177,120,251). Sum of RGB (Red+Green+Blue) = 177+120+251=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #B178FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B178FB is #4E8704. Grayscale: #979797. Windows color (decimal): -5146373 or 16480433. OLE color: 16480433.
HSL color Cylindrical-coordinate representation of color #B178FB: hue angle of 266.11º degrees, saturation: 0.94, 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 #B178FB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 120 | 251 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.02 |
| HSL | 266.11º | 0.94% | 0.73% | - |
| HSV(B) | 266.11º | 0.52% | 0.98% | - |
| XYZ | 42.26 | 29.75 | 94.78 | - |
| YUV | 151.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 251 | 0.29 | 0.52 | 0 | 0.02 | 266.11 | 0.94 | 0.73 |
| Hex | B1 | 78 | FB | 1D | 34 | 0 | 2 | 10A | 5E | 49 |
| Octal | 261 | 170 | 373 | 35 | 64 | 0 | 2 | 412 | 136 | 111 |
| Binary | 10110001 | 1111000 | 11111011 | 11101 | 110100 | 0 | 10 | 100001010 | 1011110 | 1001001 |
Color Harmonies of #B178FB
Complementary color
Monochromatic Colors of #B178FB
Black with #B178FB
Text Example
Text Example
White with #B178FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178FB; }
p { color: rgb(177,120,251); }
H1.HeaderClassName
{
color: #B178FB;
}
.AnyTagClassName
{
color: #B178FB;
}
</style>
background-color css
<style>
a { background-color: #B178FB; }
a { background-color: rgb(177,120,251); }
div.DivClassName
{
background-color: #B178FB;
}
.BgClassName
{
background-color: #B178FB;
}
</style>
border-color css
<style>
span { border-color: #B178FB; }
span { border-color: rgb(177,120,251); }
td.TdClassName
{
border-color: #B178FB;
}
.TagClassName
{
border-color: #B178FB;
}
</style>