Shades of Fuchsia #B432BD
Tints of Fuchsia #B432BD
RGB
CMYK
RGB Variations
Color information
#B432BD (or 0xB432BD) is known color: Fuchsia. HEX triplet: B4, 32 and BD. RGB value is (180,50,189). Sum of RGB (Red+Green+Blue) = 180+50+189=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #B432BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432BD is #4BCD42. Grayscale: #686868. Windows color (decimal): -4967747 or 12399284. OLE color: 12399284.
HSL color Cylindrical-coordinate representation of color #B432BD: hue angle of 296.12º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B432BD is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 50 | 189 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.26 |
| HSL | 296.12º | 0.58% | 0.47% | - |
| HSV(B) | 296.12º | 0.74% | 0.74% | - |
| XYZ | 29.15 | 15.66 | 49.63 | - |
| YUV | 104.72 | 175.57 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 189 | 0.05 | 0.74 | 0 | 0.26 | 296.12 | 0.58 | 0.47 |
| Hex | B4 | 32 | BD | 5 | 4A | 0 | 1A | 128 | 3A | 2F |
| Octal | 264 | 62 | 275 | 5 | 112 | 0 | 32 | 450 | 72 | 57 |
| Binary | 10110100 | 110010 | 10111101 | 101 | 1001010 | 0 | 11010 | 100101000 | 111010 | 101111 |
Color Harmonies of #B432BD
Complementary color
Monochromatic Colors of #B432BD
Black with #B432BD
Text Example
Text Example
White with #B432BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B432BD; }
p { color: rgb(180,50,189); }
H1.HeaderClassName
{
color: #B432BD;
}
.AnyTagClassName
{
color: #B432BD;
}
</style>
background-color css
<style>
a { background-color: #B432BD; }
a { background-color: rgb(180,50,189); }
div.DivClassName
{
background-color: #B432BD;
}
.BgClassName
{
background-color: #B432BD;
}
</style>
border-color css
<style>
span { border-color: #B432BD; }
span { border-color: rgb(180,50,189); }
td.TdClassName
{
border-color: #B432BD;
}
.TagClassName
{
border-color: #B432BD;
}
</style>