Shades of Fuchsia #B24DB5
Tints of Fuchsia #B24DB5
RGB
CMYK
RGB Variations
Color information
#B24DB5 (or 0xB24DB5) is known color: Fuchsia. HEX triplet: B2, 4D and B5. RGB value is (178,77,181). Sum of RGB (Red+Green+Blue) = 178+77+181=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 181 - color contains mainly: blue. Hex color #B24DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DB5 is #4DB24A. Grayscale: #767676. Windows color (decimal): -5091915 or 11881906. OLE color: 11881906.
HSL color Cylindrical-coordinate representation of color #B24DB5: hue angle of 298.27º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24DB5 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 77 | 181 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.29 |
| HSL | 298.27º | 0.41% | 0.51% | - |
| HSV(B) | 298.27º | 0.57% | 0.71% | - |
| XYZ | 29.35 | 18.11 | 45.66 | - |
| YUV | 119.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 181 | 0.02 | 0.57 | 0 | 0.29 | 298.27 | 0.41 | 0.51 |
| Hex | B2 | 4D | B5 | 2 | 39 | 0 | 1D | 12A | 29 | 33 |
| Octal | 262 | 115 | 265 | 2 | 71 | 0 | 35 | 452 | 51 | 63 |
| Binary | 10110010 | 1001101 | 10110101 | 10 | 111001 | 0 | 11101 | 100101010 | 101001 | 110011 |
Color Harmonies of #B24DB5
Complementary color
Monochromatic Colors of #B24DB5
Black with #B24DB5
Text Example
Text Example
White with #B24DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DB5; }
p { color: rgb(178,77,181); }
H1.HeaderClassName
{
color: #B24DB5;
}
.AnyTagClassName
{
color: #B24DB5;
}
</style>
background-color css
<style>
a { background-color: #B24DB5; }
a { background-color: rgb(178,77,181); }
div.DivClassName
{
background-color: #B24DB5;
}
.BgClassName
{
background-color: #B24DB5;
}
</style>
border-color css
<style>
span { border-color: #B24DB5; }
span { border-color: rgb(178,77,181); }
td.TdClassName
{
border-color: #B24DB5;
}
.TagClassName
{
border-color: #B24DB5;
}
</style>