Shades of Fuchsia #B24DBC
Tints of Fuchsia #B24DBC
RGB
CMYK
RGB Variations
Color information
#B24DBC (or 0xB24DBC) is known color: Fuchsia. HEX triplet: B2, 4D and BC. RGB value is (178,77,188). Sum of RGB (Red+Green+Blue) = 178+77+188=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #B24DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DBC is #4DB243. Grayscale: #777777. Windows color (decimal): -5091908 or 12340658. OLE color: 12340658.
HSL color Cylindrical-coordinate representation of color #B24DBC: hue angle of 294.59º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24DBC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 77 | 188 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.26 |
| HSL | 294.59º | 0.45% | 0.52% | - |
| HSV(B) | 294.59º | 0.59% | 0.74% | - |
| XYZ | 30.09 | 18.4 | 49.54 | - |
| YUV | 119.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 188 | 0.05 | 0.59 | 0 | 0.26 | 294.59 | 0.45 | 0.52 |
| Hex | B2 | 4D | BC | 5 | 3B | 0 | 1A | 127 | 2D | 34 |
| Octal | 262 | 115 | 274 | 5 | 73 | 0 | 32 | 447 | 55 | 64 |
| Binary | 10110010 | 1001101 | 10111100 | 101 | 111011 | 0 | 11010 | 100100111 | 101101 | 110100 |
Color Harmonies of #B24DBC
Complementary color
Monochromatic Colors of #B24DBC
Black with #B24DBC
Text Example
Text Example
White with #B24DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DBC; }
p { color: rgb(178,77,188); }
H1.HeaderClassName
{
color: #B24DBC;
}
.AnyTagClassName
{
color: #B24DBC;
}
</style>
background-color css
<style>
a { background-color: #B24DBC; }
a { background-color: rgb(178,77,188); }
div.DivClassName
{
background-color: #B24DBC;
}
.BgClassName
{
background-color: #B24DBC;
}
</style>
border-color css
<style>
span { border-color: #B24DBC; }
span { border-color: rgb(178,77,188); }
td.TdClassName
{
border-color: #B24DBC;
}
.TagClassName
{
border-color: #B24DBC;
}
</style>