Shades of Fuchsia #BA39C7
Tints of Fuchsia #BA39C7
RGB
CMYK
RGB Variations
Color information
#BA39C7 (or 0xBA39C7) is known color: Fuchsia. HEX triplet: BA, 39 and C7. RGB value is (186,57,199). Sum of RGB (Red+Green+Blue) = 186+57+199=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA39C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39C7 is #45C638. Grayscale: #6F6F6F. Windows color (decimal): -4572729 or 13056442. OLE color: 13056442.
HSL color Cylindrical-coordinate representation of color #BA39C7: hue angle of 294.51º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA39C7 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 57 | 199 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.22 |
| HSL | 294.51º | 0.56% | 0.5% | - |
| HSV(B) | 294.51º | 0.71% | 0.78% | - |
| XYZ | 32.02 | 17.49 | 55.72 | - |
| YUV | 111.76 | 177.24 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 199 | 0.07 | 0.71 | 0 | 0.22 | 294.51 | 0.56 | 0.5 |
| Hex | BA | 39 | C7 | 7 | 47 | 0 | 16 | 127 | 38 | 32 |
| Octal | 272 | 71 | 307 | 7 | 107 | 0 | 26 | 447 | 70 | 62 |
| Binary | 10111010 | 111001 | 11000111 | 111 | 1000111 | 0 | 10110 | 100100111 | 111000 | 110010 |
Color Harmonies of #BA39C7
Complementary color
Monochromatic Colors of #BA39C7
Black with #BA39C7
Text Example
Text Example
White with #BA39C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39C7; }
p { color: rgb(186,57,199); }
H1.HeaderClassName
{
color: #BA39C7;
}
.AnyTagClassName
{
color: #BA39C7;
}
</style>
background-color css
<style>
a { background-color: #BA39C7; }
a { background-color: rgb(186,57,199); }
div.DivClassName
{
background-color: #BA39C7;
}
.BgClassName
{
background-color: #BA39C7;
}
</style>
border-color css
<style>
span { border-color: #BA39C7; }
span { border-color: rgb(186,57,199); }
td.TdClassName
{
border-color: #BA39C7;
}
.TagClassName
{
border-color: #BA39C7;
}
</style>