Shades of Fuchsia #B04ABA
Tints of Fuchsia #B04ABA
RGB
CMYK
RGB Variations
Color information
#B04ABA (or 0xB04ABA) is known color: Fuchsia. HEX triplet: B0, 4A and BA. RGB value is (176,74,186). Sum of RGB (Red+Green+Blue) = 176+74+186=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #B04ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ABA is #4FB545. Grayscale: #747474. Windows color (decimal): -5223750 or 12208816. OLE color: 12208816.
HSL color Cylindrical-coordinate representation of color #B04ABA: hue angle of 294.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04ABA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 74 | 186 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.27 |
| HSL | 294.64º | 0.45% | 0.51% | - |
| HSV(B) | 294.64º | 0.6% | 0.73% | - |
| XYZ | 29.22 | 17.67 | 48.33 | - |
| YUV | 117.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 186 | 0.05 | 0.60 | 0 | 0.27 | 294.64 | 0.45 | 0.51 |
| Hex | B0 | 4A | BA | 5 | 3C | 0 | 1B | 127 | 2D | 33 |
| Octal | 260 | 112 | 272 | 5 | 74 | 0 | 33 | 447 | 55 | 63 |
| Binary | 10110000 | 1001010 | 10111010 | 101 | 111100 | 0 | 11011 | 100100111 | 101101 | 110011 |
Color Harmonies of #B04ABA
Complementary color
Monochromatic Colors of #B04ABA
Black with #B04ABA
Text Example
Text Example
White with #B04ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ABA; }
p { color: rgb(176,74,186); }
H1.HeaderClassName
{
color: #B04ABA;
}
.AnyTagClassName
{
color: #B04ABA;
}
</style>
background-color css
<style>
a { background-color: #B04ABA; }
a { background-color: rgb(176,74,186); }
div.DivClassName
{
background-color: #B04ABA;
}
.BgClassName
{
background-color: #B04ABA;
}
</style>
border-color css
<style>
span { border-color: #B04ABA; }
span { border-color: rgb(176,74,186); }
td.TdClassName
{
border-color: #B04ABA;
}
.TagClassName
{
border-color: #B04ABA;
}
</style>