Shades of Fuchsia #B42FAC
Tints of Fuchsia #B42FAC
RGB
CMYK
RGB Variations
Color information
#B42FAC (or 0xB42FAC) is known color: Fuchsia. HEX triplet: B4, 2F and AC. RGB value is (180,47,172). Sum of RGB (Red+Green+Blue) = 180+47+172=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B42FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42FAC is #4BD053. Grayscale: #646464. Windows color (decimal): -4968532 or 11284404. OLE color: 11284404.
HSL color Cylindrical-coordinate representation of color #B42FAC: hue angle of 303.61º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42FAC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 172 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.29 |
| HSL | 303.61º | 0.59% | 0.45% | - |
| HSV(B) | 303.61º | 0.74% | 0.71% | - |
| XYZ | 27.29 | 14.71 | 40.43 | - |
| YUV | 101.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 172 | 0 | 0.74 | 0.04 | 0.29 | 303.61 | 0.59 | 0.45 |
| Hex | B4 | 2F | AC | 0 | 4A | 4 | 1D | 130 | 3B | 2D |
| Octal | 264 | 57 | 254 | 0 | 112 | 4 | 35 | 460 | 73 | 55 |
| Binary | 10110100 | 101111 | 10101100 | 0 | 1001010 | 100 | 11101 | 100110000 | 111011 | 101101 |
Color Harmonies of #B42FAC
Complementary color
Monochromatic Colors of #B42FAC
Black with #B42FAC
Text Example
Text Example
White with #B42FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42FAC; }
p { color: rgb(180,47,172); }
H1.HeaderClassName
{
color: #B42FAC;
}
.AnyTagClassName
{
color: #B42FAC;
}
</style>
background-color css
<style>
a { background-color: #B42FAC; }
a { background-color: rgb(180,47,172); }
div.DivClassName
{
background-color: #B42FAC;
}
.BgClassName
{
background-color: #B42FAC;
}
</style>
border-color css
<style>
span { border-color: #B42FAC; }
span { border-color: rgb(180,47,172); }
td.TdClassName
{
border-color: #B42FAC;
}
.TagClassName
{
border-color: #B42FAC;
}
</style>