Shades of Fuchsia #BA3BC4
Tints of Fuchsia #BA3BC4
RGB
CMYK
RGB Variations
Color information
#BA3BC4 (or 0xBA3BC4) is known color: Fuchsia. HEX triplet: BA, 3B and C4. RGB value is (186,59,196). Sum of RGB (Red+Green+Blue) = 186+59+196=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA3BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BC4 is #45C43B. Grayscale: #707070. Windows color (decimal): -4572220 or 12860346. OLE color: 12860346.
HSL color Cylindrical-coordinate representation of color #BA3BC4: hue angle of 295.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3BC4 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 59 | 196 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.23 |
| HSL | 295.62º | 0.54% | 0.5% | - |
| HSV(B) | 295.62º | 0.7% | 0.77% | - |
| XYZ | 31.78 | 17.55 | 53.94 | - |
| YUV | 112.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 196 | 0.05 | 0.70 | 0 | 0.23 | 295.62 | 0.54 | 0.5 |
| Hex | BA | 3B | C4 | 5 | 46 | 0 | 17 | 128 | 36 | 32 |
| Octal | 272 | 73 | 304 | 5 | 106 | 0 | 27 | 450 | 66 | 62 |
| Binary | 10111010 | 111011 | 11000100 | 101 | 1000110 | 0 | 10111 | 100101000 | 110110 | 110010 |
Color Harmonies of #BA3BC4
Complementary color
Monochromatic Colors of #BA3BC4
Black with #BA3BC4
Text Example
Text Example
White with #BA3BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BC4; }
p { color: rgb(186,59,196); }
H1.HeaderClassName
{
color: #BA3BC4;
}
.AnyTagClassName
{
color: #BA3BC4;
}
</style>
background-color css
<style>
a { background-color: #BA3BC4; }
a { background-color: rgb(186,59,196); }
div.DivClassName
{
background-color: #BA3BC4;
}
.BgClassName
{
background-color: #BA3BC4;
}
</style>
border-color css
<style>
span { border-color: #BA3BC4; }
span { border-color: rgb(186,59,196); }
td.TdClassName
{
border-color: #BA3BC4;
}
.TagClassName
{
border-color: #BA3BC4;
}
</style>