Shades of Fuchsia #BA4DC4
Tints of Fuchsia #BA4DC4
RGB
CMYK
RGB Variations
Color information
#BA4DC4 (or 0xBA4DC4) is known color: Fuchsia. HEX triplet: BA, 4D and C4. RGB value is (186,77,196). Sum of RGB (Red+Green+Blue) = 186+77+196=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA4DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DC4 is #45B23B. Grayscale: #7A7A7A. Windows color (decimal): -4567612 or 12864954. OLE color: 12864954.
HSL color Cylindrical-coordinate representation of color #BA4DC4: hue angle of 294.96º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4DC4 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 77 | 196 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.23 |
| HSL | 294.96º | 0.5% | 0.54% | - |
| HSV(B) | 294.96º | 0.61% | 0.77% | - |
| XYZ | 32.87 | 19.73 | 54.3 | - |
| YUV | 123.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 196 | 0.05 | 0.61 | 0 | 0.23 | 294.96 | 0.5 | 0.54 |
| Hex | BA | 4D | C4 | 5 | 3D | 0 | 17 | 127 | 32 | 36 |
| Octal | 272 | 115 | 304 | 5 | 75 | 0 | 27 | 447 | 62 | 66 |
| Binary | 10111010 | 1001101 | 11000100 | 101 | 111101 | 0 | 10111 | 100100111 | 110010 | 110110 |
Color Harmonies of #BA4DC4
Complementary color
Monochromatic Colors of #BA4DC4
Black with #BA4DC4
Text Example
Text Example
White with #BA4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DC4; }
p { color: rgb(186,77,196); }
H1.HeaderClassName
{
color: #BA4DC4;
}
.AnyTagClassName
{
color: #BA4DC4;
}
</style>
background-color css
<style>
a { background-color: #BA4DC4; }
a { background-color: rgb(186,77,196); }
div.DivClassName
{
background-color: #BA4DC4;
}
.BgClassName
{
background-color: #BA4DC4;
}
</style>
border-color css
<style>
span { border-color: #BA4DC4; }
span { border-color: rgb(186,77,196); }
td.TdClassName
{
border-color: #BA4DC4;
}
.TagClassName
{
border-color: #BA4DC4;
}
</style>