Shades of Fuchsia #BA68B3
Tints of Fuchsia #BA68B3
RGB
CMYK
RGB Variations
Color information
#BA68B3 (or 0xBA68B3) is known color: Fuchsia. HEX triplet: BA, 68 and B3. RGB value is (186,104,179). Sum of RGB (Red+Green+Blue) = 186+104+179=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68B3 is #45974C. Grayscale: #888888. Windows color (decimal): -4560717 or 11757754. OLE color: 11757754.
HSL color Cylindrical-coordinate representation of color #BA68B3: hue angle of 305.12º 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 #BA68B3 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 179 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.27 |
| HSL | 305.12º | 0.37% | 0.57% | - |
| HSV(B) | 305.12º | 0.44% | 0.73% | - |
| XYZ | 33.34 | 23.59 | 45.44 | - |
| YUV | 137.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 179 | 0 | 0.44 | 0.04 | 0.27 | 305.12 | 0.37 | 0.57 |
| Hex | BA | 68 | B3 | 0 | 2C | 4 | 1B | 131 | 25 | 39 |
| Octal | 272 | 150 | 263 | 0 | 54 | 4 | 33 | 461 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10110011 | 0 | 101100 | 100 | 11011 | 100110001 | 100101 | 111001 |
Color Harmonies of #BA68B3
Complementary color
Monochromatic Colors of #BA68B3
Black with #BA68B3
Text Example
Text Example
White with #BA68B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68B3; }
p { color: rgb(186,104,179); }
H1.HeaderClassName
{
color: #BA68B3;
}
.AnyTagClassName
{
color: #BA68B3;
}
</style>
background-color css
<style>
a { background-color: #BA68B3; }
a { background-color: rgb(186,104,179); }
div.DivClassName
{
background-color: #BA68B3;
}
.BgClassName
{
background-color: #BA68B3;
}
</style>
border-color css
<style>
span { border-color: #BA68B3; }
span { border-color: rgb(186,104,179); }
td.TdClassName
{
border-color: #BA68B3;
}
.TagClassName
{
border-color: #BA68B3;
}
</style>