Shades of Fuchsia #BA66BC
Tints of Fuchsia #BA66BC
RGB
CMYK
RGB Variations
Color information
#BA66BC (or 0xBA66BC) is known color: Fuchsia. HEX triplet: BA, 66 and BC. RGB value is (186,102,188). Sum of RGB (Red+Green+Blue) = 186+102+188=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA66BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66BC is #459943. Grayscale: #888888. Windows color (decimal): -4561220 or 12347066. OLE color: 12347066.
HSL color Cylindrical-coordinate representation of color #BA66BC: hue angle of 298.6º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA66BC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 102 | 188 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.26 |
| HSL | 298.6º | 0.39% | 0.57% | - |
| HSV(B) | 298.6º | 0.46% | 0.74% | - |
| XYZ | 34.08 | 23.57 | 50.33 | - |
| YUV | 136.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 188 | 0.01 | 0.46 | 0 | 0.26 | 298.6 | 0.39 | 0.57 |
| Hex | BA | 66 | BC | 1 | 2E | 0 | 1A | 12B | 27 | 39 |
| Octal | 272 | 146 | 274 | 1 | 56 | 0 | 32 | 453 | 47 | 71 |
| Binary | 10111010 | 1100110 | 10111100 | 1 | 101110 | 0 | 11010 | 100101011 | 100111 | 111001 |
Color Harmonies of #BA66BC
Complementary color
Monochromatic Colors of #BA66BC
Black with #BA66BC
Text Example
Text Example
White with #BA66BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66BC; }
p { color: rgb(186,102,188); }
H1.HeaderClassName
{
color: #BA66BC;
}
.AnyTagClassName
{
color: #BA66BC;
}
</style>
background-color css
<style>
a { background-color: #BA66BC; }
a { background-color: rgb(186,102,188); }
div.DivClassName
{
background-color: #BA66BC;
}
.BgClassName
{
background-color: #BA66BC;
}
</style>
border-color css
<style>
span { border-color: #BA66BC; }
span { border-color: rgb(186,102,188); }
td.TdClassName
{
border-color: #BA66BC;
}
.TagClassName
{
border-color: #BA66BC;
}
</style>