Shades of Fuchsia #B14AAF
Tints of Fuchsia #B14AAF
RGB
CMYK
RGB Variations
Color information
#B14AAF (or 0xB14AAF) is known color: Fuchsia. HEX triplet: B1, 4A and AF. RGB value is (177,74,175). Sum of RGB (Red+Green+Blue) = 177+74+175=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B14AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14AAF is #4EB550. Grayscale: #747474. Windows color (decimal): -5158225 or 11487921. OLE color: 11487921.
HSL color Cylindrical-coordinate representation of color #B14AAF: hue angle of 301.17º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14AAF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 175 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.31 |
| HSL | 301.17º | 0.41% | 0.49% | - |
| HSV(B) | 301.17º | 0.58% | 0.69% | - |
| XYZ | 28.32 | 17.34 | 42.41 | - |
| YUV | 116.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 175 | 0 | 0.58 | 0.01 | 0.31 | 301.17 | 0.41 | 0.49 |
| Hex | B1 | 4A | AF | 0 | 3A | 1 | 1F | 12D | 29 | 31 |
| Octal | 261 | 112 | 257 | 0 | 72 | 1 | 37 | 455 | 51 | 61 |
| Binary | 10110001 | 1001010 | 10101111 | 0 | 111010 | 1 | 11111 | 100101101 | 101001 | 110001 |
Color Harmonies of #B14AAF
Complementary color
Monochromatic Colors of #B14AAF
Black with #B14AAF
Text Example
Text Example
White with #B14AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14AAF; }
p { color: rgb(177,74,175); }
H1.HeaderClassName
{
color: #B14AAF;
}
.AnyTagClassName
{
color: #B14AAF;
}
</style>
background-color css
<style>
a { background-color: #B14AAF; }
a { background-color: rgb(177,74,175); }
div.DivClassName
{
background-color: #B14AAF;
}
.BgClassName
{
background-color: #B14AAF;
}
</style>
border-color css
<style>
span { border-color: #B14AAF; }
span { border-color: rgb(177,74,175); }
td.TdClassName
{
border-color: #B14AAF;
}
.TagClassName
{
border-color: #B14AAF;
}
</style>