Shades of Fuchsia #B24FAE
Tints of Fuchsia #B24FAE
RGB
CMYK
RGB Variations
Color information
#B24FAE (or 0xB24FAE) is known color: Fuchsia. HEX triplet: B2, 4F and AE. RGB value is (178,79,174). Sum of RGB (Red+Green+Blue) = 178+79+174=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B24FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24FAE is #4DB051. Grayscale: #777777. Windows color (decimal): -5091410 or 11423666. OLE color: 11423666.
HSL color Cylindrical-coordinate representation of color #B24FAE: hue angle of 302.42º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24FAE is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 174 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.30 |
| HSL | 302.42º | 0.39% | 0.5% | - |
| HSV(B) | 302.42º | 0.56% | 0.7% | - |
| XYZ | 28.8 | 18.11 | 42.02 | - |
| YUV | 119.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 174 | 0 | 0.56 | 0.02 | 0.30 | 302.42 | 0.39 | 0.5 |
| Hex | B2 | 4F | AE | 0 | 38 | 2 | 1E | 12E | 27 | 32 |
| Octal | 262 | 117 | 256 | 0 | 70 | 2 | 36 | 456 | 47 | 62 |
| Binary | 10110010 | 1001111 | 10101110 | 0 | 111000 | 10 | 11110 | 100101110 | 100111 | 110010 |
Color Harmonies of #B24FAE
Complementary color
Monochromatic Colors of #B24FAE
Black with #B24FAE
Text Example
Text Example
White with #B24FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24FAE; }
p { color: rgb(178,79,174); }
H1.HeaderClassName
{
color: #B24FAE;
}
.AnyTagClassName
{
color: #B24FAE;
}
</style>
background-color css
<style>
a { background-color: #B24FAE; }
a { background-color: rgb(178,79,174); }
div.DivClassName
{
background-color: #B24FAE;
}
.BgClassName
{
background-color: #B24FAE;
}
</style>
border-color css
<style>
span { border-color: #B24FAE; }
span { border-color: rgb(178,79,174); }
td.TdClassName
{
border-color: #B24FAE;
}
.TagClassName
{
border-color: #B24FAE;
}
</style>