Shades of Fuchsia #BA68B7
Tints of Fuchsia #BA68B7
RGB
CMYK
RGB Variations
Color information
#BA68B7 (or 0xBA68B7) is known color: Fuchsia. HEX triplet: BA, 68 and B7. RGB value is (186,104,183). Sum of RGB (Red+Green+Blue) = 186+104+183=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68B7 is #459748. Grayscale: #898989. Windows color (decimal): -4560713 or 12019898. OLE color: 12019898.
HSL color Cylindrical-coordinate representation of color #BA68B7: hue angle of 302.2º 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 #BA68B7 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 183 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.27 |
| HSL | 302.2º | 0.37% | 0.57% | - |
| HSV(B) | 302.2º | 0.44% | 0.73% | - |
| XYZ | 33.75 | 23.76 | 47.61 | - |
| YUV | 137.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 183 | 0 | 0.44 | 0.02 | 0.27 | 302.2 | 0.37 | 0.57 |
| Hex | BA | 68 | B7 | 0 | 2C | 2 | 1B | 12E | 25 | 39 |
| Octal | 272 | 150 | 267 | 0 | 54 | 2 | 33 | 456 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10110111 | 0 | 101100 | 10 | 11011 | 100101110 | 100101 | 111001 |
Color Harmonies of #BA68B7
Complementary color
Monochromatic Colors of #BA68B7
Black with #BA68B7
Text Example
Text Example
White with #BA68B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68B7; }
p { color: rgb(186,104,183); }
H1.HeaderClassName
{
color: #BA68B7;
}
.AnyTagClassName
{
color: #BA68B7;
}
</style>
background-color css
<style>
a { background-color: #BA68B7; }
a { background-color: rgb(186,104,183); }
div.DivClassName
{
background-color: #BA68B7;
}
.BgClassName
{
background-color: #BA68B7;
}
</style>
border-color css
<style>
span { border-color: #BA68B7; }
span { border-color: rgb(186,104,183); }
td.TdClassName
{
border-color: #BA68B7;
}
.TagClassName
{
border-color: #BA68B7;
}
</style>