Shades of Fuchsia #B32BAB
Tints of Fuchsia #B32BAB
RGB
CMYK
RGB Variations
Color information
#B32BAB (or 0xB32BAB) is known color: Fuchsia. HEX triplet: B3, 2B and AB. RGB value is (179,43,171). Sum of RGB (Red+Green+Blue) = 179+43+171=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B32BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32BAB is #4CD454. Grayscale: #616161. Windows color (decimal): -5035093 or 11217843. OLE color: 11217843.
HSL color Cylindrical-coordinate representation of color #B32BAB: hue angle of 303.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32BAB is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 171 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.30 |
| HSL | 303.53º | 0.61% | 0.44% | - |
| HSV(B) | 303.53º | 0.76% | 0.7% | - |
| XYZ | 26.8 | 14.25 | 39.87 | - |
| YUV | 98.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 171 | 0 | 0.76 | 0.04 | 0.30 | 303.53 | 0.61 | 0.44 |
| Hex | B3 | 2B | AB | 0 | 4C | 4 | 1E | 130 | 3D | 2C |
| Octal | 263 | 53 | 253 | 0 | 114 | 4 | 36 | 460 | 75 | 54 |
| Binary | 10110011 | 101011 | 10101011 | 0 | 1001100 | 100 | 11110 | 100110000 | 111101 | 101100 |
Color Harmonies of #B32BAB
Complementary color
Monochromatic Colors of #B32BAB
Black with #B32BAB
Text Example
Text Example
White with #B32BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BAB; }
p { color: rgb(179,43,171); }
H1.HeaderClassName
{
color: #B32BAB;
}
.AnyTagClassName
{
color: #B32BAB;
}
</style>
background-color css
<style>
a { background-color: #B32BAB; }
a { background-color: rgb(179,43,171); }
div.DivClassName
{
background-color: #B32BAB;
}
.BgClassName
{
background-color: #B32BAB;
}
</style>
border-color css
<style>
span { border-color: #B32BAB; }
span { border-color: rgb(179,43,171); }
td.TdClassName
{
border-color: #B32BAB;
}
.TagClassName
{
border-color: #B32BAB;
}
</style>