Shades of Fuchsia #B24DB3
Tints of Fuchsia #B24DB3
RGB
CMYK
RGB Variations
Color information
#B24DB3 (or 0xB24DB3) is known color: Fuchsia. HEX triplet: B2, 4D and B3. RGB value is (178,77,179). Sum of RGB (Red+Green+Blue) = 178+77+179=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #B24DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B24DB3 is #4DB24C. Grayscale: #767676. Windows color (decimal): -5091917 or 11750834. OLE color: 11750834.
HSL color Cylindrical-coordinate representation of color #B24DB3: hue angle of 299.41º 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 #B24DB3 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 179 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.30 |
| HSL | 299.41º | 0.4% | 0.5% | - |
| HSV(B) | 299.41º | 0.57% | 0.7% | - |
| XYZ | 29.15 | 18.03 | 44.59 | - |
| YUV | 118.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 179 | 0.01 | 0.57 | 0 | 0.30 | 299.41 | 0.4 | 0.5 |
| Hex | B2 | 4D | B3 | 1 | 39 | 0 | 1E | 12B | 28 | 32 |
| Octal | 262 | 115 | 263 | 1 | 71 | 0 | 36 | 453 | 50 | 62 |
| Binary | 10110010 | 1001101 | 10110011 | 1 | 111001 | 0 | 11110 | 100101011 | 101000 | 110010 |
Color Harmonies of #B24DB3
Complementary color
Monochromatic Colors of #B24DB3
Black with #B24DB3
Text Example
Text Example
White with #B24DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24DB3; }
p { color: rgb(178,77,179); }
H1.HeaderClassName
{
color: #B24DB3;
}
.AnyTagClassName
{
color: #B24DB3;
}
</style>
background-color css
<style>
a { background-color: #B24DB3; }
a { background-color: rgb(178,77,179); }
div.DivClassName
{
background-color: #B24DB3;
}
.BgClassName
{
background-color: #B24DB3;
}
</style>
border-color css
<style>
span { border-color: #B24DB3; }
span { border-color: rgb(178,77,179); }
td.TdClassName
{
border-color: #B24DB3;
}
.TagClassName
{
border-color: #B24DB3;
}
</style>