Shades of Fuchsia #BA46AA
Tints of Fuchsia #BA46AA
RGB
CMYK
RGB Variations
Color information
#BA46AA (or 0xBA46AA) is known color: Fuchsia. HEX triplet: BA, 46 and AA. RGB value is (186,70,170). Sum of RGB (Red+Green+Blue) = 186+70+170=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA46AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA46AA is #45B955. Grayscale: #737373. Windows color (decimal): -4569430 or 11159226. OLE color: 11159226.
HSL color Cylindrical-coordinate representation of color #BA46AA: hue angle of 308.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA46AA is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 170 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.27 |
| HSL | 308.28º | 0.46% | 0.5% | - |
| HSV(B) | 308.28º | 0.62% | 0.73% | - |
| XYZ | 29.7 | 17.72 | 39.89 | - |
| YUV | 116.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 170 | 0 | 0.62 | 0.09 | 0.27 | 308.28 | 0.46 | 0.5 |
| Hex | BA | 46 | AA | 0 | 3E | 9 | 1B | 134 | 2E | 32 |
| Octal | 272 | 106 | 252 | 0 | 76 | 11 | 33 | 464 | 56 | 62 |
| Binary | 10111010 | 1000110 | 10101010 | 0 | 111110 | 1001 | 11011 | 100110100 | 101110 | 110010 |
Color Harmonies of #BA46AA
Complementary color
Monochromatic Colors of #BA46AA
Black with #BA46AA
Text Example
Text Example
White with #BA46AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46AA; }
p { color: rgb(186,70,170); }
H1.HeaderClassName
{
color: #BA46AA;
}
.AnyTagClassName
{
color: #BA46AA;
}
</style>
background-color css
<style>
a { background-color: #BA46AA; }
a { background-color: rgb(186,70,170); }
div.DivClassName
{
background-color: #BA46AA;
}
.BgClassName
{
background-color: #BA46AA;
}
</style>
border-color css
<style>
span { border-color: #BA46AA; }
span { border-color: rgb(186,70,170); }
td.TdClassName
{
border-color: #BA46AA;
}
.TagClassName
{
border-color: #BA46AA;
}
</style>