Shades of Fuchsia #BA3DC0
Tints of Fuchsia #BA3DC0
RGB
CMYK
RGB Variations
Color information
#BA3DC0 (or 0xBA3DC0) is known color: Fuchsia. HEX triplet: BA, 3D and C0. RGB value is (186,61,192). Sum of RGB (Red+Green+Blue) = 186+61+192=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA3DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DC0 is #45C23F. Grayscale: #707070. Windows color (decimal): -4571712 or 12598714. OLE color: 12598714.
HSL color Cylindrical-coordinate representation of color #BA3DC0: hue angle of 297.25º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3DC0 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 61 | 192 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.25 |
| HSL | 297.25º | 0.52% | 0.5% | - |
| HSV(B) | 297.25º | 0.68% | 0.75% | - |
| XYZ | 31.43 | 17.58 | 51.61 | - |
| YUV | 113.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 192 | 0.03 | 0.68 | 0 | 0.25 | 297.25 | 0.52 | 0.5 |
| Hex | BA | 3D | C0 | 3 | 44 | 0 | 19 | 129 | 34 | 32 |
| Octal | 272 | 75 | 300 | 3 | 104 | 0 | 31 | 451 | 64 | 62 |
| Binary | 10111010 | 111101 | 11000000 | 11 | 1000100 | 0 | 11001 | 100101001 | 110100 | 110010 |
Color Harmonies of #BA3DC0
Complementary color
Monochromatic Colors of #BA3DC0
Black with #BA3DC0
Text Example
Text Example
White with #BA3DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DC0; }
p { color: rgb(186,61,192); }
H1.HeaderClassName
{
color: #BA3DC0;
}
.AnyTagClassName
{
color: #BA3DC0;
}
</style>
background-color css
<style>
a { background-color: #BA3DC0; }
a { background-color: rgb(186,61,192); }
div.DivClassName
{
background-color: #BA3DC0;
}
.BgClassName
{
background-color: #BA3DC0;
}
</style>
border-color css
<style>
span { border-color: #BA3DC0; }
span { border-color: rgb(186,61,192); }
td.TdClassName
{
border-color: #BA3DC0;
}
.TagClassName
{
border-color: #BA3DC0;
}
</style>