Shades of Fuchsia #BA39C9
Tints of Fuchsia #BA39C9
RGB
CMYK
RGB Variations
Color information
#BA39C9 (or 0xBA39C9) is known color: Fuchsia. HEX triplet: BA, 39 and C9. RGB value is (186,57,201). Sum of RGB (Red+Green+Blue) = 186+57+201=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA39C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39C9 is #45C636. Grayscale: #6F6F6F. Windows color (decimal): -4572727 or 13187514. OLE color: 13187514.
HSL color Cylindrical-coordinate representation of color #BA39C9: hue angle of 293.75º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA39C9 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 57 | 201 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.21 |
| HSL | 293.75º | 0.57% | 0.51% | - |
| HSV(B) | 293.75º | 0.72% | 0.79% | - |
| XYZ | 32.26 | 17.58 | 56.95 | - |
| YUV | 111.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 201 | 0.07 | 0.72 | 0 | 0.21 | 293.75 | 0.57 | 0.51 |
| Hex | BA | 39 | C9 | 7 | 48 | 0 | 15 | 126 | 39 | 33 |
| Octal | 272 | 71 | 311 | 7 | 110 | 0 | 25 | 446 | 71 | 63 |
| Binary | 10111010 | 111001 | 11001001 | 111 | 1001000 | 0 | 10101 | 100100110 | 111001 | 110011 |
Color Harmonies of #BA39C9
Complementary color
Monochromatic Colors of #BA39C9
Black with #BA39C9
Text Example
Text Example
White with #BA39C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39C9; }
p { color: rgb(186,57,201); }
H1.HeaderClassName
{
color: #BA39C9;
}
.AnyTagClassName
{
color: #BA39C9;
}
</style>
background-color css
<style>
a { background-color: #BA39C9; }
a { background-color: rgb(186,57,201); }
div.DivClassName
{
background-color: #BA39C9;
}
.BgClassName
{
background-color: #BA39C9;
}
</style>
border-color css
<style>
span { border-color: #BA39C9; }
span { border-color: rgb(186,57,201); }
td.TdClassName
{
border-color: #BA39C9;
}
.TagClassName
{
border-color: #BA39C9;
}
</style>