Shades of Fuchsia #BA39B7
Tints of Fuchsia #BA39B7
RGB
CMYK
RGB Variations
Color information
#BA39B7 (or 0xBA39B7) is known color: Fuchsia. HEX triplet: BA, 39 and B7. RGB value is (186,57,183). Sum of RGB (Red+Green+Blue) = 186+57+183=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39B7 is #45C648. Grayscale: #6D6D6D. Windows color (decimal): -4572745 or 12007866. OLE color: 12007866.
HSL color Cylindrical-coordinate representation of color #BA39B7: hue angle of 301.4º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA39B7 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 183 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.27 |
| HSL | 301.4º | 0.53% | 0.48% | - |
| HSV(B) | 301.4º | 0.69% | 0.73% | - |
| XYZ | 30.26 | 16.78 | 46.44 | - |
| YUV | 109.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 183 | 0 | 0.69 | 0.02 | 0.27 | 301.4 | 0.53 | 0.48 |
| Hex | BA | 39 | B7 | 0 | 45 | 2 | 1B | 12D | 35 | 30 |
| Octal | 272 | 71 | 267 | 0 | 105 | 2 | 33 | 455 | 65 | 60 |
| Binary | 10111010 | 111001 | 10110111 | 0 | 1000101 | 10 | 11011 | 100101101 | 110101 | 110000 |
Color Harmonies of #BA39B7
Complementary color
Monochromatic Colors of #BA39B7
Black with #BA39B7
Text Example
Text Example
White with #BA39B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39B7; }
p { color: rgb(186,57,183); }
H1.HeaderClassName
{
color: #BA39B7;
}
.AnyTagClassName
{
color: #BA39B7;
}
</style>
background-color css
<style>
a { background-color: #BA39B7; }
a { background-color: rgb(186,57,183); }
div.DivClassName
{
background-color: #BA39B7;
}
.BgClassName
{
background-color: #BA39B7;
}
</style>
border-color css
<style>
span { border-color: #BA39B7; }
span { border-color: rgb(186,57,183); }
td.TdClassName
{
border-color: #BA39B7;
}
.TagClassName
{
border-color: #BA39B7;
}
</style>