Shades of Fuchsia #BA41C5
Tints of Fuchsia #BA41C5
RGB
CMYK
RGB Variations
Color information
#BA41C5 (or 0xBA41C5) is known color: Fuchsia. HEX triplet: BA, 41 and C5. RGB value is (186,65,197). Sum of RGB (Red+Green+Blue) = 186+65+197=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA41C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41C5 is #45BE3A. Grayscale: #737373. Windows color (decimal): -4570683 or 12927418. OLE color: 12927418.
HSL color Cylindrical-coordinate representation of color #BA41C5: hue angle of 295º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA41C5 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 65 | 197 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.23 |
| HSL | 295º | 0.53% | 0.51% | - |
| HSV(B) | 295º | 0.67% | 0.77% | - |
| XYZ | 32.22 | 18.25 | 54.65 | - |
| YUV | 116.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 197 | 0.06 | 0.67 | 0 | 0.23 | 295 | 0.53 | 0.51 |
| Hex | BA | 41 | C5 | 6 | 43 | 0 | 17 | 127 | 35 | 33 |
| Octal | 272 | 101 | 305 | 6 | 103 | 0 | 27 | 447 | 65 | 63 |
| Binary | 10111010 | 1000001 | 11000101 | 110 | 1000011 | 0 | 10111 | 100100111 | 110101 | 110011 |
Color Harmonies of #BA41C5
Complementary color
Monochromatic Colors of #BA41C5
Black with #BA41C5
Text Example
Text Example
White with #BA41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41C5; }
p { color: rgb(186,65,197); }
H1.HeaderClassName
{
color: #BA41C5;
}
.AnyTagClassName
{
color: #BA41C5;
}
</style>
background-color css
<style>
a { background-color: #BA41C5; }
a { background-color: rgb(186,65,197); }
div.DivClassName
{
background-color: #BA41C5;
}
.BgClassName
{
background-color: #BA41C5;
}
</style>
border-color css
<style>
span { border-color: #BA41C5; }
span { border-color: rgb(186,65,197); }
td.TdClassName
{
border-color: #BA41C5;
}
.TagClassName
{
border-color: #BA41C5;
}
</style>