Shades of Fuchsia #B32FAC
Tints of Fuchsia #B32FAC
RGB
CMYK
RGB Variations
Color information
#B32FAC (or 0xB32FAC) is known color: Fuchsia. HEX triplet: B3, 2F and AC. RGB value is (179,47,172). Sum of RGB (Red+Green+Blue) = 179+47+172=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B32FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32FAC is #4CD053. Grayscale: #646464. Windows color (decimal): -5034068 or 11284403. OLE color: 11284403.
HSL color Cylindrical-coordinate representation of color #B32FAC: hue angle of 303.18º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32FAC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 172 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.30 |
| HSL | 303.18º | 0.58% | 0.44% | - |
| HSV(B) | 303.18º | 0.74% | 0.7% | - |
| XYZ | 27.05 | 14.6 | 40.42 | - |
| YUV | 100.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 172 | 0 | 0.74 | 0.04 | 0.30 | 303.18 | 0.58 | 0.44 |
| Hex | B3 | 2F | AC | 0 | 4A | 4 | 1E | 12F | 3A | 2C |
| Octal | 263 | 57 | 254 | 0 | 112 | 4 | 36 | 457 | 72 | 54 |
| Binary | 10110011 | 101111 | 10101100 | 0 | 1001010 | 100 | 11110 | 100101111 | 111010 | 101100 |
Color Harmonies of #B32FAC
Complementary color
Monochromatic Colors of #B32FAC
Black with #B32FAC
Text Example
Text Example
White with #B32FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FAC; }
p { color: rgb(179,47,172); }
H1.HeaderClassName
{
color: #B32FAC;
}
.AnyTagClassName
{
color: #B32FAC;
}
</style>
background-color css
<style>
a { background-color: #B32FAC; }
a { background-color: rgb(179,47,172); }
div.DivClassName
{
background-color: #B32FAC;
}
.BgClassName
{
background-color: #B32FAC;
}
</style>
border-color css
<style>
span { border-color: #B32FAC; }
span { border-color: rgb(179,47,172); }
td.TdClassName
{
border-color: #B32FAC;
}
.TagClassName
{
border-color: #B32FAC;
}
</style>