Shades of Fuchsia #B24CBA
Tints of Fuchsia #B24CBA
RGB
CMYK
RGB Variations
Color information
#B24CBA (or 0xB24CBA) is known color: Fuchsia. HEX triplet: B2, 4C and BA. RGB value is (178,76,186). Sum of RGB (Red+Green+Blue) = 178+76+186=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #B24CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B24CBA is #4DB345. Grayscale: #767676. Windows color (decimal): -5092166 or 12209330. OLE color: 12209330.
HSL color Cylindrical-coordinate representation of color #B24CBA: hue angle of 295.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24CBA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 76 | 186 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.27 |
| HSL | 295.64º | 0.44% | 0.51% | - |
| HSV(B) | 295.64º | 0.59% | 0.73% | - |
| XYZ | 29.81 | 18.18 | 48.39 | - |
| YUV | 119.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 76 | 186 | 0.04 | 0.59 | 0 | 0.27 | 295.64 | 0.44 | 0.51 |
| Hex | B2 | 4C | BA | 4 | 3B | 0 | 1B | 128 | 2C | 33 |
| Octal | 262 | 114 | 272 | 4 | 73 | 0 | 33 | 450 | 54 | 63 |
| Binary | 10110010 | 1001100 | 10111010 | 100 | 111011 | 0 | 11011 | 100101000 | 101100 | 110011 |
Color Harmonies of #B24CBA
Complementary color
Monochromatic Colors of #B24CBA
Black with #B24CBA
Text Example
Text Example
White with #B24CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24CBA; }
p { color: rgb(178,76,186); }
H1.HeaderClassName
{
color: #B24CBA;
}
.AnyTagClassName
{
color: #B24CBA;
}
</style>
background-color css
<style>
a { background-color: #B24CBA; }
a { background-color: rgb(178,76,186); }
div.DivClassName
{
background-color: #B24CBA;
}
.BgClassName
{
background-color: #B24CBA;
}
</style>
border-color css
<style>
span { border-color: #B24CBA; }
span { border-color: rgb(178,76,186); }
td.TdClassName
{
border-color: #B24CBA;
}
.TagClassName
{
border-color: #B24CBA;
}
</style>