Shades of Fuchsia #BA60C4
Tints of Fuchsia #BA60C4
RGB
CMYK
RGB Variations
Color information
#BA60C4 (or 0xBA60C4) is known color: Fuchsia. HEX triplet: BA, 60 and C4. RGB value is (186,96,196). Sum of RGB (Red+Green+Blue) = 186+96+196=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA60C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60C4 is #459F3B. Grayscale: #868686. Windows color (decimal): -4562748 or 12869818. OLE color: 12869818.
HSL color Cylindrical-coordinate representation of color #BA60C4: hue angle of 294º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA60C4 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 96 | 196 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.23 |
| HSL | 294º | 0.46% | 0.57% | - |
| HSV(B) | 294º | 0.51% | 0.77% | - |
| XYZ | 34.4 | 22.79 | 54.81 | - |
| YUV | 134.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 196 | 0.05 | 0.51 | 0 | 0.23 | 294 | 0.46 | 0.57 |
| Hex | BA | 60 | C4 | 5 | 33 | 0 | 17 | 126 | 2E | 39 |
| Octal | 272 | 140 | 304 | 5 | 63 | 0 | 27 | 446 | 56 | 71 |
| Binary | 10111010 | 1100000 | 11000100 | 101 | 110011 | 0 | 10111 | 100100110 | 101110 | 111001 |
Color Harmonies of #BA60C4
Complementary color
Monochromatic Colors of #BA60C4
Black with #BA60C4
Text Example
Text Example
White with #BA60C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60C4; }
p { color: rgb(186,96,196); }
H1.HeaderClassName
{
color: #BA60C4;
}
.AnyTagClassName
{
color: #BA60C4;
}
</style>
background-color css
<style>
a { background-color: #BA60C4; }
a { background-color: rgb(186,96,196); }
div.DivClassName
{
background-color: #BA60C4;
}
.BgClassName
{
background-color: #BA60C4;
}
</style>
border-color css
<style>
span { border-color: #BA60C4; }
span { border-color: rgb(186,96,196); }
td.TdClassName
{
border-color: #BA60C4;
}
.TagClassName
{
border-color: #BA60C4;
}
</style>