Shades of Fuchsia #BA3ABE
Tints of Fuchsia #BA3ABE
RGB
CMYK
RGB Variations
Color information
#BA3ABE (or 0xBA3ABE) is known color: Fuchsia. HEX triplet: BA, 3A and BE. RGB value is (186,58,190). Sum of RGB (Red+Green+Blue) = 186+58+190=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA3ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ABE is #45C541. Grayscale: #6E6E6E. Windows color (decimal): -4572482 or 12466874. OLE color: 12466874.
HSL color Cylindrical-coordinate representation of color #BA3ABE: hue angle of 298.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3ABE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 58 | 190 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.25 |
| HSL | 298.18º | 0.53% | 0.49% | - |
| HSV(B) | 298.18º | 0.69% | 0.75% | - |
| XYZ | 31.06 | 17.18 | 50.39 | - |
| YUV | 111.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 190 | 0.02 | 0.69 | 0 | 0.25 | 298.18 | 0.53 | 0.49 |
| Hex | BA | 3A | BE | 2 | 45 | 0 | 19 | 12A | 35 | 31 |
| Octal | 272 | 72 | 276 | 2 | 105 | 0 | 31 | 452 | 65 | 61 |
| Binary | 10111010 | 111010 | 10111110 | 10 | 1000101 | 0 | 11001 | 100101010 | 110101 | 110001 |
Color Harmonies of #BA3ABE
Complementary color
Monochromatic Colors of #BA3ABE
Black with #BA3ABE
Text Example
Text Example
White with #BA3ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ABE; }
p { color: rgb(186,58,190); }
H1.HeaderClassName
{
color: #BA3ABE;
}
.AnyTagClassName
{
color: #BA3ABE;
}
</style>
background-color css
<style>
a { background-color: #BA3ABE; }
a { background-color: rgb(186,58,190); }
div.DivClassName
{
background-color: #BA3ABE;
}
.BgClassName
{
background-color: #BA3ABE;
}
</style>
border-color css
<style>
span { border-color: #BA3ABE; }
span { border-color: rgb(186,58,190); }
td.TdClassName
{
border-color: #BA3ABE;
}
.TagClassName
{
border-color: #BA3ABE;
}
</style>