Shades of Fuchsia #B155AF
Tints of Fuchsia #B155AF
RGB
CMYK
RGB Variations
Color information
#B155AF (or 0xB155AF) is known color: Fuchsia. HEX triplet: B1, 55 and AF. RGB value is (177,85,175). Sum of RGB (Red+Green+Blue) = 177+85+175=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B155AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B155AF is #4EAA50. Grayscale: #7A7A7A. Windows color (decimal): -5155409 or 11490737. OLE color: 11490737.
HSL color Cylindrical-coordinate representation of color #B155AF: hue angle of 301.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B155AF is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 175 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.31 |
| HSL | 301.3º | 0.37% | 0.51% | - |
| HSV(B) | 301.3º | 0.52% | 0.69% | - |
| XYZ | 29.12 | 18.94 | 42.68 | - |
| YUV | 122.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 175 | 0 | 0.52 | 0.01 | 0.31 | 301.3 | 0.37 | 0.51 |
| Hex | B1 | 55 | AF | 0 | 34 | 1 | 1F | 12D | 25 | 33 |
| Octal | 261 | 125 | 257 | 0 | 64 | 1 | 37 | 455 | 45 | 63 |
| Binary | 10110001 | 1010101 | 10101111 | 0 | 110100 | 1 | 11111 | 100101101 | 100101 | 110011 |
Color Harmonies of #B155AF
Complementary color
Monochromatic Colors of #B155AF
Black with #B155AF
Text Example
Text Example
White with #B155AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155AF; }
p { color: rgb(177,85,175); }
H1.HeaderClassName
{
color: #B155AF;
}
.AnyTagClassName
{
color: #B155AF;
}
</style>
background-color css
<style>
a { background-color: #B155AF; }
a { background-color: rgb(177,85,175); }
div.DivClassName
{
background-color: #B155AF;
}
.BgClassName
{
background-color: #B155AF;
}
</style>
border-color css
<style>
span { border-color: #B155AF; }
span { border-color: rgb(177,85,175); }
td.TdClassName
{
border-color: #B155AF;
}
.TagClassName
{
border-color: #B155AF;
}
</style>