Shades of Fuchsia #BA63BE
Tints of Fuchsia #BA63BE
RGB
CMYK
RGB Variations
Color information
#BA63BE (or 0xBA63BE) is known color: Fuchsia. HEX triplet: BA, 63 and BE. RGB value is (186,99,190). Sum of RGB (Red+Green+Blue) = 186+99+190=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63BE is #459C41. Grayscale: #878787. Windows color (decimal): -4561986 or 12477370. OLE color: 12477370.
HSL color Cylindrical-coordinate representation of color #BA63BE: hue angle of 297.36º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA63BE is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 99 | 190 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.25 |
| HSL | 297.36º | 0.41% | 0.57% | - |
| HSV(B) | 297.36º | 0.48% | 0.75% | - |
| XYZ | 34.01 | 23.08 | 51.38 | - |
| YUV | 135.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 190 | 0.02 | 0.48 | 0 | 0.25 | 297.36 | 0.41 | 0.57 |
| Hex | BA | 63 | BE | 2 | 30 | 0 | 19 | 129 | 29 | 39 |
| Octal | 272 | 143 | 276 | 2 | 60 | 0 | 31 | 451 | 51 | 71 |
| Binary | 10111010 | 1100011 | 10111110 | 10 | 110000 | 0 | 11001 | 100101001 | 101001 | 111001 |
Color Harmonies of #BA63BE
Complementary color
Monochromatic Colors of #BA63BE
Black with #BA63BE
Text Example
Text Example
White with #BA63BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63BE; }
p { color: rgb(186,99,190); }
H1.HeaderClassName
{
color: #BA63BE;
}
.AnyTagClassName
{
color: #BA63BE;
}
</style>
background-color css
<style>
a { background-color: #BA63BE; }
a { background-color: rgb(186,99,190); }
div.DivClassName
{
background-color: #BA63BE;
}
.BgClassName
{
background-color: #BA63BE;
}
</style>
border-color css
<style>
span { border-color: #BA63BE; }
span { border-color: rgb(186,99,190); }
td.TdClassName
{
border-color: #BA63BE;
}
.TagClassName
{
border-color: #BA63BE;
}
</style>