Shades of Fuchsia #BA45AC
Tints of Fuchsia #BA45AC
RGB
CMYK
RGB Variations
Color information
#BA45AC (or 0xBA45AC) is known color: Fuchsia. HEX triplet: BA, 45 and AC. RGB value is (186,69,172). Sum of RGB (Red+Green+Blue) = 186+69+172=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA45AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA45AC is #45BA53. Grayscale: #737373. Windows color (decimal): -4569684 or 11290042. OLE color: 11290042.
HSL color Cylindrical-coordinate representation of color #BA45AC: hue angle of 307.18º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA45AC is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 172 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.27 |
| HSL | 307.18º | 0.46% | 0.5% | - |
| HSV(B) | 307.18º | 0.63% | 0.73% | - |
| XYZ | 29.82 | 17.67 | 40.87 | - |
| YUV | 115.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 172 | 0 | 0.63 | 0.08 | 0.27 | 307.18 | 0.46 | 0.5 |
| Hex | BA | 45 | AC | 0 | 3F | 8 | 1B | 133 | 2E | 32 |
| Octal | 272 | 105 | 254 | 0 | 77 | 10 | 33 | 463 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10101100 | 0 | 111111 | 1000 | 11011 | 100110011 | 101110 | 110010 |
Color Harmonies of #BA45AC
Complementary color
Monochromatic Colors of #BA45AC
Black with #BA45AC
Text Example
Text Example
White with #BA45AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45AC; }
p { color: rgb(186,69,172); }
H1.HeaderClassName
{
color: #BA45AC;
}
.AnyTagClassName
{
color: #BA45AC;
}
</style>
background-color css
<style>
a { background-color: #BA45AC; }
a { background-color: rgb(186,69,172); }
div.DivClassName
{
background-color: #BA45AC;
}
.BgClassName
{
background-color: #BA45AC;
}
</style>
border-color css
<style>
span { border-color: #BA45AC; }
span { border-color: rgb(186,69,172); }
td.TdClassName
{
border-color: #BA45AC;
}
.TagClassName
{
border-color: #BA45AC;
}
</style>