Shades of Fuchsia #BA3EAC
Tints of Fuchsia #BA3EAC
RGB
CMYK
RGB Variations
Color information
#BA3EAC (or 0xBA3EAC) is known color: Fuchsia. HEX triplet: BA, 3E and AC. RGB value is (186,62,172). Sum of RGB (Red+Green+Blue) = 186+62+172=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EAC is #45C153. Grayscale: #6F6F6F. Windows color (decimal): -4571476 or 11288250. OLE color: 11288250.
HSL color Cylindrical-coordinate representation of color #BA3EAC: hue angle of 306.77º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3EAC is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 62 | 172 | - |
CMYK | 0 | 0.67 | 0.08 | 0.27 |
HSL | 306.77º | 0.5% | 0.49% | - |
HSV(B) | 306.77º | 0.67% | 0.73% | - |
XYZ | 29.42 | 16.86 | 40.73 | - |
YUV | 111.62 | 162.08 | 181.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 62 | 172 | 0 | 0.67 | 0.08 | 0.27 | 306.77 | 0.5 | 0.49 |
Hex | BA | 3E | AC | 0 | 43 | 8 | 1B | 133 | 32 | 31 |
Octal | 272 | 76 | 254 | 0 | 103 | 10 | 33 | 463 | 62 | 61 |
Binary | 10111010 | 111110 | 10101100 | 0 | 1000011 | 1000 | 11011 | 100110011 | 110010 | 110001 |
Color Harmonies of #BA3EAC
Complementary color
Monochromatic Colors of #BA3EAC
Black with #BA3EAC
Text Example
Text Example
White with #BA3EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EAC; }
p { color: rgb(186,62,172); }
H1.HeaderClassName
{
color: #BA3EAC;
}
.AnyTagClassName
{
color: #BA3EAC;
}
</style>
background-color css
<style>
a { background-color: #BA3EAC; }
a { background-color: rgb(186,62,172); }
div.DivClassName
{
background-color: #BA3EAC;
}
.BgClassName
{
background-color: #BA3EAC;
}
</style>
border-color css
<style>
span { border-color: #BA3EAC; }
span { border-color: rgb(186,62,172); }
td.TdClassName
{
border-color: #BA3EAC;
}
.TagClassName
{
border-color: #BA3EAC;
}
</style>