Shades of Fuchsia #BA66BB
Tints of Fuchsia #BA66BB
RGB
CMYK
RGB Variations
Color information
#BA66BB (or 0xBA66BB) is known color: Fuchsia. HEX triplet: BA, 66 and BB. RGB value is (186,102,187). Sum of RGB (Red+Green+Blue) = 186+102+187=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA66BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66BB is #459944. Grayscale: #888888. Windows color (decimal): -4561221 or 12281530. OLE color: 12281530.
HSL color Cylindrical-coordinate representation of color #BA66BB: hue angle of 299.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA66BB is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 187 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.27 |
| HSL | 299.29º | 0.38% | 0.57% | - |
| HSV(B) | 299.29º | 0.45% | 0.73% | - |
| XYZ | 33.97 | 23.53 | 49.76 | - |
| YUV | 136.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 187 | 0.01 | 0.45 | 0 | 0.27 | 299.29 | 0.38 | 0.57 |
| Hex | BA | 66 | BB | 1 | 2D | 0 | 1B | 12B | 26 | 39 |
| Octal | 272 | 146 | 273 | 1 | 55 | 0 | 33 | 453 | 46 | 71 |
| Binary | 10111010 | 1100110 | 10111011 | 1 | 101101 | 0 | 11011 | 100101011 | 100110 | 111001 |
Color Harmonies of #BA66BB
Complementary color
Monochromatic Colors of #BA66BB
Black with #BA66BB
Text Example
Text Example
White with #BA66BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66BB; }
p { color: rgb(186,102,187); }
H1.HeaderClassName
{
color: #BA66BB;
}
.AnyTagClassName
{
color: #BA66BB;
}
</style>
background-color css
<style>
a { background-color: #BA66BB; }
a { background-color: rgb(186,102,187); }
div.DivClassName
{
background-color: #BA66BB;
}
.BgClassName
{
background-color: #BA66BB;
}
</style>
border-color css
<style>
span { border-color: #BA66BB; }
span { border-color: rgb(186,102,187); }
td.TdClassName
{
border-color: #BA66BB;
}
.TagClassName
{
border-color: #BA66BB;
}
</style>