Shades of Fuchsia #BA49BE
Tints of Fuchsia #BA49BE
RGB
CMYK
RGB Variations
Color information
#BA49BE (or 0xBA49BE) is known color: Fuchsia. HEX triplet: BA, 49 and BE. RGB value is (186,73,190). Sum of RGB (Red+Green+Blue) = 186+73+190=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49BE is #45B641. Grayscale: #777777. Windows color (decimal): -4568642 or 12470714. OLE color: 12470714.
HSL color Cylindrical-coordinate representation of color #BA49BE: hue angle of 297.95º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA49BE is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 73 | 190 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.25 |
| HSL | 297.95º | 0.47% | 0.52% | - |
| HSV(B) | 297.95º | 0.62% | 0.75% | - |
| XYZ | 31.93 | 18.92 | 50.68 | - |
| YUV | 120.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 190 | 0.02 | 0.62 | 0 | 0.25 | 297.95 | 0.47 | 0.52 |
| Hex | BA | 49 | BE | 2 | 3E | 0 | 19 | 12A | 2F | 34 |
| Octal | 272 | 111 | 276 | 2 | 76 | 0 | 31 | 452 | 57 | 64 |
| Binary | 10111010 | 1001001 | 10111110 | 10 | 111110 | 0 | 11001 | 100101010 | 101111 | 110100 |
Color Harmonies of #BA49BE
Complementary color
Monochromatic Colors of #BA49BE
Black with #BA49BE
Text Example
Text Example
White with #BA49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49BE; }
p { color: rgb(186,73,190); }
H1.HeaderClassName
{
color: #BA49BE;
}
.AnyTagClassName
{
color: #BA49BE;
}
</style>
background-color css
<style>
a { background-color: #BA49BE; }
a { background-color: rgb(186,73,190); }
div.DivClassName
{
background-color: #BA49BE;
}
.BgClassName
{
background-color: #BA49BE;
}
</style>
border-color css
<style>
span { border-color: #BA49BE; }
span { border-color: rgb(186,73,190); }
td.TdClassName
{
border-color: #BA49BE;
}
.TagClassName
{
border-color: #BA49BE;
}
</style>