Shades of Fuchsia #B157BD
Tints of Fuchsia #B157BD
RGB
CMYK
RGB Variations
Color information
#B157BD (or 0xB157BD) is known color: Fuchsia. HEX triplet: B1, 57 and BD. RGB value is (177,87,189). Sum of RGB (Red+Green+Blue) = 177+87+189=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #B157BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157BD is #4EA842. Grayscale: #7D7D7D. Windows color (decimal): -5154883 or 12408753. OLE color: 12408753.
HSL color Cylindrical-coordinate representation of color #B157BD: hue angle of 292.94º degrees, saturation: 0.44, 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 #B157BD is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 87 | 189 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.26 |
| HSL | 292.94º | 0.44% | 0.54% | - |
| HSV(B) | 292.94º | 0.54% | 0.74% | - |
| XYZ | 30.72 | 19.84 | 50.35 | - |
| YUV | 125.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 189 | 0.06 | 0.54 | 0 | 0.26 | 292.94 | 0.44 | 0.54 |
| Hex | B1 | 57 | BD | 6 | 36 | 0 | 1A | 125 | 2C | 36 |
| Octal | 261 | 127 | 275 | 6 | 66 | 0 | 32 | 445 | 54 | 66 |
| Binary | 10110001 | 1010111 | 10111101 | 110 | 110110 | 0 | 11010 | 100100101 | 101100 | 110110 |
Color Harmonies of #B157BD
Complementary color
Monochromatic Colors of #B157BD
Black with #B157BD
Text Example
Text Example
White with #B157BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157BD; }
p { color: rgb(177,87,189); }
H1.HeaderClassName
{
color: #B157BD;
}
.AnyTagClassName
{
color: #B157BD;
}
</style>
background-color css
<style>
a { background-color: #B157BD; }
a { background-color: rgb(177,87,189); }
div.DivClassName
{
background-color: #B157BD;
}
.BgClassName
{
background-color: #B157BD;
}
</style>
border-color css
<style>
span { border-color: #B157BD; }
span { border-color: rgb(177,87,189); }
td.TdClassName
{
border-color: #B157BD;
}
.TagClassName
{
border-color: #B157BD;
}
</style>