Shades of Fuchsia #BA42BF
Tints of Fuchsia #BA42BF
RGB
CMYK
RGB Variations
Color information
#BA42BF (or 0xBA42BF) is known color: Fuchsia. HEX triplet: BA, 42 and BF. RGB value is (186,66,191). Sum of RGB (Red+Green+Blue) = 186+66+191=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA42BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42BF is #45BD40. Grayscale: #737373. Windows color (decimal): -4570433 or 12534458. OLE color: 12534458.
HSL color Cylindrical-coordinate representation of color #BA42BF: hue angle of 297.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA42BF is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 66 | 191 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.25 |
| HSL | 297.6º | 0.49% | 0.5% | - |
| HSV(B) | 297.6º | 0.65% | 0.75% | - |
| XYZ | 31.6 | 18.1 | 51.12 | - |
| YUV | 116.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 191 | 0.03 | 0.65 | 0 | 0.25 | 297.6 | 0.49 | 0.5 |
| Hex | BA | 42 | BF | 3 | 41 | 0 | 19 | 12A | 31 | 32 |
| Octal | 272 | 102 | 277 | 3 | 101 | 0 | 31 | 452 | 61 | 62 |
| Binary | 10111010 | 1000010 | 10111111 | 11 | 1000001 | 0 | 11001 | 100101010 | 110001 | 110010 |
Color Harmonies of #BA42BF
Complementary color
Monochromatic Colors of #BA42BF
Black with #BA42BF
Text Example
Text Example
White with #BA42BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42BF; }
p { color: rgb(186,66,191); }
H1.HeaderClassName
{
color: #BA42BF;
}
.AnyTagClassName
{
color: #BA42BF;
}
</style>
background-color css
<style>
a { background-color: #BA42BF; }
a { background-color: rgb(186,66,191); }
div.DivClassName
{
background-color: #BA42BF;
}
.BgClassName
{
background-color: #BA42BF;
}
</style>
border-color css
<style>
span { border-color: #BA42BF; }
span { border-color: rgb(186,66,191); }
td.TdClassName
{
border-color: #BA42BF;
}
.TagClassName
{
border-color: #BA42BF;
}
</style>