Shades of Fuchsia #B24DB1
Tints of Fuchsia #B24DB1
RGB
CMYK
RGB Variations
Color information
#B24DB1 (or 0xB24DB1) is known color: Fuchsia. HEX triplet: B2, 4D and B1. RGB value is (178,77,177). Sum of RGB (Red+Green+Blue) = 178+77+177=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B24DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24DB1 is #4DB24E. Grayscale: #767676. Windows color (decimal): -5091919 or 11619762. OLE color: 11619762.
HSL color Cylindrical-coordinate representation of color #B24DB1: hue angle of 300.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24DB1 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 177 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.30 |
| HSL | 300.59º | 0.4% | 0.5% | - |
| HSV(B) | 300.59º | 0.57% | 0.7% | - |
| XYZ | 28.95 | 17.95 | 43.53 | - |
| YUV | 118.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 177 | 0 | 0.57 | 0.01 | 0.30 | 300.59 | 0.4 | 0.5 |
| Hex | B2 | 4D | B1 | 0 | 39 | 1 | 1E | 12D | 28 | 32 |
| Octal | 262 | 115 | 261 | 0 | 71 | 1 | 36 | 455 | 50 | 62 |
| Binary | 10110010 | 1001101 | 10110001 | 0 | 111001 | 1 | 11110 | 100101101 | 101000 | 110010 |
Color Harmonies of #B24DB1
Complementary color
Monochromatic Colors of #B24DB1
Black with #B24DB1
Text Example
Text Example
White with #B24DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DB1; }
p { color: rgb(178,77,177); }
H1.HeaderClassName
{
color: #B24DB1;
}
.AnyTagClassName
{
color: #B24DB1;
}
</style>
background-color css
<style>
a { background-color: #B24DB1; }
a { background-color: rgb(178,77,177); }
div.DivClassName
{
background-color: #B24DB1;
}
.BgClassName
{
background-color: #B24DB1;
}
</style>
border-color css
<style>
span { border-color: #B24DB1; }
span { border-color: rgb(178,77,177); }
td.TdClassName
{
border-color: #B24DB1;
}
.TagClassName
{
border-color: #B24DB1;
}
</style>