Shades of Fuchsia #B151AF
Tints of Fuchsia #B151AF
RGB
CMYK
RGB Variations
Color information
#B151AF (or 0xB151AF) is known color: Fuchsia. HEX triplet: B1, 51 and AF. RGB value is (177,81,175). Sum of RGB (Red+Green+Blue) = 177+81+175=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B151AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B151AF is #4EAE50. Grayscale: #787878. Windows color (decimal): -5156433 or 11489713. OLE color: 11489713.
HSL color Cylindrical-coordinate representation of color #B151AF: hue angle of 301.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B151AF is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 175 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.31 |
| HSL | 301.25º | 0.38% | 0.51% | - |
| HSV(B) | 301.25º | 0.54% | 0.69% | - |
| XYZ | 28.81 | 18.33 | 42.58 | - |
| YUV | 120.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 175 | 0 | 0.54 | 0.01 | 0.31 | 301.25 | 0.38 | 0.51 |
| Hex | B1 | 51 | AF | 0 | 36 | 1 | 1F | 12D | 26 | 33 |
| Octal | 261 | 121 | 257 | 0 | 66 | 1 | 37 | 455 | 46 | 63 |
| Binary | 10110001 | 1010001 | 10101111 | 0 | 110110 | 1 | 11111 | 100101101 | 100110 | 110011 |
Color Harmonies of #B151AF
Complementary color
Monochromatic Colors of #B151AF
Black with #B151AF
Text Example
Text Example
White with #B151AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151AF; }
p { color: rgb(177,81,175); }
H1.HeaderClassName
{
color: #B151AF;
}
.AnyTagClassName
{
color: #B151AF;
}
</style>
background-color css
<style>
a { background-color: #B151AF; }
a { background-color: rgb(177,81,175); }
div.DivClassName
{
background-color: #B151AF;
}
.BgClassName
{
background-color: #B151AF;
}
</style>
border-color css
<style>
span { border-color: #B151AF; }
span { border-color: rgb(177,81,175); }
td.TdClassName
{
border-color: #B151AF;
}
.TagClassName
{
border-color: #B151AF;
}
</style>