Shades of Fuchsia #BA42BC
Tints of Fuchsia #BA42BC
RGB
CMYK
RGB Variations
Color information
#BA42BC (or 0xBA42BC) is known color: Fuchsia. HEX triplet: BA, 42 and BC. RGB value is (186,66,188). Sum of RGB (Red+Green+Blue) = 186+66+188=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA42BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42BC is #45BD43. Grayscale: #737373. Windows color (decimal): -4570436 or 12337850. OLE color: 12337850.
HSL color Cylindrical-coordinate representation of color #BA42BC: hue angle of 299.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA42BC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 66 | 188 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.26 |
| HSL | 299.02º | 0.48% | 0.5% | - |
| HSV(B) | 299.02º | 0.65% | 0.74% | - |
| XYZ | 31.28 | 17.97 | 49.4 | - |
| YUV | 115.79 | 168.76 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 188 | 0.01 | 0.65 | 0 | 0.26 | 299.02 | 0.48 | 0.5 |
| Hex | BA | 42 | BC | 1 | 41 | 0 | 1A | 12B | 30 | 32 |
| Octal | 272 | 102 | 274 | 1 | 101 | 0 | 32 | 453 | 60 | 62 |
| Binary | 10111010 | 1000010 | 10111100 | 1 | 1000001 | 0 | 11010 | 100101011 | 110000 | 110010 |
Color Harmonies of #BA42BC
Complementary color
Monochromatic Colors of #BA42BC
Black with #BA42BC
Text Example
Text Example
White with #BA42BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42BC; }
p { color: rgb(186,66,188); }
H1.HeaderClassName
{
color: #BA42BC;
}
.AnyTagClassName
{
color: #BA42BC;
}
</style>
background-color css
<style>
a { background-color: #BA42BC; }
a { background-color: rgb(186,66,188); }
div.DivClassName
{
background-color: #BA42BC;
}
.BgClassName
{
background-color: #BA42BC;
}
</style>
border-color css
<style>
span { border-color: #BA42BC; }
span { border-color: rgb(186,66,188); }
td.TdClassName
{
border-color: #BA42BC;
}
.TagClassName
{
border-color: #BA42BC;
}
</style>