Shades of Fuchsia #B157BC
Tints of Fuchsia #B157BC
RGB
CMYK
RGB Variations
Color information
#B157BC (or 0xB157BC) is known color: Fuchsia. HEX triplet: B1, 57 and BC. RGB value is (177,87,188). Sum of RGB (Red+Green+Blue) = 177+87+188=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #B157BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157BC is #4EA843. Grayscale: #7D7D7D. Windows color (decimal): -5154884 or 12343217. OLE color: 12343217.
HSL color Cylindrical-coordinate representation of color #B157BC: hue angle of 293.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B157BC is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 87 | 188 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.26 |
| HSL | 293.47º | 0.43% | 0.54% | - |
| HSV(B) | 293.47º | 0.54% | 0.74% | - |
| XYZ | 30.62 | 19.79 | 49.78 | - |
| YUV | 125.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 188 | 0.06 | 0.54 | 0 | 0.26 | 293.47 | 0.43 | 0.54 |
| Hex | B1 | 57 | BC | 6 | 36 | 0 | 1A | 125 | 2B | 36 |
| Octal | 261 | 127 | 274 | 6 | 66 | 0 | 32 | 445 | 53 | 66 |
| Binary | 10110001 | 1010111 | 10111100 | 110 | 110110 | 0 | 11010 | 100100101 | 101011 | 110110 |
Color Harmonies of #B157BC
Complementary color
Monochromatic Colors of #B157BC
Black with #B157BC
Text Example
Text Example
White with #B157BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157BC; }
p { color: rgb(177,87,188); }
H1.HeaderClassName
{
color: #B157BC;
}
.AnyTagClassName
{
color: #B157BC;
}
</style>
background-color css
<style>
a { background-color: #B157BC; }
a { background-color: rgb(177,87,188); }
div.DivClassName
{
background-color: #B157BC;
}
.BgClassName
{
background-color: #B157BC;
}
</style>
border-color css
<style>
span { border-color: #B157BC; }
span { border-color: rgb(177,87,188); }
td.TdClassName
{
border-color: #B157BC;
}
.TagClassName
{
border-color: #B157BC;
}
</style>