Shades of Fuchsia #BA3EBC
Tints of Fuchsia #BA3EBC
RGB
CMYK
RGB Variations
Color information
#BA3EBC (or 0xBA3EBC) is known color: Fuchsia. HEX triplet: BA, 3E and BC. RGB value is (186,62,188). Sum of RGB (Red+Green+Blue) = 186+62+188=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EBC is #45C143. Grayscale: #717171. Windows color (decimal): -4571460 or 12336826. OLE color: 12336826.
HSL color Cylindrical-coordinate representation of color #BA3EBC: hue angle of 299.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3EBC is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 62 | 188 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.26 |
| HSL | 299.05º | 0.5% | 0.49% | - |
| HSV(B) | 299.05º | 0.67% | 0.74% | - |
| XYZ | 31.05 | 17.52 | 49.32 | - |
| YUV | 113.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 188 | 0.01 | 0.67 | 0 | 0.26 | 299.05 | 0.5 | 0.49 |
| Hex | BA | 3E | BC | 1 | 43 | 0 | 1A | 12B | 32 | 31 |
| Octal | 272 | 76 | 274 | 1 | 103 | 0 | 32 | 453 | 62 | 61 |
| Binary | 10111010 | 111110 | 10111100 | 1 | 1000011 | 0 | 11010 | 100101011 | 110010 | 110001 |
Color Harmonies of #BA3EBC
Complementary color
Monochromatic Colors of #BA3EBC
Black with #BA3EBC
Text Example
Text Example
White with #BA3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EBC; }
p { color: rgb(186,62,188); }
H1.HeaderClassName
{
color: #BA3EBC;
}
.AnyTagClassName
{
color: #BA3EBC;
}
</style>
background-color css
<style>
a { background-color: #BA3EBC; }
a { background-color: rgb(186,62,188); }
div.DivClassName
{
background-color: #BA3EBC;
}
.BgClassName
{
background-color: #BA3EBC;
}
</style>
border-color css
<style>
span { border-color: #BA3EBC; }
span { border-color: rgb(186,62,188); }
td.TdClassName
{
border-color: #BA3EBC;
}
.TagClassName
{
border-color: #BA3EBC;
}
</style>