Shades of Fuchsia #B24EBE
Tints of Fuchsia #B24EBE
RGB
CMYK
RGB Variations
Color information
#B24EBE (or 0xB24EBE) is known color: Fuchsia. HEX triplet: B2, 4E and BE. RGB value is (178,78,190). Sum of RGB (Red+Green+Blue) = 178+78+190=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #B24EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24EBE is #4DB141. Grayscale: #787878. Windows color (decimal): -5091650 or 12471986. OLE color: 12471986.
HSL color Cylindrical-coordinate representation of color #B24EBE: hue angle of 293.57º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24EBE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 78 | 190 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.25 |
| HSL | 293.57º | 0.46% | 0.53% | - |
| HSV(B) | 293.57º | 0.59% | 0.75% | - |
| XYZ | 30.38 | 18.63 | 50.71 | - |
| YUV | 120.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 190 | 0.06 | 0.59 | 0 | 0.25 | 293.57 | 0.46 | 0.53 |
| Hex | B2 | 4E | BE | 6 | 3B | 0 | 19 | 126 | 2E | 35 |
| Octal | 262 | 116 | 276 | 6 | 73 | 0 | 31 | 446 | 56 | 65 |
| Binary | 10110010 | 1001110 | 10111110 | 110 | 111011 | 0 | 11001 | 100100110 | 101110 | 110101 |
Color Harmonies of #B24EBE
Complementary color
Monochromatic Colors of #B24EBE
Black with #B24EBE
Text Example
Text Example
White with #B24EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24EBE; }
p { color: rgb(178,78,190); }
H1.HeaderClassName
{
color: #B24EBE;
}
.AnyTagClassName
{
color: #B24EBE;
}
</style>
background-color css
<style>
a { background-color: #B24EBE; }
a { background-color: rgb(178,78,190); }
div.DivClassName
{
background-color: #B24EBE;
}
.BgClassName
{
background-color: #B24EBE;
}
</style>
border-color css
<style>
span { border-color: #B24EBE; }
span { border-color: rgb(178,78,190); }
td.TdClassName
{
border-color: #B24EBE;
}
.TagClassName
{
border-color: #B24EBE;
}
</style>