Shades of Fuchsia #B157AF
Tints of Fuchsia #B157AF
RGB
CMYK
RGB Variations
Color information
#B157AF (or 0xB157AF) is known color: Fuchsia. HEX triplet: B1, 57 and AF. RGB value is (177,87,175). Sum of RGB (Red+Green+Blue) = 177+87+175=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B157AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B157AF is #4EA850. Grayscale: #7B7B7B. Windows color (decimal): -5154897 or 11491249. OLE color: 11491249.
HSL color Cylindrical-coordinate representation of color #B157AF: hue angle of 301.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B157AF is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 175 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.31 |
| HSL | 301.33º | 0.37% | 0.52% | - |
| HSV(B) | 301.33º | 0.51% | 0.69% | - |
| XYZ | 29.28 | 19.26 | 42.73 | - |
| YUV | 123.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 175 | 0 | 0.51 | 0.01 | 0.31 | 301.33 | 0.37 | 0.52 |
| Hex | B1 | 57 | AF | 0 | 33 | 1 | 1F | 12D | 25 | 34 |
| Octal | 261 | 127 | 257 | 0 | 63 | 1 | 37 | 455 | 45 | 64 |
| Binary | 10110001 | 1010111 | 10101111 | 0 | 110011 | 1 | 11111 | 100101101 | 100101 | 110100 |
Color Harmonies of #B157AF
Complementary color
Monochromatic Colors of #B157AF
Black with #B157AF
Text Example
Text Example
White with #B157AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157AF; }
p { color: rgb(177,87,175); }
H1.HeaderClassName
{
color: #B157AF;
}
.AnyTagClassName
{
color: #B157AF;
}
</style>
background-color css
<style>
a { background-color: #B157AF; }
a { background-color: rgb(177,87,175); }
div.DivClassName
{
background-color: #B157AF;
}
.BgClassName
{
background-color: #B157AF;
}
</style>
border-color css
<style>
span { border-color: #B157AF; }
span { border-color: rgb(177,87,175); }
td.TdClassName
{
border-color: #B157AF;
}
.TagClassName
{
border-color: #B157AF;
}
</style>