Shades of Fuchsia #B32EAA
Tints of Fuchsia #B32EAA
RGB
CMYK
RGB Variations
Color information
#B32EAA (or 0xB32EAA) is known color: Fuchsia. HEX triplet: B3, 2E and AA. RGB value is (179,46,170). Sum of RGB (Red+Green+Blue) = 179+46+170=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B32EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32EAA is #4CD155. Grayscale: #636363. Windows color (decimal): -5034326 or 11153075. OLE color: 11153075.
HSL color Cylindrical-coordinate representation of color #B32EAA: hue angle of 304.06º degrees, saturation: 0.59, 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 #B32EAA is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 46 | 170 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.30 |
| HSL | 304.06º | 0.59% | 0.44% | - |
| HSV(B) | 304.06º | 0.74% | 0.7% | - |
| XYZ | 26.82 | 14.44 | 39.4 | - |
| YUV | 99.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 170 | 0 | 0.74 | 0.05 | 0.30 | 304.06 | 0.59 | 0.44 |
| Hex | B3 | 2E | AA | 0 | 4A | 5 | 1E | 130 | 3B | 2C |
| Octal | 263 | 56 | 252 | 0 | 112 | 5 | 36 | 460 | 73 | 54 |
| Binary | 10110011 | 101110 | 10101010 | 0 | 1001010 | 101 | 11110 | 100110000 | 111011 | 101100 |
Color Harmonies of #B32EAA
Complementary color
Monochromatic Colors of #B32EAA
Black with #B32EAA
Text Example
Text Example
White with #B32EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32EAA; }
p { color: rgb(179,46,170); }
H1.HeaderClassName
{
color: #B32EAA;
}
.AnyTagClassName
{
color: #B32EAA;
}
</style>
background-color css
<style>
a { background-color: #B32EAA; }
a { background-color: rgb(179,46,170); }
div.DivClassName
{
background-color: #B32EAA;
}
.BgClassName
{
background-color: #B32EAA;
}
</style>
border-color css
<style>
span { border-color: #B32EAA; }
span { border-color: rgb(179,46,170); }
td.TdClassName
{
border-color: #B32EAA;
}
.TagClassName
{
border-color: #B32EAA;
}
</style>