Shades of Fuchsia #B14EAF
Tints of Fuchsia #B14EAF
RGB
CMYK
RGB Variations
Color information
#B14EAF (or 0xB14EAF) is known color: Fuchsia. HEX triplet: B1, 4E and AF. RGB value is (177,78,175). Sum of RGB (Red+Green+Blue) = 177+78+175=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B14EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EAF is #4EB150. Grayscale: #767676. Windows color (decimal): -5157201 or 11488945. OLE color: 11488945.
HSL color Cylindrical-coordinate representation of color #B14EAF: hue angle of 301.21º 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 #B14EAF is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 175 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.31 |
| HSL | 301.21º | 0.39% | 0.5% | - |
| HSV(B) | 301.21º | 0.56% | 0.69% | - |
| XYZ | 28.59 | 17.89 | 42.5 | - |
| YUV | 118.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 175 | 0 | 0.56 | 0.01 | 0.31 | 301.21 | 0.39 | 0.5 |
| Hex | B1 | 4E | AF | 0 | 38 | 1 | 1F | 12D | 27 | 32 |
| Octal | 261 | 116 | 257 | 0 | 70 | 1 | 37 | 455 | 47 | 62 |
| Binary | 10110001 | 1001110 | 10101111 | 0 | 111000 | 1 | 11111 | 100101101 | 100111 | 110010 |
Color Harmonies of #B14EAF
Complementary color
Monochromatic Colors of #B14EAF
Black with #B14EAF
Text Example
Text Example
White with #B14EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EAF; }
p { color: rgb(177,78,175); }
H1.HeaderClassName
{
color: #B14EAF;
}
.AnyTagClassName
{
color: #B14EAF;
}
</style>
background-color css
<style>
a { background-color: #B14EAF; }
a { background-color: rgb(177,78,175); }
div.DivClassName
{
background-color: #B14EAF;
}
.BgClassName
{
background-color: #B14EAF;
}
</style>
border-color css
<style>
span { border-color: #B14EAF; }
span { border-color: rgb(177,78,175); }
td.TdClassName
{
border-color: #B14EAF;
}
.TagClassName
{
border-color: #B14EAF;
}
</style>