Shades of Fuchsia #BA3BC7
Tints of Fuchsia #BA3BC7
RGB
CMYK
RGB Variations
Color information
#BA3BC7 (or 0xBA3BC7) is known color: Fuchsia. HEX triplet: BA, 3B and C7. RGB value is (186,59,199). Sum of RGB (Red+Green+Blue) = 186+59+199=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA3BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BC7 is #45C438. Grayscale: #707070. Windows color (decimal): -4572217 or 13056954. OLE color: 13056954.
HSL color Cylindrical-coordinate representation of color #BA3BC7: hue angle of 294.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3BC7 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 59 | 199 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.22 |
| HSL | 294.43º | 0.56% | 0.51% | - |
| HSV(B) | 294.43º | 0.7% | 0.78% | - |
| XYZ | 32.12 | 17.69 | 55.75 | - |
| YUV | 112.93 | 176.58 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 199 | 0.07 | 0.70 | 0 | 0.22 | 294.43 | 0.56 | 0.51 |
| Hex | BA | 3B | C7 | 7 | 46 | 0 | 16 | 126 | 38 | 33 |
| Octal | 272 | 73 | 307 | 7 | 106 | 0 | 26 | 446 | 70 | 63 |
| Binary | 10111010 | 111011 | 11000111 | 111 | 1000110 | 0 | 10110 | 100100110 | 111000 | 110011 |
Color Harmonies of #BA3BC7
Complementary color
Monochromatic Colors of #BA3BC7
Black with #BA3BC7
Text Example
Text Example
White with #BA3BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BC7; }
p { color: rgb(186,59,199); }
H1.HeaderClassName
{
color: #BA3BC7;
}
.AnyTagClassName
{
color: #BA3BC7;
}
</style>
background-color css
<style>
a { background-color: #BA3BC7; }
a { background-color: rgb(186,59,199); }
div.DivClassName
{
background-color: #BA3BC7;
}
.BgClassName
{
background-color: #BA3BC7;
}
</style>
border-color css
<style>
span { border-color: #BA3BC7; }
span { border-color: rgb(186,59,199); }
td.TdClassName
{
border-color: #BA3BC7;
}
.TagClassName
{
border-color: #BA3BC7;
}
</style>