Shades of Fuchsia #BA3FC7
Tints of Fuchsia #BA3FC7
RGB
CMYK
RGB Variations
Color information
#BA3FC7 (or 0xBA3FC7) is known color: Fuchsia. HEX triplet: BA, 3F and C7. RGB value is (186,63,199). Sum of RGB (Red+Green+Blue) = 186+63+199=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA3FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FC7 is #45C038. Grayscale: #727272. Windows color (decimal): -4571193 or 13057978. OLE color: 13057978.
HSL color Cylindrical-coordinate representation of color #BA3FC7: hue angle of 294.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3FC7 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 63 | 199 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.22 |
| HSL | 294.26º | 0.55% | 0.51% | - |
| HSV(B) | 294.26º | 0.68% | 0.78% | - |
| XYZ | 32.34 | 18.12 | 55.83 | - |
| YUV | 115.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 199 | 0.07 | 0.68 | 0 | 0.22 | 294.26 | 0.55 | 0.51 |
| Hex | BA | 3F | C7 | 7 | 44 | 0 | 16 | 126 | 37 | 33 |
| Octal | 272 | 77 | 307 | 7 | 104 | 0 | 26 | 446 | 67 | 63 |
| Binary | 10111010 | 111111 | 11000111 | 111 | 1000100 | 0 | 10110 | 100100110 | 110111 | 110011 |
Color Harmonies of #BA3FC7
Complementary color
Monochromatic Colors of #BA3FC7
Black with #BA3FC7
Text Example
Text Example
White with #BA3FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FC7; }
p { color: rgb(186,63,199); }
H1.HeaderClassName
{
color: #BA3FC7;
}
.AnyTagClassName
{
color: #BA3FC7;
}
</style>
background-color css
<style>
a { background-color: #BA3FC7; }
a { background-color: rgb(186,63,199); }
div.DivClassName
{
background-color: #BA3FC7;
}
.BgClassName
{
background-color: #BA3FC7;
}
</style>
border-color css
<style>
span { border-color: #BA3FC7; }
span { border-color: rgb(186,63,199); }
td.TdClassName
{
border-color: #BA3FC7;
}
.TagClassName
{
border-color: #BA3FC7;
}
</style>