Shades of Fuchsia #B32DAB
Tints of Fuchsia #B32DAB
RGB
CMYK
RGB Variations
Color information
#B32DAB (or 0xB32DAB) is known color: Fuchsia. HEX triplet: B3, 2D and AB. RGB value is (179,45,171). Sum of RGB (Red+Green+Blue) = 179+45+171=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B32DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32DAB is #4CD254. Grayscale: #636363. Windows color (decimal): -5034581 or 11218355. OLE color: 11218355.
HSL color Cylindrical-coordinate representation of color #B32DAB: hue angle of 303.58º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32DAB is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 171 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.30 |
| HSL | 303.58º | 0.6% | 0.44% | - |
| HSV(B) | 303.58º | 0.75% | 0.7% | - |
| XYZ | 26.88 | 14.4 | 39.89 | - |
| YUV | 99.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 171 | 0 | 0.75 | 0.04 | 0.30 | 303.58 | 0.6 | 0.44 |
| Hex | B3 | 2D | AB | 0 | 4B | 4 | 1E | 130 | 3C | 2C |
| Octal | 263 | 55 | 253 | 0 | 113 | 4 | 36 | 460 | 74 | 54 |
| Binary | 10110011 | 101101 | 10101011 | 0 | 1001011 | 100 | 11110 | 100110000 | 111100 | 101100 |
Color Harmonies of #B32DAB
Complementary color
Monochromatic Colors of #B32DAB
Black with #B32DAB
Text Example
Text Example
White with #B32DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DAB; }
p { color: rgb(179,45,171); }
H1.HeaderClassName
{
color: #B32DAB;
}
.AnyTagClassName
{
color: #B32DAB;
}
</style>
background-color css
<style>
a { background-color: #B32DAB; }
a { background-color: rgb(179,45,171); }
div.DivClassName
{
background-color: #B32DAB;
}
.BgClassName
{
background-color: #B32DAB;
}
</style>
border-color css
<style>
span { border-color: #B32DAB; }
span { border-color: rgb(179,45,171); }
td.TdClassName
{
border-color: #B32DAB;
}
.TagClassName
{
border-color: #B32DAB;
}
</style>