Shades of Fuchsia #BA3DBA
Tints of Fuchsia #BA3DBA
RGB
CMYK
RGB Variations
Color information
#BA3DBA (or 0xBA3DBA) is known color: Fuchsia. HEX triplet: BA, 3D and BA. RGB value is (186,61,186). Sum of RGB (Red+Green+Blue) = 186+61+186=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA3DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DBA is #45C245. Grayscale: #707070. Windows color (decimal): -4571718 or 12205498. OLE color: 12205498.
HSL color Cylindrical-coordinate representation of color #BA3DBA: hue angle of 300º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3DBA is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 186 | - |
| CMYK | 0 | 0.67 | 0 | 0.27 |
| HSL | 300º | 0.51% | 0.48% | - |
| HSV(B) | 300º | 0.67% | 0.73% | - |
| XYZ | 30.78 | 17.32 | 48.18 | - |
| YUV | 112.63 | 169.41 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 186 | 0 | 0.67 | 0 | 0.27 | 300 | 0.51 | 0.48 |
| Hex | BA | 3D | BA | 0 | 43 | 0 | 1B | 12C | 33 | 30 |
| Octal | 272 | 75 | 272 | 0 | 103 | 0 | 33 | 454 | 63 | 60 |
| Binary | 10111010 | 111101 | 10111010 | 0 | 1000011 | 0 | 11011 | 100101100 | 110011 | 110000 |
Color Harmonies of #BA3DBA
Complementary color
Monochromatic Colors of #BA3DBA
Black with #BA3DBA
Text Example
Text Example
White with #BA3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DBA; }
p { color: rgb(186,61,186); }
H1.HeaderClassName
{
color: #BA3DBA;
}
.AnyTagClassName
{
color: #BA3DBA;
}
</style>
background-color css
<style>
a { background-color: #BA3DBA; }
a { background-color: rgb(186,61,186); }
div.DivClassName
{
background-color: #BA3DBA;
}
.BgClassName
{
background-color: #BA3DBA;
}
</style>
border-color css
<style>
span { border-color: #BA3DBA; }
span { border-color: rgb(186,61,186); }
td.TdClassName
{
border-color: #BA3DBA;
}
.TagClassName
{
border-color: #BA3DBA;
}
</style>