Shades of Fuchsia #BA53C6
Tints of Fuchsia #BA53C6
RGB
CMYK
RGB Variations
Color information
#BA53C6 (or 0xBA53C6) is known color: Fuchsia. HEX triplet: BA, 53 and C6. RGB value is (186,83,198). Sum of RGB (Red+Green+Blue) = 186+83+198=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA53C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53C6 is #45AC39. Grayscale: #7E7E7E. Windows color (decimal): -4566074 or 12997562. OLE color: 12997562.
HSL color Cylindrical-coordinate representation of color #BA53C6: hue angle of 293.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA53C6 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 83 | 198 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.22 |
| HSL | 293.74º | 0.5% | 0.55% | - |
| HSV(B) | 293.74º | 0.58% | 0.78% | - |
| XYZ | 33.54 | 20.7 | 55.65 | - |
| YUV | 126.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 198 | 0.06 | 0.58 | 0 | 0.22 | 293.74 | 0.5 | 0.55 |
| Hex | BA | 53 | C6 | 6 | 3A | 0 | 16 | 126 | 32 | 37 |
| Octal | 272 | 123 | 306 | 6 | 72 | 0 | 26 | 446 | 62 | 67 |
| Binary | 10111010 | 1010011 | 11000110 | 110 | 111010 | 0 | 10110 | 100100110 | 110010 | 110111 |
Color Harmonies of #BA53C6
Complementary color
Monochromatic Colors of #BA53C6
Black with #BA53C6
Text Example
Text Example
White with #BA53C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53C6; }
p { color: rgb(186,83,198); }
H1.HeaderClassName
{
color: #BA53C6;
}
.AnyTagClassName
{
color: #BA53C6;
}
</style>
background-color css
<style>
a { background-color: #BA53C6; }
a { background-color: rgb(186,83,198); }
div.DivClassName
{
background-color: #BA53C6;
}
.BgClassName
{
background-color: #BA53C6;
}
</style>
border-color css
<style>
span { border-color: #BA53C6; }
span { border-color: rgb(186,83,198); }
td.TdClassName
{
border-color: #BA53C6;
}
.TagClassName
{
border-color: #BA53C6;
}
</style>