Shades of Fuchsia #B044AB
Tints of Fuchsia #B044AB
RGB
CMYK
RGB Variations
Color information
#B044AB (or 0xB044AB) is known color: Fuchsia. HEX triplet: B0, 44 and AB. RGB value is (176,68,171). Sum of RGB (Red+Green+Blue) = 176+68+171=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B044AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B044AB is #4FBB54. Grayscale: #6F6F6F. Windows color (decimal): -5225301 or 11224240. OLE color: 11224240.
HSL color Cylindrical-coordinate representation of color #B044AB: hue angle of 302.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B044AB is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 171 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.31 |
| HSL | 302.78º | 0.44% | 0.48% | - |
| HSV(B) | 302.78º | 0.61% | 0.69% | - |
| XYZ | 27.32 | 16.3 | 40.24 | - |
| YUV | 112.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 171 | 0 | 0.61 | 0.03 | 0.31 | 302.78 | 0.44 | 0.48 |
| Hex | B0 | 44 | AB | 0 | 3D | 3 | 1F | 12F | 2C | 30 |
| Octal | 260 | 104 | 253 | 0 | 75 | 3 | 37 | 457 | 54 | 60 |
| Binary | 10110000 | 1000100 | 10101011 | 0 | 111101 | 11 | 11111 | 100101111 | 101100 | 110000 |
Color Harmonies of #B044AB
Complementary color
Monochromatic Colors of #B044AB
Black with #B044AB
Text Example
Text Example
White with #B044AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044AB; }
p { color: rgb(176,68,171); }
H1.HeaderClassName
{
color: #B044AB;
}
.AnyTagClassName
{
color: #B044AB;
}
</style>
background-color css
<style>
a { background-color: #B044AB; }
a { background-color: rgb(176,68,171); }
div.DivClassName
{
background-color: #B044AB;
}
.BgClassName
{
background-color: #B044AB;
}
</style>
border-color css
<style>
span { border-color: #B044AB; }
span { border-color: rgb(176,68,171); }
td.TdClassName
{
border-color: #B044AB;
}
.TagClassName
{
border-color: #B044AB;
}
</style>