Shades of Fuchsia #B24DC0
Tints of Fuchsia #B24DC0
RGB
CMYK
RGB Variations
Color information
#B24DC0 (or 0xB24DC0) is known color: Fuchsia. HEX triplet: B2, 4D and C0. RGB value is (178,77,192). Sum of RGB (Red+Green+Blue) = 178+77+192=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #B24DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DC0 is #4DB23F. Grayscale: #777777. Windows color (decimal): -5091904 or 12602802. OLE color: 12602802.
HSL color Cylindrical-coordinate representation of color #B24DC0: hue angle of 292.7º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24DC0 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 77 | 192 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.25 |
| HSL | 292.7º | 0.48% | 0.53% | - |
| HSV(B) | 292.7º | 0.6% | 0.75% | - |
| XYZ | 30.53 | 18.58 | 51.85 | - |
| YUV | 120.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 192 | 0.07 | 0.60 | 0 | 0.25 | 292.7 | 0.48 | 0.53 |
| Hex | B2 | 4D | C0 | 7 | 3C | 0 | 19 | 125 | 30 | 35 |
| Octal | 262 | 115 | 300 | 7 | 74 | 0 | 31 | 445 | 60 | 65 |
| Binary | 10110010 | 1001101 | 11000000 | 111 | 111100 | 0 | 11001 | 100100101 | 110000 | 110101 |
Color Harmonies of #B24DC0
Complementary color
Monochromatic Colors of #B24DC0
Black with #B24DC0
Text Example
Text Example
White with #B24DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DC0; }
p { color: rgb(178,77,192); }
H1.HeaderClassName
{
color: #B24DC0;
}
.AnyTagClassName
{
color: #B24DC0;
}
</style>
background-color css
<style>
a { background-color: #B24DC0; }
a { background-color: rgb(178,77,192); }
div.DivClassName
{
background-color: #B24DC0;
}
.BgClassName
{
background-color: #B24DC0;
}
</style>
border-color css
<style>
span { border-color: #B24DC0; }
span { border-color: rgb(178,77,192); }
td.TdClassName
{
border-color: #B24DC0;
}
.TagClassName
{
border-color: #B24DC0;
}
</style>