Shades of Fuchsia #B14AAC
Tints of Fuchsia #B14AAC
RGB
CMYK
RGB Variations
Color information
#B14AAC (or 0xB14AAC) is known color: Fuchsia. HEX triplet: B1, 4A and AC. RGB value is (177,74,172). Sum of RGB (Red+Green+Blue) = 177+74+172=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B14AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14AAC is #4EB553. Grayscale: #737373. Windows color (decimal): -5158228 or 11291313. OLE color: 11291313.
HSL color Cylindrical-coordinate representation of color #B14AAC: hue angle of 302.91º 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 #B14AAC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 172 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.31 |
| HSL | 302.91º | 0.41% | 0.49% | - |
| HSV(B) | 302.91º | 0.58% | 0.69% | - |
| XYZ | 28.03 | 17.22 | 40.88 | - |
| YUV | 115.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 172 | 0 | 0.58 | 0.03 | 0.31 | 302.91 | 0.41 | 0.49 |
| Hex | B1 | 4A | AC | 0 | 3A | 3 | 1F | 12F | 29 | 31 |
| Octal | 261 | 112 | 254 | 0 | 72 | 3 | 37 | 457 | 51 | 61 |
| Binary | 10110001 | 1001010 | 10101100 | 0 | 111010 | 11 | 11111 | 100101111 | 101001 | 110001 |
Color Harmonies of #B14AAC
Complementary color
Monochromatic Colors of #B14AAC
Black with #B14AAC
Text Example
Text Example
White with #B14AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14AAC; }
p { color: rgb(177,74,172); }
H1.HeaderClassName
{
color: #B14AAC;
}
.AnyTagClassName
{
color: #B14AAC;
}
</style>
background-color css
<style>
a { background-color: #B14AAC; }
a { background-color: rgb(177,74,172); }
div.DivClassName
{
background-color: #B14AAC;
}
.BgClassName
{
background-color: #B14AAC;
}
</style>
border-color css
<style>
span { border-color: #B14AAC; }
span { border-color: rgb(177,74,172); }
td.TdClassName
{
border-color: #B14AAC;
}
.TagClassName
{
border-color: #B14AAC;
}
</style>