Shades of Fuchsia #B24AB5
Tints of Fuchsia #B24AB5
RGB
CMYK
RGB Variations
Color information
#B24AB5 (or 0xB24AB5) is known color: Fuchsia. HEX triplet: B2, 4A and B5. RGB value is (178,74,181). Sum of RGB (Red+Green+Blue) = 178+74+181=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #B24AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24AB5 is #4DB54A. Grayscale: #747474. Windows color (decimal): -5092683 or 11881138. OLE color: 11881138.
HSL color Cylindrical-coordinate representation of color #B24AB5: hue angle of 298.32º 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 #B24AB5 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 74 | 181 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.29 |
| HSL | 298.32º | 0.42% | 0.5% | - |
| HSV(B) | 298.32º | 0.59% | 0.71% | - |
| XYZ | 29.15 | 17.7 | 45.6 | - |
| YUV | 117.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 181 | 0.02 | 0.59 | 0 | 0.29 | 298.32 | 0.42 | 0.5 |
| Hex | B2 | 4A | B5 | 2 | 3B | 0 | 1D | 12A | 2A | 32 |
| Octal | 262 | 112 | 265 | 2 | 73 | 0 | 35 | 452 | 52 | 62 |
| Binary | 10110010 | 1001010 | 10110101 | 10 | 111011 | 0 | 11101 | 100101010 | 101010 | 110010 |
Color Harmonies of #B24AB5
Complementary color
Monochromatic Colors of #B24AB5
Black with #B24AB5
Text Example
Text Example
White with #B24AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24AB5; }
p { color: rgb(178,74,181); }
H1.HeaderClassName
{
color: #B24AB5;
}
.AnyTagClassName
{
color: #B24AB5;
}
</style>
background-color css
<style>
a { background-color: #B24AB5; }
a { background-color: rgb(178,74,181); }
div.DivClassName
{
background-color: #B24AB5;
}
.BgClassName
{
background-color: #B24AB5;
}
</style>
border-color css
<style>
span { border-color: #B24AB5; }
span { border-color: rgb(178,74,181); }
td.TdClassName
{
border-color: #B24AB5;
}
.TagClassName
{
border-color: #B24AB5;
}
</style>