Shades of Fuchsia #BA53BE
Tints of Fuchsia #BA53BE
RGB
CMYK
RGB Variations
Color information
#BA53BE (or 0xBA53BE) is known color: Fuchsia. HEX triplet: BA, 53 and BE. RGB value is (186,83,190). Sum of RGB (Red+Green+Blue) = 186+83+190=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA53BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53BE is #45AC41. Grayscale: #7D7D7D. Windows color (decimal): -4566082 or 12473274. OLE color: 12473274.
HSL color Cylindrical-coordinate representation of color #BA53BE: hue angle of 297.76º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA53BE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 83 | 190 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.25 |
| HSL | 297.76º | 0.45% | 0.54% | - |
| HSV(B) | 297.76º | 0.56% | 0.75% | - |
| XYZ | 32.64 | 20.34 | 50.92 | - |
| YUV | 126 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 190 | 0.02 | 0.56 | 0 | 0.25 | 297.76 | 0.45 | 0.54 |
| Hex | BA | 53 | BE | 2 | 38 | 0 | 19 | 12A | 2D | 36 |
| Octal | 272 | 123 | 276 | 2 | 70 | 0 | 31 | 452 | 55 | 66 |
| Binary | 10111010 | 1010011 | 10111110 | 10 | 111000 | 0 | 11001 | 100101010 | 101101 | 110110 |
Color Harmonies of #BA53BE
Complementary color
Monochromatic Colors of #BA53BE
Black with #BA53BE
Text Example
Text Example
White with #BA53BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53BE; }
p { color: rgb(186,83,190); }
H1.HeaderClassName
{
color: #BA53BE;
}
.AnyTagClassName
{
color: #BA53BE;
}
</style>
background-color css
<style>
a { background-color: #BA53BE; }
a { background-color: rgb(186,83,190); }
div.DivClassName
{
background-color: #BA53BE;
}
.BgClassName
{
background-color: #BA53BE;
}
</style>
border-color css
<style>
span { border-color: #BA53BE; }
span { border-color: rgb(186,83,190); }
td.TdClassName
{
border-color: #BA53BE;
}
.TagClassName
{
border-color: #BA53BE;
}
</style>