Shades of Fuchsia #BA59C4
Tints of Fuchsia #BA59C4
RGB
CMYK
RGB Variations
Color information
#BA59C4 (or 0xBA59C4) is known color: Fuchsia. HEX triplet: BA, 59 and C4. RGB value is (186,89,196). Sum of RGB (Red+Green+Blue) = 186+89+196=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA59C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59C4 is #45A63B. Grayscale: #818181. Windows color (decimal): -4564540 or 12868026. OLE color: 12868026.
HSL color Cylindrical-coordinate representation of color #BA59C4: hue angle of 294.39º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA59C4 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 89 | 196 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.23 |
| HSL | 294.39º | 0.48% | 0.56% | - |
| HSV(B) | 294.39º | 0.55% | 0.77% | - |
| XYZ | 33.79 | 21.57 | 54.61 | - |
| YUV | 130.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 196 | 0.05 | 0.55 | 0 | 0.23 | 294.39 | 0.48 | 0.56 |
| Hex | BA | 59 | C4 | 5 | 37 | 0 | 17 | 126 | 30 | 38 |
| Octal | 272 | 131 | 304 | 5 | 67 | 0 | 27 | 446 | 60 | 70 |
| Binary | 10111010 | 1011001 | 11000100 | 101 | 110111 | 0 | 10111 | 100100110 | 110000 | 111000 |
Color Harmonies of #BA59C4
Complementary color
Monochromatic Colors of #BA59C4
Black with #BA59C4
Text Example
Text Example
White with #BA59C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59C4; }
p { color: rgb(186,89,196); }
H1.HeaderClassName
{
color: #BA59C4;
}
.AnyTagClassName
{
color: #BA59C4;
}
</style>
background-color css
<style>
a { background-color: #BA59C4; }
a { background-color: rgb(186,89,196); }
div.DivClassName
{
background-color: #BA59C4;
}
.BgClassName
{
background-color: #BA59C4;
}
</style>
border-color css
<style>
span { border-color: #BA59C4; }
span { border-color: rgb(186,89,196); }
td.TdClassName
{
border-color: #BA59C4;
}
.TagClassName
{
border-color: #BA59C4;
}
</style>