Shades of Fuchsia #BA68C4
Tints of Fuchsia #BA68C4
RGB
CMYK
RGB Variations
Color information
#BA68C4 (or 0xBA68C4) is known color: Fuchsia. HEX triplet: BA, 68 and C4. RGB value is (186,104,196). Sum of RGB (Red+Green+Blue) = 186+104+196=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA68C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68C4 is #45973B. Grayscale: #8A8A8A. Windows color (decimal): -4560700 or 12871866. OLE color: 12871866.
HSL color Cylindrical-coordinate representation of color #BA68C4: hue angle of 293.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA68C4 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 104 | 196 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.23 |
| HSL | 293.48º | 0.44% | 0.59% | - |
| HSV(B) | 293.48º | 0.47% | 0.77% | - |
| XYZ | 35.16 | 24.33 | 55.07 | - |
| YUV | 139.01 | 160.17 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 196 | 0.05 | 0.47 | 0 | 0.23 | 293.48 | 0.44 | 0.59 |
| Hex | BA | 68 | C4 | 5 | 2F | 0 | 17 | 125 | 2C | 3B |
| Octal | 272 | 150 | 304 | 5 | 57 | 0 | 27 | 445 | 54 | 73 |
| Binary | 10111010 | 1101000 | 11000100 | 101 | 101111 | 0 | 10111 | 100100101 | 101100 | 111011 |
Color Harmonies of #BA68C4
Complementary color
Monochromatic Colors of #BA68C4
Black with #BA68C4
Text Example
Text Example
White with #BA68C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68C4; }
p { color: rgb(186,104,196); }
H1.HeaderClassName
{
color: #BA68C4;
}
.AnyTagClassName
{
color: #BA68C4;
}
</style>
background-color css
<style>
a { background-color: #BA68C4; }
a { background-color: rgb(186,104,196); }
div.DivClassName
{
background-color: #BA68C4;
}
.BgClassName
{
background-color: #BA68C4;
}
</style>
border-color css
<style>
span { border-color: #BA68C4; }
span { border-color: rgb(186,104,196); }
td.TdClassName
{
border-color: #BA68C4;
}
.TagClassName
{
border-color: #BA68C4;
}
</style>