Shades of Fuchsia #B04AAE
Tints of Fuchsia #B04AAE
RGB
CMYK
RGB Variations
Color information
#B04AAE (or 0xB04AAE) is known color: Fuchsia. HEX triplet: B0, 4A and AE. RGB value is (176,74,174). Sum of RGB (Red+Green+Blue) = 176+74+174=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B04AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04AAE is #4FB551. Grayscale: #737373. Windows color (decimal): -5223762 or 11422384. OLE color: 11422384.
HSL color Cylindrical-coordinate representation of color #B04AAE: hue angle of 301.18º 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 #B04AAE is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 174 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.31 |
| HSL | 301.18º | 0.41% | 0.49% | - |
| HSV(B) | 301.18º | 0.58% | 0.69% | - |
| XYZ | 27.99 | 17.18 | 41.89 | - |
| YUV | 115.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 174 | 0 | 0.58 | 0.01 | 0.31 | 301.18 | 0.41 | 0.49 |
| Hex | B0 | 4A | AE | 0 | 3A | 1 | 1F | 12D | 29 | 31 |
| Octal | 260 | 112 | 256 | 0 | 72 | 1 | 37 | 455 | 51 | 61 |
| Binary | 10110000 | 1001010 | 10101110 | 0 | 111010 | 1 | 11111 | 100101101 | 101001 | 110001 |
Color Harmonies of #B04AAE
Complementary color
Monochromatic Colors of #B04AAE
Black with #B04AAE
Text Example
Text Example
White with #B04AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AAE; }
p { color: rgb(176,74,174); }
H1.HeaderClassName
{
color: #B04AAE;
}
.AnyTagClassName
{
color: #B04AAE;
}
</style>
background-color css
<style>
a { background-color: #B04AAE; }
a { background-color: rgb(176,74,174); }
div.DivClassName
{
background-color: #B04AAE;
}
.BgClassName
{
background-color: #B04AAE;
}
</style>
border-color css
<style>
span { border-color: #B04AAE; }
span { border-color: rgb(176,74,174); }
td.TdClassName
{
border-color: #B04AAE;
}
.TagClassName
{
border-color: #B04AAE;
}
</style>