Shades of Fuchsia #B044AF
Tints of Fuchsia #B044AF
RGB
CMYK
RGB Variations
Color information
#B044AF (or 0xB044AF) is known color: Fuchsia. HEX triplet: B0, 44 and AF. RGB value is (176,68,175). Sum of RGB (Red+Green+Blue) = 176+68+175=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B044AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B044AF is #4FBB50. Grayscale: #707070. Windows color (decimal): -5225297 or 11486384. OLE color: 11486384.
HSL color Cylindrical-coordinate representation of color #B044AF: hue angle of 300.56º 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 #B044AF is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 175 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.31 |
| HSL | 300.56º | 0.44% | 0.48% | - |
| HSV(B) | 300.56º | 0.61% | 0.69% | - |
| XYZ | 27.71 | 16.46 | 42.27 | - |
| YUV | 112.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 175 | 0 | 0.61 | 0.01 | 0.31 | 300.56 | 0.44 | 0.48 |
| Hex | B0 | 44 | AF | 0 | 3D | 1 | 1F | 12D | 2C | 30 |
| Octal | 260 | 104 | 257 | 0 | 75 | 1 | 37 | 455 | 54 | 60 |
| Binary | 10110000 | 1000100 | 10101111 | 0 | 111101 | 1 | 11111 | 100101101 | 101100 | 110000 |
Color Harmonies of #B044AF
Complementary color
Monochromatic Colors of #B044AF
Black with #B044AF
Text Example
Text Example
White with #B044AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044AF; }
p { color: rgb(176,68,175); }
H1.HeaderClassName
{
color: #B044AF;
}
.AnyTagClassName
{
color: #B044AF;
}
</style>
background-color css
<style>
a { background-color: #B044AF; }
a { background-color: rgb(176,68,175); }
div.DivClassName
{
background-color: #B044AF;
}
.BgClassName
{
background-color: #B044AF;
}
</style>
border-color css
<style>
span { border-color: #B044AF; }
span { border-color: rgb(176,68,175); }
td.TdClassName
{
border-color: #B044AF;
}
.TagClassName
{
border-color: #B044AF;
}
</style>