Shades of Fuchsia #B44EC0
Tints of Fuchsia #B44EC0
RGB
CMYK
RGB Variations
Color information
#B44EC0 (or 0xB44EC0) is known color: Fuchsia. HEX triplet: B4, 4E and C0. RGB value is (180,78,192). Sum of RGB (Red+Green+Blue) = 180+78+192=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #B44EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44EC0 is #4BB13F. Grayscale: #797979. Windows color (decimal): -4960576 or 12603060. OLE color: 12603060.
HSL color Cylindrical-coordinate representation of color #B44EC0: hue angle of 293.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44EC0 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 78 | 192 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.25 |
| HSL | 293.68º | 0.48% | 0.53% | - |
| HSV(B) | 293.68º | 0.59% | 0.75% | - |
| XYZ | 31.06 | 18.96 | 51.89 | - |
| YUV | 121.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 192 | 0.06 | 0.59 | 0 | 0.25 | 293.68 | 0.48 | 0.53 |
| Hex | B4 | 4E | C0 | 6 | 3B | 0 | 19 | 126 | 30 | 35 |
| Octal | 264 | 116 | 300 | 6 | 73 | 0 | 31 | 446 | 60 | 65 |
| Binary | 10110100 | 1001110 | 11000000 | 110 | 111011 | 0 | 11001 | 100100110 | 110000 | 110101 |
Color Harmonies of #B44EC0
Complementary color
Monochromatic Colors of #B44EC0
Black with #B44EC0
Text Example
Text Example
White with #B44EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44EC0; }
p { color: rgb(180,78,192); }
H1.HeaderClassName
{
color: #B44EC0;
}
.AnyTagClassName
{
color: #B44EC0;
}
</style>
background-color css
<style>
a { background-color: #B44EC0; }
a { background-color: rgb(180,78,192); }
div.DivClassName
{
background-color: #B44EC0;
}
.BgClassName
{
background-color: #B44EC0;
}
</style>
border-color css
<style>
span { border-color: #B44EC0; }
span { border-color: rgb(180,78,192); }
td.TdClassName
{
border-color: #B44EC0;
}
.TagClassName
{
border-color: #B44EC0;
}
</style>