Shades of Fuchsia #B32BAC
Tints of Fuchsia #B32BAC
RGB
CMYK
RGB Variations
Color information
#B32BAC (or 0xB32BAC) is known color: Fuchsia. HEX triplet: B3, 2B and AC. RGB value is (179,43,172). Sum of RGB (Red+Green+Blue) = 179+43+172=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B32BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32BAC is #4CD453. Grayscale: #616161. Windows color (decimal): -5035092 or 11283379. OLE color: 11283379.
HSL color Cylindrical-coordinate representation of color #B32BAC: hue angle of 303.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32BAC is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 172 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.30 |
| HSL | 303.09º | 0.61% | 0.44% | - |
| HSV(B) | 303.09º | 0.76% | 0.7% | - |
| XYZ | 26.9 | 14.29 | 40.37 | - |
| YUV | 98.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 172 | 0 | 0.76 | 0.04 | 0.30 | 303.09 | 0.61 | 0.44 |
| Hex | B3 | 2B | AC | 0 | 4C | 4 | 1E | 12F | 3D | 2C |
| Octal | 263 | 53 | 254 | 0 | 114 | 4 | 36 | 457 | 75 | 54 |
| Binary | 10110011 | 101011 | 10101100 | 0 | 1001100 | 100 | 11110 | 100101111 | 111101 | 101100 |
Color Harmonies of #B32BAC
Complementary color
Monochromatic Colors of #B32BAC
Black with #B32BAC
Text Example
Text Example
White with #B32BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BAC; }
p { color: rgb(179,43,172); }
H1.HeaderClassName
{
color: #B32BAC;
}
.AnyTagClassName
{
color: #B32BAC;
}
</style>
background-color css
<style>
a { background-color: #B32BAC; }
a { background-color: rgb(179,43,172); }
div.DivClassName
{
background-color: #B32BAC;
}
.BgClassName
{
background-color: #B32BAC;
}
</style>
border-color css
<style>
span { border-color: #B32BAC; }
span { border-color: rgb(179,43,172); }
td.TdClassName
{
border-color: #B32BAC;
}
.TagClassName
{
border-color: #B32BAC;
}
</style>