Shades of Fuchsia #B32FAE
Tints of Fuchsia #B32FAE
RGB
CMYK
RGB Variations
Color information
#B32FAE (or 0xB32FAE) is known color: Fuchsia. HEX triplet: B3, 2F and AE. RGB value is (179,47,174). Sum of RGB (Red+Green+Blue) = 179+47+174=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B32FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32FAE is #4CD051. Grayscale: #646464. Windows color (decimal): -5034066 or 11415475. OLE color: 11415475.
HSL color Cylindrical-coordinate representation of color #B32FAE: hue angle of 302.27º 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 #B32FAE is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 174 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.30 |
| HSL | 302.27º | 0.58% | 0.44% | - |
| HSV(B) | 302.27º | 0.74% | 0.7% | - |
| XYZ | 27.25 | 14.67 | 41.44 | - |
| YUV | 100.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 174 | 0 | 0.74 | 0.03 | 0.30 | 302.27 | 0.58 | 0.44 |
| Hex | B3 | 2F | AE | 0 | 4A | 3 | 1E | 12E | 3A | 2C |
| Octal | 263 | 57 | 256 | 0 | 112 | 3 | 36 | 456 | 72 | 54 |
| Binary | 10110011 | 101111 | 10101110 | 0 | 1001010 | 11 | 11110 | 100101110 | 111010 | 101100 |
Color Harmonies of #B32FAE
Complementary color
Monochromatic Colors of #B32FAE
Black with #B32FAE
Text Example
Text Example
White with #B32FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FAE; }
p { color: rgb(179,47,174); }
H1.HeaderClassName
{
color: #B32FAE;
}
.AnyTagClassName
{
color: #B32FAE;
}
</style>
background-color css
<style>
a { background-color: #B32FAE; }
a { background-color: rgb(179,47,174); }
div.DivClassName
{
background-color: #B32FAE;
}
.BgClassName
{
background-color: #B32FAE;
}
</style>
border-color css
<style>
span { border-color: #B32FAE; }
span { border-color: rgb(179,47,174); }
td.TdClassName
{
border-color: #B32FAE;
}
.TagClassName
{
border-color: #B32FAE;
}
</style>