Shades of Fuchsia #B24DAC
Tints of Fuchsia #B24DAC
RGB
CMYK
RGB Variations
Color information
#B24DAC (or 0xB24DAC) is known color: Fuchsia. HEX triplet: B2, 4D and AC. RGB value is (178,77,172). Sum of RGB (Red+Green+Blue) = 178+77+172=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B24DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24DAC is #4DB253. Grayscale: #757575. Windows color (decimal): -5091924 or 11292082. OLE color: 11292082.
HSL color Cylindrical-coordinate representation of color #B24DAC: hue angle of 303.56º 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 #B24DAC is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 172 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.30 |
| HSL | 303.56º | 0.4% | 0.5% | - |
| HSV(B) | 303.56º | 0.57% | 0.7% | - |
| XYZ | 28.46 | 17.75 | 40.96 | - |
| YUV | 118.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 172 | 0 | 0.57 | 0.03 | 0.30 | 303.56 | 0.4 | 0.5 |
| Hex | B2 | 4D | AC | 0 | 39 | 3 | 1E | 130 | 28 | 32 |
| Octal | 262 | 115 | 254 | 0 | 71 | 3 | 36 | 460 | 50 | 62 |
| Binary | 10110010 | 1001101 | 10101100 | 0 | 111001 | 11 | 11110 | 100110000 | 101000 | 110010 |
Color Harmonies of #B24DAC
Complementary color
Monochromatic Colors of #B24DAC
Black with #B24DAC
Text Example
Text Example
White with #B24DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DAC; }
p { color: rgb(178,77,172); }
H1.HeaderClassName
{
color: #B24DAC;
}
.AnyTagClassName
{
color: #B24DAC;
}
</style>
background-color css
<style>
a { background-color: #B24DAC; }
a { background-color: rgb(178,77,172); }
div.DivClassName
{
background-color: #B24DAC;
}
.BgClassName
{
background-color: #B24DAC;
}
</style>
border-color css
<style>
span { border-color: #B24DAC; }
span { border-color: rgb(178,77,172); }
td.TdClassName
{
border-color: #B24DAC;
}
.TagClassName
{
border-color: #B24DAC;
}
</style>