Shades of Fuchsia #BA3FC9
Tints of Fuchsia #BA3FC9
RGB
CMYK
RGB Variations
Color information
#BA3FC9 (or 0xBA3FC9) is known color: Fuchsia. HEX triplet: BA, 3F and C9. RGB value is (186,63,201). Sum of RGB (Red+Green+Blue) = 186+63+201=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA3FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FC9 is #45C036. Grayscale: #737373. Windows color (decimal): -4571191 or 13189050. OLE color: 13189050.
HSL color Cylindrical-coordinate representation of color #BA3FC9: hue angle of 293.48º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3FC9 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 63 | 201 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.21 |
| HSL | 293.48º | 0.56% | 0.52% | - |
| HSV(B) | 293.48º | 0.69% | 0.79% | - |
| XYZ | 32.57 | 18.21 | 57.06 | - |
| YUV | 115.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 201 | 0.07 | 0.69 | 0 | 0.21 | 293.48 | 0.56 | 0.52 |
| Hex | BA | 3F | C9 | 7 | 45 | 0 | 15 | 125 | 38 | 34 |
| Octal | 272 | 77 | 311 | 7 | 105 | 0 | 25 | 445 | 70 | 64 |
| Binary | 10111010 | 111111 | 11001001 | 111 | 1000101 | 0 | 10101 | 100100101 | 111000 | 110100 |
Color Harmonies of #BA3FC9
Complementary color
Monochromatic Colors of #BA3FC9
Black with #BA3FC9
Text Example
Text Example
White with #BA3FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FC9; }
p { color: rgb(186,63,201); }
H1.HeaderClassName
{
color: #BA3FC9;
}
.AnyTagClassName
{
color: #BA3FC9;
}
</style>
background-color css
<style>
a { background-color: #BA3FC9; }
a { background-color: rgb(186,63,201); }
div.DivClassName
{
background-color: #BA3FC9;
}
.BgClassName
{
background-color: #BA3FC9;
}
</style>
border-color css
<style>
span { border-color: #BA3FC9; }
span { border-color: rgb(186,63,201); }
td.TdClassName
{
border-color: #BA3FC9;
}
.TagClassName
{
border-color: #BA3FC9;
}
</style>