Shades of Medium Purple #B178F9
Tints of Medium Purple #B178F9
RGB
CMYK
RGB Variations
Color information
#B178F9 (or 0xB178F9) is known color: Medium Purple. HEX triplet: B1, 78 and F9. RGB value is (177,120,249). Sum of RGB (Red+Green+Blue) = 177+120+249=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #B178F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B178F9 is #4E8706. Grayscale: #979797. Windows color (decimal): -5146375 or 16349361. OLE color: 16349361.
HSL color Cylindrical-coordinate representation of color #B178F9: hue angle of 266.51º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B178F9 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 120 | 249 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.02 |
| HSL | 266.51º | 0.91% | 0.72% | - |
| HSV(B) | 266.51º | 0.52% | 0.98% | - |
| XYZ | 41.95 | 29.62 | 93.13 | - |
| YUV | 151.75 | 182.88 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 249 | 0.29 | 0.52 | 0 | 0.02 | 266.51 | 0.91 | 0.72 |
| Hex | B1 | 78 | F9 | 1D | 34 | 0 | 2 | 10B | 5B | 48 |
| Octal | 261 | 170 | 371 | 35 | 64 | 0 | 2 | 413 | 133 | 110 |
| Binary | 10110001 | 1111000 | 11111001 | 11101 | 110100 | 0 | 10 | 100001011 | 1011011 | 1001000 |
Color Harmonies of #B178F9
Complementary color
Monochromatic Colors of #B178F9
Black with #B178F9
Text Example
Text Example
White with #B178F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178F9; }
p { color: rgb(177,120,249); }
H1.HeaderClassName
{
color: #B178F9;
}
.AnyTagClassName
{
color: #B178F9;
}
</style>
background-color css
<style>
a { background-color: #B178F9; }
a { background-color: rgb(177,120,249); }
div.DivClassName
{
background-color: #B178F9;
}
.BgClassName
{
background-color: #B178F9;
}
</style>
border-color css
<style>
span { border-color: #B178F9; }
span { border-color: rgb(177,120,249); }
td.TdClassName
{
border-color: #B178F9;
}
.TagClassName
{
border-color: #B178F9;
}
</style>