Shades of Fuchsia #BA45C1
Tints of Fuchsia #BA45C1
RGB
CMYK
RGB Variations
Color information
#BA45C1 (or 0xBA45C1) is known color: Fuchsia. HEX triplet: BA, 45 and C1. RGB value is (186,69,193). Sum of RGB (Red+Green+Blue) = 186+69+193=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA45C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45C1 is #45BA3E. Grayscale: #757575. Windows color (decimal): -4569663 or 12666298. OLE color: 12666298.
HSL color Cylindrical-coordinate representation of color #BA45C1: hue angle of 296.61º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA45C1 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 69 | 193 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.24 |
| HSL | 296.61º | 0.5% | 0.51% | - |
| HSV(B) | 296.61º | 0.64% | 0.76% | - |
| XYZ | 32 | 18.55 | 52.34 | - |
| YUV | 118.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 193 | 0.04 | 0.64 | 0 | 0.24 | 296.61 | 0.5 | 0.51 |
| Hex | BA | 45 | C1 | 4 | 40 | 0 | 18 | 129 | 32 | 33 |
| Octal | 272 | 105 | 301 | 4 | 100 | 0 | 30 | 451 | 62 | 63 |
| Binary | 10111010 | 1000101 | 11000001 | 100 | 1000000 | 0 | 11000 | 100101001 | 110010 | 110011 |
Color Harmonies of #BA45C1
Complementary color
Monochromatic Colors of #BA45C1
Black with #BA45C1
Text Example
Text Example
White with #BA45C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45C1; }
p { color: rgb(186,69,193); }
H1.HeaderClassName
{
color: #BA45C1;
}
.AnyTagClassName
{
color: #BA45C1;
}
</style>
background-color css
<style>
a { background-color: #BA45C1; }
a { background-color: rgb(186,69,193); }
div.DivClassName
{
background-color: #BA45C1;
}
.BgClassName
{
background-color: #BA45C1;
}
</style>
border-color css
<style>
span { border-color: #BA45C1; }
span { border-color: rgb(186,69,193); }
td.TdClassName
{
border-color: #BA45C1;
}
.TagClassName
{
border-color: #BA45C1;
}
</style>