Shades of Fuchsia #BA3ABC
Tints of Fuchsia #BA3ABC
RGB
CMYK
RGB Variations
Color information
#BA3ABC (or 0xBA3ABC) is known color: Fuchsia. HEX triplet: BA, 3A and BC. RGB value is (186,58,188). Sum of RGB (Red+Green+Blue) = 186+58+188=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA3ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ABC is #45C543. Grayscale: #6E6E6E. Windows color (decimal): -4572484 or 12335802. OLE color: 12335802.
HSL color Cylindrical-coordinate representation of color #BA3ABC: hue angle of 299.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3ABC is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 58 | 188 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.26 |
| HSL | 299.08º | 0.53% | 0.48% | - |
| HSV(B) | 299.08º | 0.69% | 0.74% | - |
| XYZ | 30.84 | 17.1 | 49.25 | - |
| YUV | 111.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 188 | 0.01 | 0.69 | 0 | 0.26 | 299.08 | 0.53 | 0.48 |
| Hex | BA | 3A | BC | 1 | 45 | 0 | 1A | 12B | 35 | 30 |
| Octal | 272 | 72 | 274 | 1 | 105 | 0 | 32 | 453 | 65 | 60 |
| Binary | 10111010 | 111010 | 10111100 | 1 | 1000101 | 0 | 11010 | 100101011 | 110101 | 110000 |
Color Harmonies of #BA3ABC
Complementary color
Monochromatic Colors of #BA3ABC
Black with #BA3ABC
Text Example
Text Example
White with #BA3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ABC; }
p { color: rgb(186,58,188); }
H1.HeaderClassName
{
color: #BA3ABC;
}
.AnyTagClassName
{
color: #BA3ABC;
}
</style>
background-color css
<style>
a { background-color: #BA3ABC; }
a { background-color: rgb(186,58,188); }
div.DivClassName
{
background-color: #BA3ABC;
}
.BgClassName
{
background-color: #BA3ABC;
}
</style>
border-color css
<style>
span { border-color: #BA3ABC; }
span { border-color: rgb(186,58,188); }
td.TdClassName
{
border-color: #BA3ABC;
}
.TagClassName
{
border-color: #BA3ABC;
}
</style>