Shades of Fuchsia #BA3BC8
Tints of Fuchsia #BA3BC8
RGB
CMYK
RGB Variations
Color information
#BA3BC8 (or 0xBA3BC8) is known color: Fuchsia. HEX triplet: BA, 3B and C8. RGB value is (186,59,200). Sum of RGB (Red+Green+Blue) = 186+59+200=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA3BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BC8 is #45C437. Grayscale: #707070. Windows color (decimal): -4572216 or 13122490. OLE color: 13122490.
HSL color Cylindrical-coordinate representation of color #BA3BC8: hue angle of 294.04º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3BC8 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 59 | 200 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.22 |
| HSL | 294.04º | 0.56% | 0.51% | - |
| HSV(B) | 294.04º | 0.71% | 0.78% | - |
| XYZ | 32.24 | 17.74 | 56.37 | - |
| YUV | 113.05 | 177.08 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 200 | 0.07 | 0.70 | 0 | 0.22 | 294.04 | 0.56 | 0.51 |
| Hex | BA | 3B | C8 | 7 | 46 | 0 | 16 | 126 | 38 | 33 |
| Octal | 272 | 73 | 310 | 7 | 106 | 0 | 26 | 446 | 70 | 63 |
| Binary | 10111010 | 111011 | 11001000 | 111 | 1000110 | 0 | 10110 | 100100110 | 111000 | 110011 |
Color Harmonies of #BA3BC8
Complementary color
Monochromatic Colors of #BA3BC8
Black with #BA3BC8
Text Example
Text Example
White with #BA3BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BC8; }
p { color: rgb(186,59,200); }
H1.HeaderClassName
{
color: #BA3BC8;
}
.AnyTagClassName
{
color: #BA3BC8;
}
</style>
background-color css
<style>
a { background-color: #BA3BC8; }
a { background-color: rgb(186,59,200); }
div.DivClassName
{
background-color: #BA3BC8;
}
.BgClassName
{
background-color: #BA3BC8;
}
</style>
border-color css
<style>
span { border-color: #BA3BC8; }
span { border-color: rgb(186,59,200); }
td.TdClassName
{
border-color: #BA3BC8;
}
.TagClassName
{
border-color: #BA3BC8;
}
</style>