Shades of Fuchsia #BA66B1
Tints of Fuchsia #BA66B1
RGB
CMYK
RGB Variations
Color information
#BA66B1 (or 0xBA66B1) is known color: Fuchsia. HEX triplet: BA, 66 and B1. RGB value is (186,102,177). Sum of RGB (Red+Green+Blue) = 186+102+177=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA66B1 is #45994E. Grayscale: #878787. Windows color (decimal): -4561231 or 11626170. OLE color: 11626170.
HSL color Cylindrical-coordinate representation of color #BA66B1: hue angle of 306.43º 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 #BA66B1 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 177 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.27 |
| HSL | 306.43º | 0.38% | 0.56% | - |
| HSV(B) | 306.43º | 0.45% | 0.73% | - |
| XYZ | 32.94 | 23.12 | 44.32 | - |
| YUV | 135.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 177 | 0 | 0.45 | 0.05 | 0.27 | 306.43 | 0.38 | 0.56 |
| Hex | BA | 66 | B1 | 0 | 2D | 5 | 1B | 132 | 26 | 38 |
| Octal | 272 | 146 | 261 | 0 | 55 | 5 | 33 | 462 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10110001 | 0 | 101101 | 101 | 11011 | 100110010 | 100110 | 111000 |
Color Harmonies of #BA66B1
Complementary color
Monochromatic Colors of #BA66B1
Black with #BA66B1
Text Example
Text Example
White with #BA66B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66B1; }
p { color: rgb(186,102,177); }
H1.HeaderClassName
{
color: #BA66B1;
}
.AnyTagClassName
{
color: #BA66B1;
}
</style>
background-color css
<style>
a { background-color: #BA66B1; }
a { background-color: rgb(186,102,177); }
div.DivClassName
{
background-color: #BA66B1;
}
.BgClassName
{
background-color: #BA66B1;
}
</style>
border-color css
<style>
span { border-color: #BA66B1; }
span { border-color: rgb(186,102,177); }
td.TdClassName
{
border-color: #BA66B1;
}
.TagClassName
{
border-color: #BA66B1;
}
</style>