Shades of Fuchsia #BA42C5
Tints of Fuchsia #BA42C5
RGB
CMYK
RGB Variations
Color information
#BA42C5 (or 0xBA42C5) is known color: Fuchsia. HEX triplet: BA, 42 and C5. RGB value is (186,66,197). Sum of RGB (Red+Green+Blue) = 186+66+197=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA42C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42C5 is #45BD3A. Grayscale: #747474. Windows color (decimal): -4570427 or 12927674. OLE color: 12927674.
HSL color Cylindrical-coordinate representation of color #BA42C5: hue angle of 294.96º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA42C5 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 66 | 197 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.23 |
| HSL | 294.96º | 0.53% | 0.52% | - |
| HSV(B) | 294.96º | 0.66% | 0.77% | - |
| XYZ | 32.28 | 18.37 | 54.67 | - |
| YUV | 116.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 197 | 0.06 | 0.66 | 0 | 0.23 | 294.96 | 0.53 | 0.52 |
| Hex | BA | 42 | C5 | 6 | 42 | 0 | 17 | 127 | 35 | 34 |
| Octal | 272 | 102 | 305 | 6 | 102 | 0 | 27 | 447 | 65 | 64 |
| Binary | 10111010 | 1000010 | 11000101 | 110 | 1000010 | 0 | 10111 | 100100111 | 110101 | 110100 |
Color Harmonies of #BA42C5
Complementary color
Monochromatic Colors of #BA42C5
Black with #BA42C5
Text Example
Text Example
White with #BA42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42C5; }
p { color: rgb(186,66,197); }
H1.HeaderClassName
{
color: #BA42C5;
}
.AnyTagClassName
{
color: #BA42C5;
}
</style>
background-color css
<style>
a { background-color: #BA42C5; }
a { background-color: rgb(186,66,197); }
div.DivClassName
{
background-color: #BA42C5;
}
.BgClassName
{
background-color: #BA42C5;
}
</style>
border-color css
<style>
span { border-color: #BA42C5; }
span { border-color: rgb(186,66,197); }
td.TdClassName
{
border-color: #BA42C5;
}
.TagClassName
{
border-color: #BA42C5;
}
</style>