Shades of Fuchsia #B32FB4
Tints of Fuchsia #B32FB4
RGB
CMYK
RGB Variations
Color information
#B32FB4 (or 0xB32FB4) is known color: Fuchsia. HEX triplet: B3, 2F and B4. RGB value is (179,47,180). Sum of RGB (Red+Green+Blue) = 179+47+180=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #B32FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FB4 is #4CD04B. Grayscale: #656565. Windows color (decimal): -5034060 or 11808691. OLE color: 11808691.
HSL color Cylindrical-coordinate representation of color #B32FB4: hue angle of 299.55º 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 #B32FB4 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 47 | 180 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.29 |
| HSL | 299.55º | 0.59% | 0.45% | - |
| HSV(B) | 299.55º | 0.74% | 0.71% | - |
| XYZ | 27.85 | 14.91 | 44.59 | - |
| YUV | 101.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 180 | 0.01 | 0.74 | 0 | 0.29 | 299.55 | 0.59 | 0.45 |
| Hex | B3 | 2F | B4 | 1 | 4A | 0 | 1D | 12C | 3B | 2D |
| Octal | 263 | 57 | 264 | 1 | 112 | 0 | 35 | 454 | 73 | 55 |
| Binary | 10110011 | 101111 | 10110100 | 1 | 1001010 | 0 | 11101 | 100101100 | 111011 | 101101 |
Color Harmonies of #B32FB4
Complementary color
Monochromatic Colors of #B32FB4
Black with #B32FB4
Text Example
Text Example
White with #B32FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FB4; }
p { color: rgb(179,47,180); }
H1.HeaderClassName
{
color: #B32FB4;
}
.AnyTagClassName
{
color: #B32FB4;
}
</style>
background-color css
<style>
a { background-color: #B32FB4; }
a { background-color: rgb(179,47,180); }
div.DivClassName
{
background-color: #B32FB4;
}
.BgClassName
{
background-color: #B32FB4;
}
</style>
border-color css
<style>
span { border-color: #B32FB4; }
span { border-color: rgb(179,47,180); }
td.TdClassName
{
border-color: #B32FB4;
}
.TagClassName
{
border-color: #B32FB4;
}
</style>