Shades of Fuchsia #BA46C0
Tints of Fuchsia #BA46C0
RGB
CMYK
RGB Variations
Color information
#BA46C0 (or 0xBA46C0) is known color: Fuchsia. HEX triplet: BA, 46 and C0. RGB value is (186,70,192). Sum of RGB (Red+Green+Blue) = 186+70+192=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46C0 is #45B93F. Grayscale: #767676. Windows color (decimal): -4569408 or 12601018. OLE color: 12601018.
HSL color Cylindrical-coordinate representation of color #BA46C0: hue angle of 297.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA46C0 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 70 | 192 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.25 |
| HSL | 297.05º | 0.49% | 0.51% | - |
| HSV(B) | 297.05º | 0.64% | 0.75% | - |
| XYZ | 31.95 | 18.63 | 51.78 | - |
| YUV | 118.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 192 | 0.03 | 0.64 | 0 | 0.25 | 297.05 | 0.49 | 0.51 |
| Hex | BA | 46 | C0 | 3 | 40 | 0 | 19 | 129 | 31 | 33 |
| Octal | 272 | 106 | 300 | 3 | 100 | 0 | 31 | 451 | 61 | 63 |
| Binary | 10111010 | 1000110 | 11000000 | 11 | 1000000 | 0 | 11001 | 100101001 | 110001 | 110011 |
Color Harmonies of #BA46C0
Complementary color
Monochromatic Colors of #BA46C0
Black with #BA46C0
Text Example
Text Example
White with #BA46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46C0; }
p { color: rgb(186,70,192); }
H1.HeaderClassName
{
color: #BA46C0;
}
.AnyTagClassName
{
color: #BA46C0;
}
</style>
background-color css
<style>
a { background-color: #BA46C0; }
a { background-color: rgb(186,70,192); }
div.DivClassName
{
background-color: #BA46C0;
}
.BgClassName
{
background-color: #BA46C0;
}
</style>
border-color css
<style>
span { border-color: #BA46C0; }
span { border-color: rgb(186,70,192); }
td.TdClassName
{
border-color: #BA46C0;
}
.TagClassName
{
border-color: #BA46C0;
}
</style>