Shades of Fuchsia #B14AB4
Tints of Fuchsia #B14AB4
RGB
CMYK
RGB Variations
Color information
#B14AB4 (or 0xB14AB4) is known color: Fuchsia. HEX triplet: B1, 4A and B4. RGB value is (177,74,180). Sum of RGB (Red+Green+Blue) = 177+74+180=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #B14AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14AB4 is #4EB54B. Grayscale: #747474. Windows color (decimal): -5158220 or 11815601. OLE color: 11815601.
HSL color Cylindrical-coordinate representation of color #B14AB4: hue angle of 298.3º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14AB4 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 74 | 180 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.29 |
| HSL | 298.3º | 0.42% | 0.5% | - |
| HSV(B) | 298.3º | 0.59% | 0.71% | - |
| XYZ | 28.82 | 17.54 | 45.05 | - |
| YUV | 116.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 180 | 0.02 | 0.59 | 0 | 0.29 | 298.3 | 0.42 | 0.5 |
| Hex | B1 | 4A | B4 | 2 | 3B | 0 | 1D | 12A | 2A | 32 |
| Octal | 261 | 112 | 264 | 2 | 73 | 0 | 35 | 452 | 52 | 62 |
| Binary | 10110001 | 1001010 | 10110100 | 10 | 111011 | 0 | 11101 | 100101010 | 101010 | 110010 |
Color Harmonies of #B14AB4
Complementary color
Monochromatic Colors of #B14AB4
Black with #B14AB4
Text Example
Text Example
White with #B14AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14AB4; }
p { color: rgb(177,74,180); }
H1.HeaderClassName
{
color: #B14AB4;
}
.AnyTagClassName
{
color: #B14AB4;
}
</style>
background-color css
<style>
a { background-color: #B14AB4; }
a { background-color: rgb(177,74,180); }
div.DivClassName
{
background-color: #B14AB4;
}
.BgClassName
{
background-color: #B14AB4;
}
</style>
border-color css
<style>
span { border-color: #B14AB4; }
span { border-color: rgb(177,74,180); }
td.TdClassName
{
border-color: #B14AB4;
}
.TagClassName
{
border-color: #B14AB4;
}
</style>