Shades of Fuchsia #B44DAC
Tints of Fuchsia #B44DAC
RGB
CMYK
RGB Variations
Color information
#B44DAC (or 0xB44DAC) is known color: Fuchsia. HEX triplet: B4, 4D and AC. RGB value is (180,77,172). Sum of RGB (Red+Green+Blue) = 180+77+172=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B44DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44DAC is #4BB253. Grayscale: #767676. Windows color (decimal): -4960852 or 11292084. OLE color: 11292084.
HSL color Cylindrical-coordinate representation of color #B44DAC: hue angle of 304.66º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44DAC is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 172 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.29 |
| HSL | 304.66º | 0.41% | 0.5% | - |
| HSV(B) | 304.66º | 0.57% | 0.71% | - |
| XYZ | 28.92 | 17.99 | 40.98 | - |
| YUV | 118.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 172 | 0 | 0.57 | 0.04 | 0.29 | 304.66 | 0.41 | 0.5 |
| Hex | B4 | 4D | AC | 0 | 39 | 4 | 1D | 131 | 29 | 32 |
| Octal | 264 | 115 | 254 | 0 | 71 | 4 | 35 | 461 | 51 | 62 |
| Binary | 10110100 | 1001101 | 10101100 | 0 | 111001 | 100 | 11101 | 100110001 | 101001 | 110010 |
Color Harmonies of #B44DAC
Complementary color
Monochromatic Colors of #B44DAC
Black with #B44DAC
Text Example
Text Example
White with #B44DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44DAC; }
p { color: rgb(180,77,172); }
H1.HeaderClassName
{
color: #B44DAC;
}
.AnyTagClassName
{
color: #B44DAC;
}
</style>
background-color css
<style>
a { background-color: #B44DAC; }
a { background-color: rgb(180,77,172); }
div.DivClassName
{
background-color: #B44DAC;
}
.BgClassName
{
background-color: #B44DAC;
}
</style>
border-color css
<style>
span { border-color: #B44DAC; }
span { border-color: rgb(180,77,172); }
td.TdClassName
{
border-color: #B44DAC;
}
.TagClassName
{
border-color: #B44DAC;
}
</style>