Shades of Fuchsia #BA4BC6
Tints of Fuchsia #BA4BC6
RGB
CMYK
RGB Variations
Color information
#BA4BC6 (or 0xBA4BC6) is known color: Fuchsia. HEX triplet: BA, 4B and C6. RGB value is (186,75,198). Sum of RGB (Red+Green+Blue) = 186+75+198=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA4BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BC6 is #45B439. Grayscale: #797979. Windows color (decimal): -4568122 or 12995514. OLE color: 12995514.
HSL color Cylindrical-coordinate representation of color #BA4BC6: hue angle of 294.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4BC6 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 75 | 198 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.22 |
| HSL | 294.15º | 0.52% | 0.54% | - |
| HSV(B) | 294.15º | 0.62% | 0.78% | - |
| XYZ | 32.96 | 19.55 | 55.46 | - |
| YUV | 122.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 198 | 0.06 | 0.62 | 0 | 0.22 | 294.15 | 0.52 | 0.54 |
| Hex | BA | 4B | C6 | 6 | 3E | 0 | 16 | 126 | 34 | 36 |
| Octal | 272 | 113 | 306 | 6 | 76 | 0 | 26 | 446 | 64 | 66 |
| Binary | 10111010 | 1001011 | 11000110 | 110 | 111110 | 0 | 10110 | 100100110 | 110100 | 110110 |
Color Harmonies of #BA4BC6
Complementary color
Monochromatic Colors of #BA4BC6
Black with #BA4BC6
Text Example
Text Example
White with #BA4BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BC6; }
p { color: rgb(186,75,198); }
H1.HeaderClassName
{
color: #BA4BC6;
}
.AnyTagClassName
{
color: #BA4BC6;
}
</style>
background-color css
<style>
a { background-color: #BA4BC6; }
a { background-color: rgb(186,75,198); }
div.DivClassName
{
background-color: #BA4BC6;
}
.BgClassName
{
background-color: #BA4BC6;
}
</style>
border-color css
<style>
span { border-color: #BA4BC6; }
span { border-color: rgb(186,75,198); }
td.TdClassName
{
border-color: #BA4BC6;
}
.TagClassName
{
border-color: #BA4BC6;
}
</style>