Shades of Fuchsia #BA63C2
Tints of Fuchsia #BA63C2
RGB
CMYK
RGB Variations
Color information
#BA63C2 (or 0xBA63C2) is known color: Fuchsia. HEX triplet: BA, 63 and C2. RGB value is (186,99,194). Sum of RGB (Red+Green+Blue) = 186+99+194=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63C2 is #459C3D. Grayscale: #878787. Windows color (decimal): -4561982 or 12739514. OLE color: 12739514.
HSL color Cylindrical-coordinate representation of color #BA63C2: hue angle of 294.95º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA63C2 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 99 | 194 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.24 |
| HSL | 294.95º | 0.44% | 0.57% | - |
| HSV(B) | 294.95º | 0.49% | 0.76% | - |
| XYZ | 34.45 | 23.26 | 53.71 | - |
| YUV | 135.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 194 | 0.04 | 0.49 | 0 | 0.24 | 294.95 | 0.44 | 0.57 |
| Hex | BA | 63 | C2 | 4 | 31 | 0 | 18 | 127 | 2C | 39 |
| Octal | 272 | 143 | 302 | 4 | 61 | 0 | 30 | 447 | 54 | 71 |
| Binary | 10111010 | 1100011 | 11000010 | 100 | 110001 | 0 | 11000 | 100100111 | 101100 | 111001 |
Color Harmonies of #BA63C2
Complementary color
Monochromatic Colors of #BA63C2
Black with #BA63C2
Text Example
Text Example
White with #BA63C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63C2; }
p { color: rgb(186,99,194); }
H1.HeaderClassName
{
color: #BA63C2;
}
.AnyTagClassName
{
color: #BA63C2;
}
</style>
background-color css
<style>
a { background-color: #BA63C2; }
a { background-color: rgb(186,99,194); }
div.DivClassName
{
background-color: #BA63C2;
}
.BgClassName
{
background-color: #BA63C2;
}
</style>
border-color css
<style>
span { border-color: #BA63C2; }
span { border-color: rgb(186,99,194); }
td.TdClassName
{
border-color: #BA63C2;
}
.TagClassName
{
border-color: #BA63C2;
}
</style>