Shades of Fuchsia #B432BA
Tints of Fuchsia #B432BA
RGB
CMYK
RGB Variations
Color information
#B432BA (or 0xB432BA) is known color: Fuchsia. HEX triplet: B4, 32 and BA. RGB value is (180,50,186). Sum of RGB (Red+Green+Blue) = 180+50+186=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #B432BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432BA is #4BCD45. Grayscale: #676767. Windows color (decimal): -4967750 or 12202676. OLE color: 12202676.
HSL color Cylindrical-coordinate representation of color #B432BA: hue angle of 297.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B432BA is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 50 | 186 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.27 |
| HSL | 297.35º | 0.58% | 0.46% | - |
| HSV(B) | 297.35º | 0.73% | 0.73% | - |
| XYZ | 28.83 | 15.53 | 47.93 | - |
| YUV | 104.37 | 174.07 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 186 | 0.03 | 0.73 | 0 | 0.27 | 297.35 | 0.58 | 0.46 |
| Hex | B4 | 32 | BA | 3 | 49 | 0 | 1B | 129 | 3A | 2E |
| Octal | 264 | 62 | 272 | 3 | 111 | 0 | 33 | 451 | 72 | 56 |
| Binary | 10110100 | 110010 | 10111010 | 11 | 1001001 | 0 | 11011 | 100101001 | 111010 | 101110 |
Color Harmonies of #B432BA
Complementary color
Monochromatic Colors of #B432BA
Black with #B432BA
Text Example
Text Example
White with #B432BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B432BA; }
p { color: rgb(180,50,186); }
H1.HeaderClassName
{
color: #B432BA;
}
.AnyTagClassName
{
color: #B432BA;
}
</style>
background-color css
<style>
a { background-color: #B432BA; }
a { background-color: rgb(180,50,186); }
div.DivClassName
{
background-color: #B432BA;
}
.BgClassName
{
background-color: #B432BA;
}
</style>
border-color css
<style>
span { border-color: #B432BA; }
span { border-color: rgb(180,50,186); }
td.TdClassName
{
border-color: #B432BA;
}
.TagClassName
{
border-color: #B432BA;
}
</style>