Shades of Fuchsia #B32FAF
Tints of Fuchsia #B32FAF
RGB
CMYK
RGB Variations
Color information
#B32FAF (or 0xB32FAF) is known color: Fuchsia. HEX triplet: B3, 2F and AF. RGB value is (179,47,175). Sum of RGB (Red+Green+Blue) = 179+47+175=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B32FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32FAF is #4CD050. Grayscale: #646464. Windows color (decimal): -5034065 or 11481011. OLE color: 11481011.
HSL color Cylindrical-coordinate representation of color #B32FAF: hue angle of 301.82º 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 #B32FAF is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 175 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.30 |
| HSL | 301.82º | 0.58% | 0.44% | - |
| HSV(B) | 301.82º | 0.74% | 0.7% | - |
| XYZ | 27.34 | 14.71 | 41.96 | - |
| YUV | 101.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 175 | 0 | 0.74 | 0.02 | 0.30 | 301.82 | 0.58 | 0.44 |
| Hex | B3 | 2F | AF | 0 | 4A | 2 | 1E | 12E | 3A | 2C |
| Octal | 263 | 57 | 257 | 0 | 112 | 2 | 36 | 456 | 72 | 54 |
| Binary | 10110011 | 101111 | 10101111 | 0 | 1001010 | 10 | 11110 | 100101110 | 111010 | 101100 |
Color Harmonies of #B32FAF
Complementary color
Monochromatic Colors of #B32FAF
Black with #B32FAF
Text Example
Text Example
White with #B32FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FAF; }
p { color: rgb(179,47,175); }
H1.HeaderClassName
{
color: #B32FAF;
}
.AnyTagClassName
{
color: #B32FAF;
}
</style>
background-color css
<style>
a { background-color: #B32FAF; }
a { background-color: rgb(179,47,175); }
div.DivClassName
{
background-color: #B32FAF;
}
.BgClassName
{
background-color: #B32FAF;
}
</style>
border-color css
<style>
span { border-color: #B32FAF; }
span { border-color: rgb(179,47,175); }
td.TdClassName
{
border-color: #B32FAF;
}
.TagClassName
{
border-color: #B32FAF;
}
</style>