Shades of Fuchsia #BA45BE
Tints of Fuchsia #BA45BE
RGB
CMYK
RGB Variations
Color information
#BA45BE (or 0xBA45BE) is known color: Fuchsia. HEX triplet: BA, 45 and BE. RGB value is (186,69,190). Sum of RGB (Red+Green+Blue) = 186+69+190=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA45BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45BE is #45BA41. Grayscale: #757575. Windows color (decimal): -4569666 or 12469690. OLE color: 12469690.
HSL color Cylindrical-coordinate representation of color #BA45BE: hue angle of 298.02º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA45BE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 69 | 190 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.25 |
| HSL | 298.02º | 0.48% | 0.51% | - |
| HSV(B) | 298.02º | 0.64% | 0.75% | - |
| XYZ | 31.67 | 18.41 | 50.6 | - |
| YUV | 117.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 190 | 0.02 | 0.64 | 0 | 0.25 | 298.02 | 0.48 | 0.51 |
| Hex | BA | 45 | BE | 2 | 40 | 0 | 19 | 12A | 30 | 33 |
| Octal | 272 | 105 | 276 | 2 | 100 | 0 | 31 | 452 | 60 | 63 |
| Binary | 10111010 | 1000101 | 10111110 | 10 | 1000000 | 0 | 11001 | 100101010 | 110000 | 110011 |
Color Harmonies of #BA45BE
Complementary color
Monochromatic Colors of #BA45BE
Black with #BA45BE
Text Example
Text Example
White with #BA45BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45BE; }
p { color: rgb(186,69,190); }
H1.HeaderClassName
{
color: #BA45BE;
}
.AnyTagClassName
{
color: #BA45BE;
}
</style>
background-color css
<style>
a { background-color: #BA45BE; }
a { background-color: rgb(186,69,190); }
div.DivClassName
{
background-color: #BA45BE;
}
.BgClassName
{
background-color: #BA45BE;
}
</style>
border-color css
<style>
span { border-color: #BA45BE; }
span { border-color: rgb(186,69,190); }
td.TdClassName
{
border-color: #BA45BE;
}
.TagClassName
{
border-color: #BA45BE;
}
</style>