Shades of Fuchsia #BA3FBB
Tints of Fuchsia #BA3FBB
RGB
CMYK
RGB Variations
Color information
#BA3FBB (or 0xBA3FBB) is known color: Fuchsia. HEX triplet: BA, 3F and BB. RGB value is (186,63,187). Sum of RGB (Red+Green+Blue) = 186+63+187=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA3FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FBB is #45C044. Grayscale: #717171. Windows color (decimal): -4571205 or 12271546. OLE color: 12271546.
HSL color Cylindrical-coordinate representation of color #BA3FBB: 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.66%. Process color model (Four color, CMYK) of #BA3FBB is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 187 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.27 |
| HSL | 299.52º | 0.5% | 0.49% | - |
| HSV(B) | 299.52º | 0.66% | 0.73% | - |
| XYZ | 31 | 17.58 | 48.77 | - |
| YUV | 113.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 187 | 0.01 | 0.66 | 0 | 0.27 | 299.52 | 0.5 | 0.49 |
| Hex | BA | 3F | BB | 1 | 42 | 0 | 1B | 12C | 32 | 31 |
| Octal | 272 | 77 | 273 | 1 | 102 | 0 | 33 | 454 | 62 | 61 |
| Binary | 10111010 | 111111 | 10111011 | 1 | 1000010 | 0 | 11011 | 100101100 | 110010 | 110001 |
Color Harmonies of #BA3FBB
Complementary color
Monochromatic Colors of #BA3FBB
Black with #BA3FBB
Text Example
Text Example
White with #BA3FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FBB; }
p { color: rgb(186,63,187); }
H1.HeaderClassName
{
color: #BA3FBB;
}
.AnyTagClassName
{
color: #BA3FBB;
}
</style>
background-color css
<style>
a { background-color: #BA3FBB; }
a { background-color: rgb(186,63,187); }
div.DivClassName
{
background-color: #BA3FBB;
}
.BgClassName
{
background-color: #BA3FBB;
}
</style>
border-color css
<style>
span { border-color: #BA3FBB; }
span { border-color: rgb(186,63,187); }
td.TdClassName
{
border-color: #BA3FBB;
}
.TagClassName
{
border-color: #BA3FBB;
}
</style>