Shades of Fuchsia #BA4CC4
Tints of Fuchsia #BA4CC4
RGB
CMYK
RGB Variations
Color information
#BA4CC4 (or 0xBA4CC4) is known color: Fuchsia. HEX triplet: BA, 4C and C4. RGB value is (186,76,196). Sum of RGB (Red+Green+Blue) = 186+76+196=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA4CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CC4 is #45B33B. Grayscale: #7A7A7A. Windows color (decimal): -4567868 or 12864698. OLE color: 12864698.
HSL color Cylindrical-coordinate representation of color #BA4CC4: hue angle of 295º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4CC4 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 76 | 196 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.23 |
| HSL | 295º | 0.5% | 0.53% | - |
| HSV(B) | 295º | 0.61% | 0.77% | - |
| XYZ | 32.8 | 19.59 | 54.28 | - |
| YUV | 122.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 196 | 0.05 | 0.61 | 0 | 0.23 | 295 | 0.5 | 0.53 |
| Hex | BA | 4C | C4 | 5 | 3D | 0 | 17 | 127 | 32 | 35 |
| Octal | 272 | 114 | 304 | 5 | 75 | 0 | 27 | 447 | 62 | 65 |
| Binary | 10111010 | 1001100 | 11000100 | 101 | 111101 | 0 | 10111 | 100100111 | 110010 | 110101 |
Color Harmonies of #BA4CC4
Complementary color
Monochromatic Colors of #BA4CC4
Black with #BA4CC4
Text Example
Text Example
White with #BA4CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CC4; }
p { color: rgb(186,76,196); }
H1.HeaderClassName
{
color: #BA4CC4;
}
.AnyTagClassName
{
color: #BA4CC4;
}
</style>
background-color css
<style>
a { background-color: #BA4CC4; }
a { background-color: rgb(186,76,196); }
div.DivClassName
{
background-color: #BA4CC4;
}
.BgClassName
{
background-color: #BA4CC4;
}
</style>
border-color css
<style>
span { border-color: #BA4CC4; }
span { border-color: rgb(186,76,196); }
td.TdClassName
{
border-color: #BA4CC4;
}
.TagClassName
{
border-color: #BA4CC4;
}
</style>