Shades of Fuchsia #BA66BA
Tints of Fuchsia #BA66BA
RGB
CMYK
RGB Variations
Color information
#BA66BA (or 0xBA66BA) is known color: Fuchsia. HEX triplet: BA, 66 and BA. RGB value is (186,102,186). Sum of RGB (Red+Green+Blue) = 186+102+186=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66BA is #459945. Grayscale: #888888. Windows color (decimal): -4561222 or 12215994. OLE color: 12215994.
HSL color Cylindrical-coordinate representation of color #BA66BA: hue angle of 300º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA66BA is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 186 | - |
| CMYK | 0 | 0.45 | 0 | 0.27 |
| HSL | 300º | 0.38% | 0.56% | - |
| HSV(B) | 300º | 0.45% | 0.73% | - |
| XYZ | 33.86 | 23.49 | 49.2 | - |
| YUV | 136.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 186 | 0 | 0.45 | 0 | 0.27 | 300 | 0.38 | 0.56 |
| Hex | BA | 66 | BA | 0 | 2D | 0 | 1B | 12C | 26 | 38 |
| Octal | 272 | 146 | 272 | 0 | 55 | 0 | 33 | 454 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10111010 | 0 | 101101 | 0 | 11011 | 100101100 | 100110 | 111000 |
Color Harmonies of #BA66BA
Complementary color
Monochromatic Colors of #BA66BA
Black with #BA66BA
Text Example
Text Example
White with #BA66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66BA; }
p { color: rgb(186,102,186); }
H1.HeaderClassName
{
color: #BA66BA;
}
.AnyTagClassName
{
color: #BA66BA;
}
</style>
background-color css
<style>
a { background-color: #BA66BA; }
a { background-color: rgb(186,102,186); }
div.DivClassName
{
background-color: #BA66BA;
}
.BgClassName
{
background-color: #BA66BA;
}
</style>
border-color css
<style>
span { border-color: #BA66BA; }
span { border-color: rgb(186,102,186); }
td.TdClassName
{
border-color: #BA66BA;
}
.TagClassName
{
border-color: #BA66BA;
}
</style>