Shades of Fuchsia #B24AAB
Tints of Fuchsia #B24AAB
RGB
CMYK
RGB Variations
Color information
#B24AAB (or 0xB24AAB) is known color: Fuchsia. HEX triplet: B2, 4A and AB. RGB value is (178,74,171). Sum of RGB (Red+Green+Blue) = 178+74+171=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B24AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24AAB is #4DB554. Grayscale: #737373. Windows color (decimal): -5092693 or 11225778. OLE color: 11225778.
HSL color Cylindrical-coordinate representation of color #B24AAB: hue angle of 304.04º 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 #B24AAB is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 74 | 171 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.30 |
| HSL | 304.04º | 0.41% | 0.49% | - |
| HSV(B) | 304.04º | 0.58% | 0.7% | - |
| XYZ | 28.16 | 17.3 | 40.38 | - |
| YUV | 116.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 171 | 0 | 0.58 | 0.04 | 0.30 | 304.04 | 0.41 | 0.49 |
| Hex | B2 | 4A | AB | 0 | 3A | 4 | 1E | 130 | 29 | 31 |
| Octal | 262 | 112 | 253 | 0 | 72 | 4 | 36 | 460 | 51 | 61 |
| Binary | 10110010 | 1001010 | 10101011 | 0 | 111010 | 100 | 11110 | 100110000 | 101001 | 110001 |
Color Harmonies of #B24AAB
Complementary color
Monochromatic Colors of #B24AAB
Black with #B24AAB
Text Example
Text Example
White with #B24AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24AAB; }
p { color: rgb(178,74,171); }
H1.HeaderClassName
{
color: #B24AAB;
}
.AnyTagClassName
{
color: #B24AAB;
}
</style>
background-color css
<style>
a { background-color: #B24AAB; }
a { background-color: rgb(178,74,171); }
div.DivClassName
{
background-color: #B24AAB;
}
.BgClassName
{
background-color: #B24AAB;
}
</style>
border-color css
<style>
span { border-color: #B24AAB; }
span { border-color: rgb(178,74,171); }
td.TdClassName
{
border-color: #B24AAB;
}
.TagClassName
{
border-color: #B24AAB;
}
</style>