Shades of Fuchsia #B24AB4
Tints of Fuchsia #B24AB4
RGB
CMYK
RGB Variations
Color information
#B24AB4 (or 0xB24AB4) is known color: Fuchsia. HEX triplet: B2, 4A and B4. RGB value is (178,74,180). Sum of RGB (Red+Green+Blue) = 178+74+180=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #B24AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24AB4 is #4DB54B. Grayscale: #747474. Windows color (decimal): -5092684 or 11815602. OLE color: 11815602.
HSL color Cylindrical-coordinate representation of color #B24AB4: hue angle of 298.87º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24AB4 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 74 | 180 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.29 |
| HSL | 298.87º | 0.42% | 0.5% | - |
| HSV(B) | 298.87º | 0.59% | 0.71% | - |
| XYZ | 29.05 | 17.66 | 45.06 | - |
| YUV | 117.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 180 | 0.01 | 0.59 | 0 | 0.29 | 298.87 | 0.42 | 0.5 |
| Hex | B2 | 4A | B4 | 1 | 3B | 0 | 1D | 12B | 2A | 32 |
| Octal | 262 | 112 | 264 | 1 | 73 | 0 | 35 | 453 | 52 | 62 |
| Binary | 10110010 | 1001010 | 10110100 | 1 | 111011 | 0 | 11101 | 100101011 | 101010 | 110010 |
Color Harmonies of #B24AB4
Complementary color
Monochromatic Colors of #B24AB4
Black with #B24AB4
Text Example
Text Example
White with #B24AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24AB4; }
p { color: rgb(178,74,180); }
H1.HeaderClassName
{
color: #B24AB4;
}
.AnyTagClassName
{
color: #B24AB4;
}
</style>
background-color css
<style>
a { background-color: #B24AB4; }
a { background-color: rgb(178,74,180); }
div.DivClassName
{
background-color: #B24AB4;
}
.BgClassName
{
background-color: #B24AB4;
}
</style>
border-color css
<style>
span { border-color: #B24AB4; }
span { border-color: rgb(178,74,180); }
td.TdClassName
{
border-color: #B24AB4;
}
.TagClassName
{
border-color: #B24AB4;
}
</style>