Shades of Fuchsia #BA3EBB
Tints of Fuchsia #BA3EBB
RGB
CMYK
RGB Variations
Color information
#BA3EBB (or 0xBA3EBB) is known color: Fuchsia. HEX triplet: BA, 3E and BB. RGB value is (186,62,187). Sum of RGB (Red+Green+Blue) = 186+62+187=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA3EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EBB is #45C144. Grayscale: #707070. Windows color (decimal): -4571461 or 12271290. OLE color: 12271290.
HSL color Cylindrical-coordinate representation of color #BA3EBB: hue angle of 299.52º 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 #BA3EBB is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 187 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.27 |
| HSL | 299.52º | 0.5% | 0.49% | - |
| HSV(B) | 299.52º | 0.67% | 0.73% | - |
| XYZ | 30.94 | 17.47 | 48.76 | - |
| YUV | 113.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 187 | 0.01 | 0.67 | 0 | 0.27 | 299.52 | 0.5 | 0.49 |
| Hex | BA | 3E | BB | 1 | 43 | 0 | 1B | 12C | 32 | 31 |
| Octal | 272 | 76 | 273 | 1 | 103 | 0 | 33 | 454 | 62 | 61 |
| Binary | 10111010 | 111110 | 10111011 | 1 | 1000011 | 0 | 11011 | 100101100 | 110010 | 110001 |
Color Harmonies of #BA3EBB
Complementary color
Monochromatic Colors of #BA3EBB
Black with #BA3EBB
Text Example
Text Example
White with #BA3EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EBB; }
p { color: rgb(186,62,187); }
H1.HeaderClassName
{
color: #BA3EBB;
}
.AnyTagClassName
{
color: #BA3EBB;
}
</style>
background-color css
<style>
a { background-color: #BA3EBB; }
a { background-color: rgb(186,62,187); }
div.DivClassName
{
background-color: #BA3EBB;
}
.BgClassName
{
background-color: #BA3EBB;
}
</style>
border-color css
<style>
span { border-color: #BA3EBB; }
span { border-color: rgb(186,62,187); }
td.TdClassName
{
border-color: #BA3EBB;
}
.TagClassName
{
border-color: #BA3EBB;
}
</style>