Shades of Fuchsia #B14FAF
Tints of Fuchsia #B14FAF
RGB
CMYK
RGB Variations
Color information
#B14FAF (or 0xB14FAF) is known color: Fuchsia. HEX triplet: B1, 4F and AF. RGB value is (177,79,175). Sum of RGB (Red+Green+Blue) = 177+79+175=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B14FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14FAF is #4EB050. Grayscale: #767676. Windows color (decimal): -5156945 or 11489201. OLE color: 11489201.
HSL color Cylindrical-coordinate representation of color #B14FAF: hue angle of 301.22º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B14FAF is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 175 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.31 |
| HSL | 301.22º | 0.39% | 0.5% | - |
| HSV(B) | 301.22º | 0.55% | 0.69% | - |
| XYZ | 28.67 | 18.03 | 42.53 | - |
| YUV | 119.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 175 | 0 | 0.55 | 0.01 | 0.31 | 301.22 | 0.39 | 0.5 |
| Hex | B1 | 4F | AF | 0 | 37 | 1 | 1F | 12D | 27 | 32 |
| Octal | 261 | 117 | 257 | 0 | 67 | 1 | 37 | 455 | 47 | 62 |
| Binary | 10110001 | 1001111 | 10101111 | 0 | 110111 | 1 | 11111 | 100101101 | 100111 | 110010 |
Color Harmonies of #B14FAF
Complementary color
Monochromatic Colors of #B14FAF
Black with #B14FAF
Text Example
Text Example
White with #B14FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FAF; }
p { color: rgb(177,79,175); }
H1.HeaderClassName
{
color: #B14FAF;
}
.AnyTagClassName
{
color: #B14FAF;
}
</style>
background-color css
<style>
a { background-color: #B14FAF; }
a { background-color: rgb(177,79,175); }
div.DivClassName
{
background-color: #B14FAF;
}
.BgClassName
{
background-color: #B14FAF;
}
</style>
border-color css
<style>
span { border-color: #B14FAF; }
span { border-color: rgb(177,79,175); }
td.TdClassName
{
border-color: #B14FAF;
}
.TagClassName
{
border-color: #B14FAF;
}
</style>