Shades of Fuchsia #B42CAC
Tints of Fuchsia #B42CAC
RGB
CMYK
RGB Variations
Color information
#B42CAC (or 0xB42CAC) is known color: Fuchsia. HEX triplet: B4, 2C and AC. RGB value is (180,44,172). Sum of RGB (Red+Green+Blue) = 180+44+172=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B42CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42CAC is #4BD353. Grayscale: #626262. Windows color (decimal): -4969300 or 11283636. OLE color: 11283636.
HSL color Cylindrical-coordinate representation of color #B42CAC: hue angle of 303.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42CAC is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 172 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.29 |
| HSL | 303.53º | 0.61% | 0.44% | - |
| HSV(B) | 303.53º | 0.76% | 0.71% | - |
| XYZ | 27.17 | 14.48 | 40.39 | - |
| YUV | 99.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 172 | 0 | 0.76 | 0.04 | 0.29 | 303.53 | 0.61 | 0.44 |
| Hex | B4 | 2C | AC | 0 | 4C | 4 | 1D | 130 | 3D | 2C |
| Octal | 264 | 54 | 254 | 0 | 114 | 4 | 35 | 460 | 75 | 54 |
| Binary | 10110100 | 101100 | 10101100 | 0 | 1001100 | 100 | 11101 | 100110000 | 111101 | 101100 |
Color Harmonies of #B42CAC
Complementary color
Monochromatic Colors of #B42CAC
Black with #B42CAC
Text Example
Text Example
White with #B42CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42CAC; }
p { color: rgb(180,44,172); }
H1.HeaderClassName
{
color: #B42CAC;
}
.AnyTagClassName
{
color: #B42CAC;
}
</style>
background-color css
<style>
a { background-color: #B42CAC; }
a { background-color: rgb(180,44,172); }
div.DivClassName
{
background-color: #B42CAC;
}
.BgClassName
{
background-color: #B42CAC;
}
</style>
border-color css
<style>
span { border-color: #B42CAC; }
span { border-color: rgb(180,44,172); }
td.TdClassName
{
border-color: #B42CAC;
}
.TagClassName
{
border-color: #B42CAC;
}
</style>