Shades of Fuchsia #B24EC2
Tints of Fuchsia #B24EC2
RGB
CMYK
RGB Variations
Color information
#B24EC2 (or 0xB24EC2) is known color: Fuchsia. HEX triplet: B2, 4E and C2. RGB value is (178,78,194). Sum of RGB (Red+Green+Blue) = 178+78+194=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 194 - color contains mainly: blue. Hex color #B24EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EC2 is #4DB13D. Grayscale: #787878. Windows color (decimal): -5091646 or 12734130. OLE color: 12734130.
HSL color Cylindrical-coordinate representation of color #B24EC2: hue angle of 291.72º 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 #B24EC2 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 78 | 194 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.24 |
| HSL | 291.72º | 0.49% | 0.53% | - |
| HSV(B) | 291.72º | 0.6% | 0.76% | - |
| XYZ | 30.82 | 18.81 | 53.04 | - |
| YUV | 121.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 194 | 0.08 | 0.60 | 0 | 0.24 | 291.72 | 0.49 | 0.53 |
| Hex | B2 | 4E | C2 | 8 | 3C | 0 | 18 | 124 | 31 | 35 |
| Octal | 262 | 116 | 302 | 10 | 74 | 0 | 30 | 444 | 61 | 65 |
| Binary | 10110010 | 1001110 | 11000010 | 1000 | 111100 | 0 | 11000 | 100100100 | 110001 | 110101 |
Color Harmonies of #B24EC2
Complementary color
Monochromatic Colors of #B24EC2
Black with #B24EC2
Text Example
Text Example
White with #B24EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EC2; }
p { color: rgb(178,78,194); }
H1.HeaderClassName
{
color: #B24EC2;
}
.AnyTagClassName
{
color: #B24EC2;
}
</style>
background-color css
<style>
a { background-color: #B24EC2; }
a { background-color: rgb(178,78,194); }
div.DivClassName
{
background-color: #B24EC2;
}
.BgClassName
{
background-color: #B24EC2;
}
</style>
border-color css
<style>
span { border-color: #B24EC2; }
span { border-color: rgb(178,78,194); }
td.TdClassName
{
border-color: #B24EC2;
}
.TagClassName
{
border-color: #B24EC2;
}
</style>