Shades of Fuchsia #BA43C6
Tints of Fuchsia #BA43C6
RGB
CMYK
RGB Variations
Color information
#BA43C6 (or 0xBA43C6) is known color: Fuchsia. HEX triplet: BA, 43 and C6. RGB value is (186,67,198). Sum of RGB (Red+Green+Blue) = 186+67+198=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA43C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43C6 is #45BC39. Grayscale: #757575. Windows color (decimal): -4570170 or 12993466. OLE color: 12993466.
HSL color Cylindrical-coordinate representation of color #BA43C6: hue angle of 294.5º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA43C6 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 67 | 198 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.22 |
| HSL | 294.5º | 0.53% | 0.52% | - |
| HSV(B) | 294.5º | 0.66% | 0.78% | - |
| XYZ | 32.45 | 18.53 | 55.29 | - |
| YUV | 117.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 198 | 0.06 | 0.66 | 0 | 0.22 | 294.5 | 0.53 | 0.52 |
| Hex | BA | 43 | C6 | 6 | 42 | 0 | 16 | 127 | 35 | 34 |
| Octal | 272 | 103 | 306 | 6 | 102 | 0 | 26 | 447 | 65 | 64 |
| Binary | 10111010 | 1000011 | 11000110 | 110 | 1000010 | 0 | 10110 | 100100111 | 110101 | 110100 |
Color Harmonies of #BA43C6
Complementary color
Monochromatic Colors of #BA43C6
Black with #BA43C6
Text Example
Text Example
White with #BA43C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43C6; }
p { color: rgb(186,67,198); }
H1.HeaderClassName
{
color: #BA43C6;
}
.AnyTagClassName
{
color: #BA43C6;
}
</style>
background-color css
<style>
a { background-color: #BA43C6; }
a { background-color: rgb(186,67,198); }
div.DivClassName
{
background-color: #BA43C6;
}
.BgClassName
{
background-color: #BA43C6;
}
</style>
border-color css
<style>
span { border-color: #BA43C6; }
span { border-color: rgb(186,67,198); }
td.TdClassName
{
border-color: #BA43C6;
}
.TagClassName
{
border-color: #BA43C6;
}
</style>