Shades of Fuchsia #BA4CC8
Tints of Fuchsia #BA4CC8
RGB
CMYK
RGB Variations
Color information
#BA4CC8 (or 0xBA4CC8) is known color: Fuchsia. HEX triplet: BA, 4C and C8. RGB value is (186,76,200). Sum of RGB (Red+Green+Blue) = 186+76+200=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA4CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CC8 is #45B337. Grayscale: #7A7A7A. Windows color (decimal): -4567864 or 13126842. OLE color: 13126842.
HSL color Cylindrical-coordinate representation of color #BA4CC8: hue angle of 293.23º degrees, saturation: 0.53, 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 #BA4CC8 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 76 | 200 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.22 |
| HSL | 293.23º | 0.53% | 0.54% | - |
| HSV(B) | 293.23º | 0.62% | 0.78% | - |
| XYZ | 33.26 | 19.78 | 56.71 | - |
| YUV | 123.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 200 | 0.07 | 0.62 | 0 | 0.22 | 293.23 | 0.53 | 0.54 |
| Hex | BA | 4C | C8 | 7 | 3E | 0 | 16 | 125 | 35 | 36 |
| Octal | 272 | 114 | 310 | 7 | 76 | 0 | 26 | 445 | 65 | 66 |
| Binary | 10111010 | 1001100 | 11001000 | 111 | 111110 | 0 | 10110 | 100100101 | 110101 | 110110 |
Color Harmonies of #BA4CC8
Complementary color
Monochromatic Colors of #BA4CC8
Black with #BA4CC8
Text Example
Text Example
White with #BA4CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CC8; }
p { color: rgb(186,76,200); }
H1.HeaderClassName
{
color: #BA4CC8;
}
.AnyTagClassName
{
color: #BA4CC8;
}
</style>
background-color css
<style>
a { background-color: #BA4CC8; }
a { background-color: rgb(186,76,200); }
div.DivClassName
{
background-color: #BA4CC8;
}
.BgClassName
{
background-color: #BA4CC8;
}
</style>
border-color css
<style>
span { border-color: #BA4CC8; }
span { border-color: rgb(186,76,200); }
td.TdClassName
{
border-color: #BA4CC8;
}
.TagClassName
{
border-color: #BA4CC8;
}
</style>