Shades of Fuchsia #BA28AE
Tints of Fuchsia #BA28AE
RGB
CMYK
RGB Variations
Color information
#BA28AE (or 0xBA28AE) is known color: Fuchsia. HEX triplet: BA, 28 and AE. RGB value is (186,40,174). Sum of RGB (Red+Green+Blue) = 186+40+174=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA28AE is #45D751. Grayscale: #626262. Windows color (decimal): -4577106 or 11413690. OLE color: 11413690.
HSL color Cylindrical-coordinate representation of color #BA28AE: hue angle of 304.93º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA28AE is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 174 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.27 |
| HSL | 304.93º | 0.65% | 0.44% | - |
| HSV(B) | 304.93º | 0.78% | 0.73% | - |
| XYZ | 28.65 | 15.01 | 41.43 | - |
| YUV | 98.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 174 | 0 | 0.78 | 0.06 | 0.27 | 304.93 | 0.65 | 0.44 |
| Hex | BA | 28 | AE | 0 | 4E | 6 | 1B | 131 | 41 | 2C |
| Octal | 272 | 50 | 256 | 0 | 116 | 6 | 33 | 461 | 101 | 54 |
| Binary | 10111010 | 101000 | 10101110 | 0 | 1001110 | 110 | 11011 | 100110001 | 1000001 | 101100 |
Color Harmonies of #BA28AE
Complementary color
Monochromatic Colors of #BA28AE
Black with #BA28AE
Text Example
Text Example
White with #BA28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28AE; }
p { color: rgb(186,40,174); }
H1.HeaderClassName
{
color: #BA28AE;
}
.AnyTagClassName
{
color: #BA28AE;
}
</style>
background-color css
<style>
a { background-color: #BA28AE; }
a { background-color: rgb(186,40,174); }
div.DivClassName
{
background-color: #BA28AE;
}
.BgClassName
{
background-color: #BA28AE;
}
</style>
border-color css
<style>
span { border-color: #BA28AE; }
span { border-color: rgb(186,40,174); }
td.TdClassName
{
border-color: #BA28AE;
}
.TagClassName
{
border-color: #BA28AE;
}
</style>