Shades of Fuchsia #BA3BC9
Tints of Fuchsia #BA3BC9
RGB
CMYK
RGB Variations
Color information
#BA3BC9 (or 0xBA3BC9) is known color: Fuchsia. HEX triplet: BA, 3B and C9. RGB value is (186,59,201). Sum of RGB (Red+Green+Blue) = 186+59+201=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA3BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BC9 is #45C436. Grayscale: #707070. Windows color (decimal): -4572215 or 13188026. OLE color: 13188026.
HSL color Cylindrical-coordinate representation of color #BA3BC9: hue angle of 293.66º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3BC9 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 59 | 201 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.21 |
| HSL | 293.66º | 0.57% | 0.51% | - |
| HSV(B) | 293.66º | 0.71% | 0.79% | - |
| XYZ | 32.36 | 17.78 | 56.99 | - |
| YUV | 113.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 201 | 0.07 | 0.71 | 0 | 0.21 | 293.66 | 0.57 | 0.51 |
| Hex | BA | 3B | C9 | 7 | 47 | 0 | 15 | 126 | 39 | 33 |
| Octal | 272 | 73 | 311 | 7 | 107 | 0 | 25 | 446 | 71 | 63 |
| Binary | 10111010 | 111011 | 11001001 | 111 | 1000111 | 0 | 10101 | 100100110 | 111001 | 110011 |
Color Harmonies of #BA3BC9
Complementary color
Monochromatic Colors of #BA3BC9
Black with #BA3BC9
Text Example
Text Example
White with #BA3BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BC9; }
p { color: rgb(186,59,201); }
H1.HeaderClassName
{
color: #BA3BC9;
}
.AnyTagClassName
{
color: #BA3BC9;
}
</style>
background-color css
<style>
a { background-color: #BA3BC9; }
a { background-color: rgb(186,59,201); }
div.DivClassName
{
background-color: #BA3BC9;
}
.BgClassName
{
background-color: #BA3BC9;
}
</style>
border-color css
<style>
span { border-color: #BA3BC9; }
span { border-color: rgb(186,59,201); }
td.TdClassName
{
border-color: #BA3BC9;
}
.TagClassName
{
border-color: #BA3BC9;
}
</style>