Shades of Fuchsia #BA4ABC
Tints of Fuchsia #BA4ABC
RGB
CMYK
RGB Variations
Color information
#BA4ABC (or 0xBA4ABC) is known color: Fuchsia. HEX triplet: BA, 4A and BC. RGB value is (186,74,188). Sum of RGB (Red+Green+Blue) = 186+74+188=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA4ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ABC is #45B543. Grayscale: #787878. Windows color (decimal): -4568388 or 12339898. OLE color: 12339898.
HSL color Cylindrical-coordinate representation of color #BA4ABC: hue angle of 298.95º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4ABC is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 74 | 188 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.26 |
| HSL | 298.95º | 0.46% | 0.51% | - |
| HSV(B) | 298.95º | 0.61% | 0.74% | - |
| XYZ | 31.78 | 18.97 | 49.56 | - |
| YUV | 120.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 188 | 0.01 | 0.61 | 0 | 0.26 | 298.95 | 0.46 | 0.51 |
| Hex | BA | 4A | BC | 1 | 3D | 0 | 1A | 12B | 2E | 33 |
| Octal | 272 | 112 | 274 | 1 | 75 | 0 | 32 | 453 | 56 | 63 |
| Binary | 10111010 | 1001010 | 10111100 | 1 | 111101 | 0 | 11010 | 100101011 | 101110 | 110011 |
Color Harmonies of #BA4ABC
Complementary color
Monochromatic Colors of #BA4ABC
Black with #BA4ABC
Text Example
Text Example
White with #BA4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ABC; }
p { color: rgb(186,74,188); }
H1.HeaderClassName
{
color: #BA4ABC;
}
.AnyTagClassName
{
color: #BA4ABC;
}
</style>
background-color css
<style>
a { background-color: #BA4ABC; }
a { background-color: rgb(186,74,188); }
div.DivClassName
{
background-color: #BA4ABC;
}
.BgClassName
{
background-color: #BA4ABC;
}
</style>
border-color css
<style>
span { border-color: #BA4ABC; }
span { border-color: rgb(186,74,188); }
td.TdClassName
{
border-color: #BA4ABC;
}
.TagClassName
{
border-color: #BA4ABC;
}
</style>