Shades of Fuchsia #BA2BBE
Tints of Fuchsia #BA2BBE
RGB
CMYK
RGB Variations
Color information
#BA2BBE (or 0xBA2BBE) is known color: Fuchsia. HEX triplet: BA, 2B and BE. RGB value is (186,43,190). Sum of RGB (Red+Green+Blue) = 186+43+190=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA2BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BBE is #45D441. Grayscale: #666666. Windows color (decimal): -4576322 or 12463034. OLE color: 12463034.
HSL color Cylindrical-coordinate representation of color #BA2BBE: hue angle of 298.37º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2BBE is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 43 | 190 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.25 |
| HSL | 298.37º | 0.63% | 0.46% | - |
| HSV(B) | 298.37º | 0.77% | 0.75% | - |
| XYZ | 30.41 | 15.88 | 50.18 | - |
| YUV | 102.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 190 | 0.02 | 0.77 | 0 | 0.25 | 298.37 | 0.63 | 0.46 |
| Hex | BA | 2B | BE | 2 | 4D | 0 | 19 | 12A | 3F | 2E |
| Octal | 272 | 53 | 276 | 2 | 115 | 0 | 31 | 452 | 77 | 56 |
| Binary | 10111010 | 101011 | 10111110 | 10 | 1001101 | 0 | 11001 | 100101010 | 111111 | 101110 |
Color Harmonies of #BA2BBE
Complementary color
Monochromatic Colors of #BA2BBE
Black with #BA2BBE
Text Example
Text Example
White with #BA2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BBE; }
p { color: rgb(186,43,190); }
H1.HeaderClassName
{
color: #BA2BBE;
}
.AnyTagClassName
{
color: #BA2BBE;
}
</style>
background-color css
<style>
a { background-color: #BA2BBE; }
a { background-color: rgb(186,43,190); }
div.DivClassName
{
background-color: #BA2BBE;
}
.BgClassName
{
background-color: #BA2BBE;
}
</style>
border-color css
<style>
span { border-color: #BA2BBE; }
span { border-color: rgb(186,43,190); }
td.TdClassName
{
border-color: #BA2BBE;
}
.TagClassName
{
border-color: #BA2BBE;
}
</style>