Shades of Fuchsia #B32AB0
Tints of Fuchsia #B32AB0
RGB
CMYK
RGB Variations
Color information
#B32AB0 (or 0xB32AB0) is known color: Fuchsia. HEX triplet: B3, 2A and B0. RGB value is (179,42,176). Sum of RGB (Red+Green+Blue) = 179+42+176=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B32AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32AB0 is #4CD54F. Grayscale: #616161. Windows color (decimal): -5035344 or 11545267. OLE color: 11545267.
HSL color Cylindrical-coordinate representation of color #B32AB0: hue angle of 301.31º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32AB0 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 176 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.30 |
| HSL | 301.31º | 0.62% | 0.43% | - |
| HSV(B) | 301.31º | 0.77% | 0.7% | - |
| XYZ | 27.25 | 14.37 | 42.41 | - |
| YUV | 98.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 176 | 0 | 0.77 | 0.02 | 0.30 | 301.31 | 0.62 | 0.43 |
| Hex | B3 | 2A | B0 | 0 | 4D | 2 | 1E | 12D | 3E | 2B |
| Octal | 263 | 52 | 260 | 0 | 115 | 2 | 36 | 455 | 76 | 53 |
| Binary | 10110011 | 101010 | 10110000 | 0 | 1001101 | 10 | 11110 | 100101101 | 111110 | 101011 |
Color Harmonies of #B32AB0
Complementary color
Monochromatic Colors of #B32AB0
Black with #B32AB0
Text Example
Text Example
White with #B32AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32AB0; }
p { color: rgb(179,42,176); }
H1.HeaderClassName
{
color: #B32AB0;
}
.AnyTagClassName
{
color: #B32AB0;
}
</style>
background-color css
<style>
a { background-color: #B32AB0; }
a { background-color: rgb(179,42,176); }
div.DivClassName
{
background-color: #B32AB0;
}
.BgClassName
{
background-color: #B32AB0;
}
</style>
border-color css
<style>
span { border-color: #B32AB0; }
span { border-color: rgb(179,42,176); }
td.TdClassName
{
border-color: #B32AB0;
}
.TagClassName
{
border-color: #B32AB0;
}
</style>