Shades of Fuchsia #BA4FC5
Tints of Fuchsia #BA4FC5
RGB
CMYK
RGB Variations
Color information
#BA4FC5 (or 0xBA4FC5) is known color: Fuchsia. HEX triplet: BA, 4F and C5. RGB value is (186,79,197). Sum of RGB (Red+Green+Blue) = 186+79+197=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA4FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FC5 is #45B03A. Grayscale: #7C7C7C. Windows color (decimal): -4567099 or 12931002. OLE color: 12931002.
HSL color Cylindrical-coordinate representation of color #BA4FC5: hue angle of 294.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4FC5 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 79 | 197 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.23 |
| HSL | 294.41º | 0.5% | 0.54% | - |
| HSV(B) | 294.41º | 0.6% | 0.77% | - |
| XYZ | 33.12 | 20.06 | 54.95 | - |
| YUV | 124.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 197 | 0.06 | 0.60 | 0 | 0.23 | 294.41 | 0.5 | 0.54 |
| Hex | BA | 4F | C5 | 6 | 3C | 0 | 17 | 126 | 32 | 36 |
| Octal | 272 | 117 | 305 | 6 | 74 | 0 | 27 | 446 | 62 | 66 |
| Binary | 10111010 | 1001111 | 11000101 | 110 | 111100 | 0 | 10111 | 100100110 | 110010 | 110110 |
Color Harmonies of #BA4FC5
Complementary color
Monochromatic Colors of #BA4FC5
Black with #BA4FC5
Text Example
Text Example
White with #BA4FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FC5; }
p { color: rgb(186,79,197); }
H1.HeaderClassName
{
color: #BA4FC5;
}
.AnyTagClassName
{
color: #BA4FC5;
}
</style>
background-color css
<style>
a { background-color: #BA4FC5; }
a { background-color: rgb(186,79,197); }
div.DivClassName
{
background-color: #BA4FC5;
}
.BgClassName
{
background-color: #BA4FC5;
}
</style>
border-color css
<style>
span { border-color: #BA4FC5; }
span { border-color: rgb(186,79,197); }
td.TdClassName
{
border-color: #BA4FC5;
}
.TagClassName
{
border-color: #BA4FC5;
}
</style>