Shades of Fuchsia #BA3EB6
Tints of Fuchsia #BA3EB6
RGB
CMYK
RGB Variations
Color information
#BA3EB6 (or 0xBA3EB6) is known color: Fuchsia. HEX triplet: BA, 3E and B6. RGB value is (186,62,182). Sum of RGB (Red+Green+Blue) = 186+62+182=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EB6 is #45C149. Grayscale: #707070. Windows color (decimal): -4571466 or 11943610. OLE color: 11943610.
HSL color Cylindrical-coordinate representation of color #BA3EB6: hue angle of 301.94º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3EB6 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 182 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.27 |
| HSL | 301.94º | 0.5% | 0.49% | - |
| HSV(B) | 301.94º | 0.67% | 0.73% | - |
| XYZ | 30.42 | 17.26 | 45.98 | - |
| YUV | 112.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 182 | 0 | 0.67 | 0.02 | 0.27 | 301.94 | 0.5 | 0.49 |
| Hex | BA | 3E | B6 | 0 | 43 | 2 | 1B | 12E | 32 | 31 |
| Octal | 272 | 76 | 266 | 0 | 103 | 2 | 33 | 456 | 62 | 61 |
| Binary | 10111010 | 111110 | 10110110 | 0 | 1000011 | 10 | 11011 | 100101110 | 110010 | 110001 |
Color Harmonies of #BA3EB6
Complementary color
Monochromatic Colors of #BA3EB6
Black with #BA3EB6
Text Example
Text Example
White with #BA3EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EB6; }
p { color: rgb(186,62,182); }
H1.HeaderClassName
{
color: #BA3EB6;
}
.AnyTagClassName
{
color: #BA3EB6;
}
</style>
background-color css
<style>
a { background-color: #BA3EB6; }
a { background-color: rgb(186,62,182); }
div.DivClassName
{
background-color: #BA3EB6;
}
.BgClassName
{
background-color: #BA3EB6;
}
</style>
border-color css
<style>
span { border-color: #BA3EB6; }
span { border-color: rgb(186,62,182); }
td.TdClassName
{
border-color: #BA3EB6;
}
.TagClassName
{
border-color: #BA3EB6;
}
</style>