Shades of Fuchsia #B14AAA
Tints of Fuchsia #B14AAA
RGB
CMYK
RGB Variations
Color information
#B14AAA (or 0xB14AAA) is known color: Fuchsia. HEX triplet: B1, 4A and AA. RGB value is (177,74,170). Sum of RGB (Red+Green+Blue) = 177+74+170=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B14AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14AAA is #4EB555. Grayscale: #737373. Windows color (decimal): -5158230 or 11160241. OLE color: 11160241.
HSL color Cylindrical-coordinate representation of color #B14AAA: hue angle of 304.08º 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 #B14AAA is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 170 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.31 |
| HSL | 304.08º | 0.41% | 0.49% | - |
| HSV(B) | 304.08º | 0.58% | 0.69% | - |
| XYZ | 27.84 | 17.15 | 39.87 | - |
| YUV | 115.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 170 | 0 | 0.58 | 0.04 | 0.31 | 304.08 | 0.41 | 0.49 |
| Hex | B1 | 4A | AA | 0 | 3A | 4 | 1F | 130 | 29 | 31 |
| Octal | 261 | 112 | 252 | 0 | 72 | 4 | 37 | 460 | 51 | 61 |
| Binary | 10110001 | 1001010 | 10101010 | 0 | 111010 | 100 | 11111 | 100110000 | 101001 | 110001 |
Color Harmonies of #B14AAA
Complementary color
Monochromatic Colors of #B14AAA
Black with #B14AAA
Text Example
Text Example
White with #B14AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14AAA; }
p { color: rgb(177,74,170); }
H1.HeaderClassName
{
color: #B14AAA;
}
.AnyTagClassName
{
color: #B14AAA;
}
</style>
background-color css
<style>
a { background-color: #B14AAA; }
a { background-color: rgb(177,74,170); }
div.DivClassName
{
background-color: #B14AAA;
}
.BgClassName
{
background-color: #B14AAA;
}
</style>
border-color css
<style>
span { border-color: #B14AAA; }
span { border-color: rgb(177,74,170); }
td.TdClassName
{
border-color: #B14AAA;
}
.TagClassName
{
border-color: #B14AAA;
}
</style>