Shades of Fuchsia #B14EAE
Tints of Fuchsia #B14EAE
RGB
CMYK
RGB Variations
Color information
#B14EAE (or 0xB14EAE) is known color: Fuchsia. HEX triplet: B1, 4E and AE. RGB value is (177,78,174). Sum of RGB (Red+Green+Blue) = 177+78+174=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B14EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EAE is #4EB151. Grayscale: #767676. Windows color (decimal): -5157202 or 11423409. OLE color: 11423409.
HSL color Cylindrical-coordinate representation of color #B14EAE: hue angle of 301.82º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14EAE is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 174 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.31 |
| HSL | 301.82º | 0.39% | 0.5% | - |
| HSV(B) | 301.82º | 0.56% | 0.69% | - |
| XYZ | 28.5 | 17.85 | 41.99 | - |
| YUV | 118.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 174 | 0 | 0.56 | 0.02 | 0.31 | 301.82 | 0.39 | 0.5 |
| Hex | B1 | 4E | AE | 0 | 38 | 2 | 1F | 12E | 27 | 32 |
| Octal | 261 | 116 | 256 | 0 | 70 | 2 | 37 | 456 | 47 | 62 |
| Binary | 10110001 | 1001110 | 10101110 | 0 | 111000 | 10 | 11111 | 100101110 | 100111 | 110010 |
Color Harmonies of #B14EAE
Complementary color
Monochromatic Colors of #B14EAE
Black with #B14EAE
Text Example
Text Example
White with #B14EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EAE; }
p { color: rgb(177,78,174); }
H1.HeaderClassName
{
color: #B14EAE;
}
.AnyTagClassName
{
color: #B14EAE;
}
</style>
background-color css
<style>
a { background-color: #B14EAE; }
a { background-color: rgb(177,78,174); }
div.DivClassName
{
background-color: #B14EAE;
}
.BgClassName
{
background-color: #B14EAE;
}
</style>
border-color css
<style>
span { border-color: #B14EAE; }
span { border-color: rgb(177,78,174); }
td.TdClassName
{
border-color: #B14EAE;
}
.TagClassName
{
border-color: #B14EAE;
}
</style>