Shades of Fuchsia #BA36BA
Tints of Fuchsia #BA36BA
RGB
CMYK
RGB Variations
Color information
#BA36BA (or 0xBA36BA) is known color: Fuchsia. HEX triplet: BA, 36 and BA. RGB value is (186,54,186). Sum of RGB (Red+Green+Blue) = 186+54+186=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36BA is #45C945. Grayscale: #6C6C6C. Windows color (decimal): -4573510 or 12203706. OLE color: 12203706.
HSL color Cylindrical-coordinate representation of color #BA36BA: hue angle of 300º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA36BA is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 186 | - |
| CMYK | 0 | 0.71 | 0 | 0.27 |
| HSL | 300º | 0.55% | 0.47% | - |
| HSV(B) | 300º | 0.71% | 0.73% | - |
| XYZ | 30.43 | 16.62 | 48.06 | - |
| YUV | 108.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 186 | 0 | 0.71 | 0 | 0.27 | 300 | 0.55 | 0.47 |
| Hex | BA | 36 | BA | 0 | 47 | 0 | 1B | 12C | 37 | 2F |
| Octal | 272 | 66 | 272 | 0 | 107 | 0 | 33 | 454 | 67 | 57 |
| Binary | 10111010 | 110110 | 10111010 | 0 | 1000111 | 0 | 11011 | 100101100 | 110111 | 101111 |
Color Harmonies of #BA36BA
Complementary color
Monochromatic Colors of #BA36BA
Black with #BA36BA
Text Example
Text Example
White with #BA36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36BA; }
p { color: rgb(186,54,186); }
H1.HeaderClassName
{
color: #BA36BA;
}
.AnyTagClassName
{
color: #BA36BA;
}
</style>
background-color css
<style>
a { background-color: #BA36BA; }
a { background-color: rgb(186,54,186); }
div.DivClassName
{
background-color: #BA36BA;
}
.BgClassName
{
background-color: #BA36BA;
}
</style>
border-color css
<style>
span { border-color: #BA36BA; }
span { border-color: rgb(186,54,186); }
td.TdClassName
{
border-color: #BA36BA;
}
.TagClassName
{
border-color: #BA36BA;
}
</style>