Shades of Fuchsia #BA63BC
Tints of Fuchsia #BA63BC
RGB
CMYK
RGB Variations
Color information
#BA63BC (or 0xBA63BC) is known color: Fuchsia. HEX triplet: BA, 63 and BC. RGB value is (186,99,188). Sum of RGB (Red+Green+Blue) = 186+99+188=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63BC is #459C43. Grayscale: #868686. Windows color (decimal): -4561988 or 12346298. OLE color: 12346298.
HSL color Cylindrical-coordinate representation of color #BA63BC: hue angle of 298.65º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA63BC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 99 | 188 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.26 |
| HSL | 298.65º | 0.4% | 0.56% | - |
| HSV(B) | 298.65º | 0.47% | 0.74% | - |
| XYZ | 33.79 | 22.99 | 50.23 | - |
| YUV | 135.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 188 | 0.01 | 0.47 | 0 | 0.26 | 298.65 | 0.4 | 0.56 |
| Hex | BA | 63 | BC | 1 | 2F | 0 | 1A | 12B | 28 | 38 |
| Octal | 272 | 143 | 274 | 1 | 57 | 0 | 32 | 453 | 50 | 70 |
| Binary | 10111010 | 1100011 | 10111100 | 1 | 101111 | 0 | 11010 | 100101011 | 101000 | 111000 |
Color Harmonies of #BA63BC
Complementary color
Monochromatic Colors of #BA63BC
Black with #BA63BC
Text Example
Text Example
White with #BA63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63BC; }
p { color: rgb(186,99,188); }
H1.HeaderClassName
{
color: #BA63BC;
}
.AnyTagClassName
{
color: #BA63BC;
}
</style>
background-color css
<style>
a { background-color: #BA63BC; }
a { background-color: rgb(186,99,188); }
div.DivClassName
{
background-color: #BA63BC;
}
.BgClassName
{
background-color: #BA63BC;
}
</style>
border-color css
<style>
span { border-color: #BA63BC; }
span { border-color: rgb(186,99,188); }
td.TdClassName
{
border-color: #BA63BC;
}
.TagClassName
{
border-color: #BA63BC;
}
</style>