Shades of Fuchsia #B04CAE
Tints of Fuchsia #B04CAE
RGB
CMYK
RGB Variations
Color information
#B04CAE (or 0xB04CAE) is known color: Fuchsia. HEX triplet: B0, 4C and AE. RGB value is (176,76,174). Sum of RGB (Red+Green+Blue) = 176+76+174=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B04CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04CAE is #4FB351. Grayscale: #747474. Windows color (decimal): -5223250 or 11422896. OLE color: 11422896.
HSL color Cylindrical-coordinate representation of color #B04CAE: hue angle of 301.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04CAE is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 174 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.31 |
| HSL | 301.2º | 0.4% | 0.49% | - |
| HSV(B) | 301.2º | 0.57% | 0.69% | - |
| XYZ | 28.13 | 17.45 | 41.93 | - |
| YUV | 117.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 174 | 0 | 0.57 | 0.01 | 0.31 | 301.2 | 0.4 | 0.49 |
| Hex | B0 | 4C | AE | 0 | 39 | 1 | 1F | 12D | 28 | 31 |
| Octal | 260 | 114 | 256 | 0 | 71 | 1 | 37 | 455 | 50 | 61 |
| Binary | 10110000 | 1001100 | 10101110 | 0 | 111001 | 1 | 11111 | 100101101 | 101000 | 110001 |
Color Harmonies of #B04CAE
Complementary color
Monochromatic Colors of #B04CAE
Black with #B04CAE
Text Example
Text Example
White with #B04CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CAE; }
p { color: rgb(176,76,174); }
H1.HeaderClassName
{
color: #B04CAE;
}
.AnyTagClassName
{
color: #B04CAE;
}
</style>
background-color css
<style>
a { background-color: #B04CAE; }
a { background-color: rgb(176,76,174); }
div.DivClassName
{
background-color: #B04CAE;
}
.BgClassName
{
background-color: #B04CAE;
}
</style>
border-color css
<style>
span { border-color: #B04CAE; }
span { border-color: rgb(176,76,174); }
td.TdClassName
{
border-color: #B04CAE;
}
.TagClassName
{
border-color: #B04CAE;
}
</style>