Shades of Fuchsia #B24DC2
Tints of Fuchsia #B24DC2
RGB
CMYK
RGB Variations
Color information
#B24DC2 (or 0xB24DC2) is known color: Fuchsia. HEX triplet: B2, 4D and C2. RGB value is (178,77,194). Sum of RGB (Red+Green+Blue) = 178+77+194=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #B24DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DC2 is #4DB23D. Grayscale: #787878. Windows color (decimal): -5091902 or 12733874. OLE color: 12733874.
HSL color Cylindrical-coordinate representation of color #B24DC2: hue angle of 291.79º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24DC2 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 77 | 194 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.24 |
| HSL | 291.79º | 0.49% | 0.53% | - |
| HSV(B) | 291.79º | 0.6% | 0.76% | - |
| XYZ | 30.75 | 18.67 | 53.02 | - |
| YUV | 120.54 | 169.46 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 194 | 0.08 | 0.60 | 0 | 0.24 | 291.79 | 0.49 | 0.53 |
| Hex | B2 | 4D | C2 | 8 | 3C | 0 | 18 | 124 | 31 | 35 |
| Octal | 262 | 115 | 302 | 10 | 74 | 0 | 30 | 444 | 61 | 65 |
| Binary | 10110010 | 1001101 | 11000010 | 1000 | 111100 | 0 | 11000 | 100100100 | 110001 | 110101 |
Color Harmonies of #B24DC2
Complementary color
Monochromatic Colors of #B24DC2
Black with #B24DC2
Text Example
Text Example
White with #B24DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DC2; }
p { color: rgb(178,77,194); }
H1.HeaderClassName
{
color: #B24DC2;
}
.AnyTagClassName
{
color: #B24DC2;
}
</style>
background-color css
<style>
a { background-color: #B24DC2; }
a { background-color: rgb(178,77,194); }
div.DivClassName
{
background-color: #B24DC2;
}
.BgClassName
{
background-color: #B24DC2;
}
</style>
border-color css
<style>
span { border-color: #B24DC2; }
span { border-color: rgb(178,77,194); }
td.TdClassName
{
border-color: #B24DC2;
}
.TagClassName
{
border-color: #B24DC2;
}
</style>