Shades of Fuchsia #BA45A6
Tints of Fuchsia #BA45A6
RGB
CMYK
RGB Variations
Color information
#BA45A6 (or 0xBA45A6) is known color: Fuchsia. HEX triplet: BA, 45 and A6. RGB value is (186,69,166). Sum of RGB (Red+Green+Blue) = 186+69+166=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA45A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA45A6 is #45BA59. Grayscale: #727272. Windows color (decimal): -4569690 or 10896826. OLE color: 10896826.
HSL color Cylindrical-coordinate representation of color #BA45A6: hue angle of 310.26º 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 #BA45A6 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 166 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.27 |
| HSL | 310.26º | 0.46% | 0.5% | - |
| HSV(B) | 310.26º | 0.63% | 0.73% | - |
| XYZ | 29.26 | 17.45 | 37.9 | - |
| YUV | 115.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 166 | 0 | 0.63 | 0.11 | 0.27 | 310.26 | 0.46 | 0.5 |
| Hex | BA | 45 | A6 | 0 | 3F | B | 1B | 136 | 2E | 32 |
| Octal | 272 | 105 | 246 | 0 | 77 | 13 | 33 | 466 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10100110 | 0 | 111111 | 1011 | 11011 | 100110110 | 101110 | 110010 |
Color Harmonies of #BA45A6
Complementary color
Monochromatic Colors of #BA45A6
Black with #BA45A6
Text Example
Text Example
White with #BA45A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45A6; }
p { color: rgb(186,69,166); }
H1.HeaderClassName
{
color: #BA45A6;
}
.AnyTagClassName
{
color: #BA45A6;
}
</style>
background-color css
<style>
a { background-color: #BA45A6; }
a { background-color: rgb(186,69,166); }
div.DivClassName
{
background-color: #BA45A6;
}
.BgClassName
{
background-color: #BA45A6;
}
</style>
border-color css
<style>
span { border-color: #BA45A6; }
span { border-color: rgb(186,69,166); }
td.TdClassName
{
border-color: #BA45A6;
}
.TagClassName
{
border-color: #BA45A6;
}
</style>