Shades of Fuchsia #BA3ABB
Tints of Fuchsia #BA3ABB
RGB
CMYK
RGB Variations
Color information
#BA3ABB (or 0xBA3ABB) is known color: Fuchsia. HEX triplet: BA, 3A and BB. RGB value is (186,58,187). Sum of RGB (Red+Green+Blue) = 186+58+187=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ABB is #45C544. Grayscale: #6E6E6E. Windows color (decimal): -4572485 or 12270266. OLE color: 12270266.
HSL color Cylindrical-coordinate representation of color #BA3ABB: hue angle of 299.53º 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 #BA3ABB is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 187 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.27 |
| HSL | 299.53º | 0.53% | 0.48% | - |
| HSV(B) | 299.53º | 0.69% | 0.73% | - |
| XYZ | 30.73 | 17.05 | 48.69 | - |
| YUV | 110.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 187 | 0.01 | 0.69 | 0 | 0.27 | 299.53 | 0.53 | 0.48 |
| Hex | BA | 3A | BB | 1 | 45 | 0 | 1B | 12C | 35 | 30 |
| Octal | 272 | 72 | 273 | 1 | 105 | 0 | 33 | 454 | 65 | 60 |
| Binary | 10111010 | 111010 | 10111011 | 1 | 1000101 | 0 | 11011 | 100101100 | 110101 | 110000 |
Color Harmonies of #BA3ABB
Complementary color
Monochromatic Colors of #BA3ABB
Black with #BA3ABB
Text Example
Text Example
White with #BA3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ABB; }
p { color: rgb(186,58,187); }
H1.HeaderClassName
{
color: #BA3ABB;
}
.AnyTagClassName
{
color: #BA3ABB;
}
</style>
background-color css
<style>
a { background-color: #BA3ABB; }
a { background-color: rgb(186,58,187); }
div.DivClassName
{
background-color: #BA3ABB;
}
.BgClassName
{
background-color: #BA3ABB;
}
</style>
border-color css
<style>
span { border-color: #BA3ABB; }
span { border-color: rgb(186,58,187); }
td.TdClassName
{
border-color: #BA3ABB;
}
.TagClassName
{
border-color: #BA3ABB;
}
</style>