Shades of Fuchsia #BA3EB5
Tints of Fuchsia #BA3EB5
RGB
CMYK
RGB Variations
Color information
#BA3EB5 (or 0xBA3EB5) is known color: Fuchsia. HEX triplet: BA, 3E and B5. RGB value is (186,62,181). Sum of RGB (Red+Green+Blue) = 186+62+181=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EB5 is #45C14A. Grayscale: #707070. Windows color (decimal): -4571467 or 11878074. OLE color: 11878074.
HSL color Cylindrical-coordinate representation of color #BA3EB5: hue angle of 302.42º 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 #BA3EB5 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 181 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.27 |
| HSL | 302.42º | 0.5% | 0.49% | - |
| HSV(B) | 302.42º | 0.67% | 0.73% | - |
| XYZ | 30.31 | 17.22 | 45.44 | - |
| YUV | 112.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 181 | 0 | 0.67 | 0.03 | 0.27 | 302.42 | 0.5 | 0.49 |
| Hex | BA | 3E | B5 | 0 | 43 | 3 | 1B | 12E | 32 | 31 |
| Octal | 272 | 76 | 265 | 0 | 103 | 3 | 33 | 456 | 62 | 61 |
| Binary | 10111010 | 111110 | 10110101 | 0 | 1000011 | 11 | 11011 | 100101110 | 110010 | 110001 |
Color Harmonies of #BA3EB5
Complementary color
Monochromatic Colors of #BA3EB5
Black with #BA3EB5
Text Example
Text Example
White with #BA3EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EB5; }
p { color: rgb(186,62,181); }
H1.HeaderClassName
{
color: #BA3EB5;
}
.AnyTagClassName
{
color: #BA3EB5;
}
</style>
background-color css
<style>
a { background-color: #BA3EB5; }
a { background-color: rgb(186,62,181); }
div.DivClassName
{
background-color: #BA3EB5;
}
.BgClassName
{
background-color: #BA3EB5;
}
</style>
border-color css
<style>
span { border-color: #BA3EB5; }
span { border-color: rgb(186,62,181); }
td.TdClassName
{
border-color: #BA3EB5;
}
.TagClassName
{
border-color: #BA3EB5;
}
</style>