Shades of Fuchsia #B144AF
Tints of Fuchsia #B144AF
RGB
CMYK
RGB Variations
Color information
#B144AF (or 0xB144AF) is known color: Fuchsia. HEX triplet: B1, 44 and AF. RGB value is (177,68,175). Sum of RGB (Red+Green+Blue) = 177+68+175=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B144AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B144AF is #4EBB50. Grayscale: #707070. Windows color (decimal): -5159761 or 11486385. OLE color: 11486385.
HSL color Cylindrical-coordinate representation of color #B144AF: hue angle of 301.1º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B144AF is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 175 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.31 |
| HSL | 301.1º | 0.44% | 0.48% | - |
| HSV(B) | 301.1º | 0.62% | 0.69% | - |
| XYZ | 27.94 | 16.58 | 42.28 | - |
| YUV | 112.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 175 | 0 | 0.62 | 0.01 | 0.31 | 301.1 | 0.44 | 0.48 |
| Hex | B1 | 44 | AF | 0 | 3E | 1 | 1F | 12D | 2C | 30 |
| Octal | 261 | 104 | 257 | 0 | 76 | 1 | 37 | 455 | 54 | 60 |
| Binary | 10110001 | 1000100 | 10101111 | 0 | 111110 | 1 | 11111 | 100101101 | 101100 | 110000 |
Color Harmonies of #B144AF
Complementary color
Monochromatic Colors of #B144AF
Black with #B144AF
Text Example
Text Example
White with #B144AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144AF; }
p { color: rgb(177,68,175); }
H1.HeaderClassName
{
color: #B144AF;
}
.AnyTagClassName
{
color: #B144AF;
}
</style>
background-color css
<style>
a { background-color: #B144AF; }
a { background-color: rgb(177,68,175); }
div.DivClassName
{
background-color: #B144AF;
}
.BgClassName
{
background-color: #B144AF;
}
</style>
border-color css
<style>
span { border-color: #B144AF; }
span { border-color: rgb(177,68,175); }
td.TdClassName
{
border-color: #B144AF;
}
.TagClassName
{
border-color: #B144AF;
}
</style>