Shades of Fuchsia #BA3BC3
Tints of Fuchsia #BA3BC3
RGB
CMYK
RGB Variations
Color information
#BA3BC3 (or 0xBA3BC3) is known color: Fuchsia. HEX triplet: BA, 3B and C3. RGB value is (186,59,195). Sum of RGB (Red+Green+Blue) = 186+59+195=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA3BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BC3 is #45C43C. Grayscale: #707070. Windows color (decimal): -4572221 or 12794810. OLE color: 12794810.
HSL color Cylindrical-coordinate representation of color #BA3BC3: hue angle of 296.03º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3BC3 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 59 | 195 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.24 |
| HSL | 296.03º | 0.54% | 0.5% | - |
| HSV(B) | 296.03º | 0.7% | 0.76% | - |
| XYZ | 31.66 | 17.51 | 53.34 | - |
| YUV | 112.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 195 | 0.05 | 0.70 | 0 | 0.24 | 296.03 | 0.54 | 0.5 |
| Hex | BA | 3B | C3 | 5 | 46 | 0 | 18 | 128 | 36 | 32 |
| Octal | 272 | 73 | 303 | 5 | 106 | 0 | 30 | 450 | 66 | 62 |
| Binary | 10111010 | 111011 | 11000011 | 101 | 1000110 | 0 | 11000 | 100101000 | 110110 | 110010 |
Color Harmonies of #BA3BC3
Complementary color
Monochromatic Colors of #BA3BC3
Black with #BA3BC3
Text Example
Text Example
White with #BA3BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BC3; }
p { color: rgb(186,59,195); }
H1.HeaderClassName
{
color: #BA3BC3;
}
.AnyTagClassName
{
color: #BA3BC3;
}
</style>
background-color css
<style>
a { background-color: #BA3BC3; }
a { background-color: rgb(186,59,195); }
div.DivClassName
{
background-color: #BA3BC3;
}
.BgClassName
{
background-color: #BA3BC3;
}
</style>
border-color css
<style>
span { border-color: #BA3BC3; }
span { border-color: rgb(186,59,195); }
td.TdClassName
{
border-color: #BA3BC3;
}
.TagClassName
{
border-color: #BA3BC3;
}
</style>