Shades of Fuchsia #BA4DC7
Tints of Fuchsia #BA4DC7
RGB
CMYK
RGB Variations
Color information
#BA4DC7 (or 0xBA4DC7) is known color: Fuchsia. HEX triplet: BA, 4D and C7. RGB value is (186,77,199). Sum of RGB (Red+Green+Blue) = 186+77+199=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA4DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DC7 is #45B238. Grayscale: #7B7B7B. Windows color (decimal): -4567609 or 13061562. OLE color: 13061562.
HSL color Cylindrical-coordinate representation of color #BA4DC7: hue angle of 293.61º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4DC7 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 77 | 199 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.22 |
| HSL | 293.61º | 0.52% | 0.54% | - |
| HSV(B) | 293.61º | 0.61% | 0.78% | - |
| XYZ | 33.21 | 19.87 | 56.12 | - |
| YUV | 123.5 | 170.61 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 199 | 0.07 | 0.61 | 0 | 0.22 | 293.61 | 0.52 | 0.54 |
| Hex | BA | 4D | C7 | 7 | 3D | 0 | 16 | 126 | 34 | 36 |
| Octal | 272 | 115 | 307 | 7 | 75 | 0 | 26 | 446 | 64 | 66 |
| Binary | 10111010 | 1001101 | 11000111 | 111 | 111101 | 0 | 10110 | 100100110 | 110100 | 110110 |
Color Harmonies of #BA4DC7
Complementary color
Monochromatic Colors of #BA4DC7
Black with #BA4DC7
Text Example
Text Example
White with #BA4DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DC7; }
p { color: rgb(186,77,199); }
H1.HeaderClassName
{
color: #BA4DC7;
}
.AnyTagClassName
{
color: #BA4DC7;
}
</style>
background-color css
<style>
a { background-color: #BA4DC7; }
a { background-color: rgb(186,77,199); }
div.DivClassName
{
background-color: #BA4DC7;
}
.BgClassName
{
background-color: #BA4DC7;
}
</style>
border-color css
<style>
span { border-color: #BA4DC7; }
span { border-color: rgb(186,77,199); }
td.TdClassName
{
border-color: #BA4DC7;
}
.TagClassName
{
border-color: #BA4DC7;
}
</style>