Shades of Fuchsia #BA3BBE
Tints of Fuchsia #BA3BBE
RGB
CMYK
RGB Variations
Color information
#BA3BBE (or 0xBA3BBE) is known color: Fuchsia. HEX triplet: BA, 3B and BE. RGB value is (186,59,190). Sum of RGB (Red+Green+Blue) = 186+59+190=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA3BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BBE is #45C441. Grayscale: #6F6F6F. Windows color (decimal): -4572226 or 12467130. OLE color: 12467130.
HSL color Cylindrical-coordinate representation of color #BA3BBE: hue angle of 298.17º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3BBE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 59 | 190 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.25 |
| HSL | 298.17º | 0.53% | 0.49% | - |
| HSV(B) | 298.17º | 0.69% | 0.75% | - |
| XYZ | 31.11 | 17.28 | 50.41 | - |
| YUV | 111.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 190 | 0.02 | 0.69 | 0 | 0.25 | 298.17 | 0.53 | 0.49 |
| Hex | BA | 3B | BE | 2 | 45 | 0 | 19 | 12A | 35 | 31 |
| Octal | 272 | 73 | 276 | 2 | 105 | 0 | 31 | 452 | 65 | 61 |
| Binary | 10111010 | 111011 | 10111110 | 10 | 1000101 | 0 | 11001 | 100101010 | 110101 | 110001 |
Color Harmonies of #BA3BBE
Complementary color
Monochromatic Colors of #BA3BBE
Black with #BA3BBE
Text Example
Text Example
White with #BA3BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BBE; }
p { color: rgb(186,59,190); }
H1.HeaderClassName
{
color: #BA3BBE;
}
.AnyTagClassName
{
color: #BA3BBE;
}
</style>
background-color css
<style>
a { background-color: #BA3BBE; }
a { background-color: rgb(186,59,190); }
div.DivClassName
{
background-color: #BA3BBE;
}
.BgClassName
{
background-color: #BA3BBE;
}
</style>
border-color css
<style>
span { border-color: #BA3BBE; }
span { border-color: rgb(186,59,190); }
td.TdClassName
{
border-color: #BA3BBE;
}
.TagClassName
{
border-color: #BA3BBE;
}
</style>