Shades of Fuchsia #BA68C1
Tints of Fuchsia #BA68C1
RGB
CMYK
RGB Variations
Color information
#BA68C1 (or 0xBA68C1) is known color: Fuchsia. HEX triplet: BA, 68 and C1. RGB value is (186,104,193). Sum of RGB (Red+Green+Blue) = 186+104+193=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA68C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68C1 is #45973E. Grayscale: #8A8A8A. Windows color (decimal): -4560703 or 12675258. OLE color: 12675258.
HSL color Cylindrical-coordinate representation of color #BA68C1: hue angle of 295.28º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA68C1 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 104 | 193 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.24 |
| HSL | 295.28º | 0.42% | 0.58% | - |
| HSV(B) | 295.28º | 0.46% | 0.76% | - |
| XYZ | 34.83 | 24.19 | 53.29 | - |
| YUV | 138.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 193 | 0.04 | 0.46 | 0 | 0.24 | 295.28 | 0.42 | 0.58 |
| Hex | BA | 68 | C1 | 4 | 2E | 0 | 18 | 127 | 2A | 3A |
| Octal | 272 | 150 | 301 | 4 | 56 | 0 | 30 | 447 | 52 | 72 |
| Binary | 10111010 | 1101000 | 11000001 | 100 | 101110 | 0 | 11000 | 100100111 | 101010 | 111010 |
Color Harmonies of #BA68C1
Complementary color
Monochromatic Colors of #BA68C1
Black with #BA68C1
Text Example
Text Example
White with #BA68C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68C1; }
p { color: rgb(186,104,193); }
H1.HeaderClassName
{
color: #BA68C1;
}
.AnyTagClassName
{
color: #BA68C1;
}
</style>
background-color css
<style>
a { background-color: #BA68C1; }
a { background-color: rgb(186,104,193); }
div.DivClassName
{
background-color: #BA68C1;
}
.BgClassName
{
background-color: #BA68C1;
}
</style>
border-color css
<style>
span { border-color: #BA68C1; }
span { border-color: rgb(186,104,193); }
td.TdClassName
{
border-color: #BA68C1;
}
.TagClassName
{
border-color: #BA68C1;
}
</style>