Shades of Fuchsia #BA68B1
Tints of Fuchsia #BA68B1
RGB
CMYK
RGB Variations
Color information
#BA68B1 (or 0xBA68B1) is known color: Fuchsia. HEX triplet: BA, 68 and B1. RGB value is (186,104,177). Sum of RGB (Red+Green+Blue) = 186+104+177=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68B1 is #45974E. Grayscale: #888888. Windows color (decimal): -4560719 or 11626682. OLE color: 11626682.
HSL color Cylindrical-coordinate representation of color #BA68B1: hue angle of 306.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA68B1 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 177 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.27 |
| HSL | 306.59º | 0.37% | 0.57% | - |
| HSV(B) | 306.59º | 0.44% | 0.73% | - |
| XYZ | 33.14 | 23.51 | 44.39 | - |
| YUV | 136.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 177 | 0 | 0.44 | 0.05 | 0.27 | 306.59 | 0.37 | 0.57 |
| Hex | BA | 68 | B1 | 0 | 2C | 5 | 1B | 133 | 25 | 39 |
| Octal | 272 | 150 | 261 | 0 | 54 | 5 | 33 | 463 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10110001 | 0 | 101100 | 101 | 11011 | 100110011 | 100101 | 111001 |
Color Harmonies of #BA68B1
Complementary color
Monochromatic Colors of #BA68B1
Black with #BA68B1
Text Example
Text Example
White with #BA68B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68B1; }
p { color: rgb(186,104,177); }
H1.HeaderClassName
{
color: #BA68B1;
}
.AnyTagClassName
{
color: #BA68B1;
}
</style>
background-color css
<style>
a { background-color: #BA68B1; }
a { background-color: rgb(186,104,177); }
div.DivClassName
{
background-color: #BA68B1;
}
.BgClassName
{
background-color: #BA68B1;
}
</style>
border-color css
<style>
span { border-color: #BA68B1; }
span { border-color: rgb(186,104,177); }
td.TdClassName
{
border-color: #BA68B1;
}
.TagClassName
{
border-color: #BA68B1;
}
</style>