Shades of Fuchsia #B044AA
Tints of Fuchsia #B044AA
RGB
CMYK
RGB Variations
Color information
#B044AA (or 0xB044AA) is known color: Fuchsia. HEX triplet: B0, 44 and AA. RGB value is (176,68,170). Sum of RGB (Red+Green+Blue) = 176+68+170=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B044AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B044AA is #4FBB55. Grayscale: #6F6F6F. Windows color (decimal): -5225302 or 11158704. OLE color: 11158704.
HSL color Cylindrical-coordinate representation of color #B044AA: hue angle of 303.33º 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 #B044AA is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 170 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.31 |
| HSL | 303.33º | 0.44% | 0.48% | - |
| HSV(B) | 303.33º | 0.61% | 0.69% | - |
| XYZ | 27.23 | 16.27 | 39.73 | - |
| YUV | 111.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 170 | 0 | 0.61 | 0.03 | 0.31 | 303.33 | 0.44 | 0.48 |
| Hex | B0 | 44 | AA | 0 | 3D | 3 | 1F | 12F | 2C | 30 |
| Octal | 260 | 104 | 252 | 0 | 75 | 3 | 37 | 457 | 54 | 60 |
| Binary | 10110000 | 1000100 | 10101010 | 0 | 111101 | 11 | 11111 | 100101111 | 101100 | 110000 |
Color Harmonies of #B044AA
Complementary color
Monochromatic Colors of #B044AA
Black with #B044AA
Text Example
Text Example
White with #B044AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044AA; }
p { color: rgb(176,68,170); }
H1.HeaderClassName
{
color: #B044AA;
}
.AnyTagClassName
{
color: #B044AA;
}
</style>
background-color css
<style>
a { background-color: #B044AA; }
a { background-color: rgb(176,68,170); }
div.DivClassName
{
background-color: #B044AA;
}
.BgClassName
{
background-color: #B044AA;
}
</style>
border-color css
<style>
span { border-color: #B044AA; }
span { border-color: rgb(176,68,170); }
td.TdClassName
{
border-color: #B044AA;
}
.TagClassName
{
border-color: #B044AA;
}
</style>