Shades of Fuchsia #B24AAD
Tints of Fuchsia #B24AAD
RGB
CMYK
RGB Variations
Color information
#B24AAD (or 0xB24AAD) is known color: Fuchsia. HEX triplet: B2, 4A and AD. RGB value is (178,74,173). Sum of RGB (Red+Green+Blue) = 178+74+173=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AAD is #4DB552. Grayscale: #747474. Windows color (decimal): -5092691 or 11356850. OLE color: 11356850.
HSL color Cylindrical-coordinate representation of color #B24AAD: hue angle of 302.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24AAD is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 74 | 173 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.30 |
| HSL | 302.88º | 0.41% | 0.49% | - |
| HSV(B) | 302.88º | 0.58% | 0.7% | - |
| XYZ | 28.35 | 17.38 | 41.4 | - |
| YUV | 116.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 173 | 0 | 0.58 | 0.03 | 0.30 | 302.88 | 0.41 | 0.49 |
| Hex | B2 | 4A | AD | 0 | 3A | 3 | 1E | 12F | 29 | 31 |
| Octal | 262 | 112 | 255 | 0 | 72 | 3 | 36 | 457 | 51 | 61 |
| Binary | 10110010 | 1001010 | 10101101 | 0 | 111010 | 11 | 11110 | 100101111 | 101001 | 110001 |
Color Harmonies of #B24AAD
Complementary color
Monochromatic Colors of #B24AAD
Black with #B24AAD
Text Example
Text Example
White with #B24AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24AAD; }
p { color: rgb(178,74,173); }
H1.HeaderClassName
{
color: #B24AAD;
}
.AnyTagClassName
{
color: #B24AAD;
}
</style>
background-color css
<style>
a { background-color: #B24AAD; }
a { background-color: rgb(178,74,173); }
div.DivClassName
{
background-color: #B24AAD;
}
.BgClassName
{
background-color: #B24AAD;
}
</style>
border-color css
<style>
span { border-color: #B24AAD; }
span { border-color: rgb(178,74,173); }
td.TdClassName
{
border-color: #B24AAD;
}
.TagClassName
{
border-color: #B24AAD;
}
</style>