Shades of Fuchsia #B432AF
Tints of Fuchsia #B432AF
RGB
CMYK
RGB Variations
Color information
#B432AF (or 0xB432AF) is known color: Fuchsia. HEX triplet: B4, 32 and AF. RGB value is (180,50,175). Sum of RGB (Red+Green+Blue) = 180+50+175=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B432AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B432AF is #4BCD50. Grayscale: #666666. Windows color (decimal): -4967761 or 11481780. OLE color: 11481780.
HSL color Cylindrical-coordinate representation of color #B432AF: hue angle of 302.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B432AF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 175 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.29 |
| HSL | 302.31º | 0.57% | 0.45% | - |
| HSV(B) | 302.31º | 0.72% | 0.71% | - |
| XYZ | 27.7 | 15.08 | 42.01 | - |
| YUV | 103.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 175 | 0 | 0.72 | 0.03 | 0.29 | 302.31 | 0.57 | 0.45 |
| Hex | B4 | 32 | AF | 0 | 48 | 3 | 1D | 12E | 39 | 2D |
| Octal | 264 | 62 | 257 | 0 | 110 | 3 | 35 | 456 | 71 | 55 |
| Binary | 10110100 | 110010 | 10101111 | 0 | 1001000 | 11 | 11101 | 100101110 | 111001 | 101101 |
Color Harmonies of #B432AF
Complementary color
Monochromatic Colors of #B432AF
Black with #B432AF
Text Example
Text Example
White with #B432AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B432AF; }
p { color: rgb(180,50,175); }
H1.HeaderClassName
{
color: #B432AF;
}
.AnyTagClassName
{
color: #B432AF;
}
</style>
background-color css
<style>
a { background-color: #B432AF; }
a { background-color: rgb(180,50,175); }
div.DivClassName
{
background-color: #B432AF;
}
.BgClassName
{
background-color: #B432AF;
}
</style>
border-color css
<style>
span { border-color: #B432AF; }
span { border-color: rgb(180,50,175); }
td.TdClassName
{
border-color: #B432AF;
}
.TagClassName
{
border-color: #B432AF;
}
</style>