Shades of Fuchsia #B444AC
Tints of Fuchsia #B444AC
RGB
CMYK
RGB Variations
Color information
#B444AC (or 0xB444AC) is known color: Fuchsia. HEX triplet: B4, 44 and AC. RGB value is (180,68,172). Sum of RGB (Red+Green+Blue) = 180+68+172=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B444AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B444AC is #4BBB53. Grayscale: #717171. Windows color (decimal): -4963156 or 11289780. OLE color: 11289780.
HSL color Cylindrical-coordinate representation of color #B444AC: hue angle of 304.29º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B444AC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 172 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.29 |
| HSL | 304.29º | 0.45% | 0.49% | - |
| HSV(B) | 304.29º | 0.62% | 0.71% | - |
| XYZ | 28.34 | 16.82 | 40.78 | - |
| YUV | 113.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 172 | 0 | 0.62 | 0.04 | 0.29 | 304.29 | 0.45 | 0.49 |
| Hex | B4 | 44 | AC | 0 | 3E | 4 | 1D | 130 | 2D | 31 |
| Octal | 264 | 104 | 254 | 0 | 76 | 4 | 35 | 460 | 55 | 61 |
| Binary | 10110100 | 1000100 | 10101100 | 0 | 111110 | 100 | 11101 | 100110000 | 101101 | 110001 |
Color Harmonies of #B444AC
Complementary color
Monochromatic Colors of #B444AC
Black with #B444AC
Text Example
Text Example
White with #B444AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444AC; }
p { color: rgb(180,68,172); }
H1.HeaderClassName
{
color: #B444AC;
}
.AnyTagClassName
{
color: #B444AC;
}
</style>
background-color css
<style>
a { background-color: #B444AC; }
a { background-color: rgb(180,68,172); }
div.DivClassName
{
background-color: #B444AC;
}
.BgClassName
{
background-color: #B444AC;
}
</style>
border-color css
<style>
span { border-color: #B444AC; }
span { border-color: rgb(180,68,172); }
td.TdClassName
{
border-color: #B444AC;
}
.TagClassName
{
border-color: #B444AC;
}
</style>