Shades of Fuchsia #B24DAB
Tints of Fuchsia #B24DAB
RGB
CMYK
RGB Variations
Color information
#B24DAB (or 0xB24DAB) is known color: Fuchsia. HEX triplet: B2, 4D and AB. RGB value is (178,77,171). Sum of RGB (Red+Green+Blue) = 178+77+171=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B24DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24DAB is #4DB254. Grayscale: #757575. Windows color (decimal): -5091925 or 11226546. OLE color: 11226546.
HSL color Cylindrical-coordinate representation of color #B24DAB: hue angle of 304.16º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24DAB is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 171 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.30 |
| HSL | 304.16º | 0.4% | 0.5% | - |
| HSV(B) | 304.16º | 0.57% | 0.7% | - |
| XYZ | 28.36 | 17.71 | 40.45 | - |
| YUV | 117.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 171 | 0 | 0.57 | 0.04 | 0.30 | 304.16 | 0.4 | 0.5 |
| Hex | B2 | 4D | AB | 0 | 39 | 4 | 1E | 130 | 28 | 32 |
| Octal | 262 | 115 | 253 | 0 | 71 | 4 | 36 | 460 | 50 | 62 |
| Binary | 10110010 | 1001101 | 10101011 | 0 | 111001 | 100 | 11110 | 100110000 | 101000 | 110010 |
Color Harmonies of #B24DAB
Complementary color
Monochromatic Colors of #B24DAB
Black with #B24DAB
Text Example
Text Example
White with #B24DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DAB; }
p { color: rgb(178,77,171); }
H1.HeaderClassName
{
color: #B24DAB;
}
.AnyTagClassName
{
color: #B24DAB;
}
</style>
background-color css
<style>
a { background-color: #B24DAB; }
a { background-color: rgb(178,77,171); }
div.DivClassName
{
background-color: #B24DAB;
}
.BgClassName
{
background-color: #B24DAB;
}
</style>
border-color css
<style>
span { border-color: #B24DAB; }
span { border-color: rgb(178,77,171); }
td.TdClassName
{
border-color: #B24DAB;
}
.TagClassName
{
border-color: #B24DAB;
}
</style>