Shades of Fuchsia #BA2BBD
Tints of Fuchsia #BA2BBD
RGB
CMYK
RGB Variations
Color information
#BA2BBD (or 0xBA2BBD) is known color: Fuchsia. HEX triplet: BA, 2B and BD. RGB value is (186,43,189). Sum of RGB (Red+Green+Blue) = 186+43+189=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA2BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BBD is #45D442. Grayscale: #656565. Windows color (decimal): -4576323 or 12397498. OLE color: 12397498.
HSL color Cylindrical-coordinate representation of color #BA2BBD: hue angle of 298.77º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2BBD is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 43 | 189 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.26 |
| HSL | 298.77º | 0.63% | 0.45% | - |
| HSV(B) | 298.77º | 0.77% | 0.74% | - |
| XYZ | 30.3 | 15.84 | 49.6 | - |
| YUV | 102.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 189 | 0.02 | 0.77 | 0 | 0.26 | 298.77 | 0.63 | 0.45 |
| Hex | BA | 2B | BD | 2 | 4D | 0 | 1A | 12B | 3F | 2D |
| Octal | 272 | 53 | 275 | 2 | 115 | 0 | 32 | 453 | 77 | 55 |
| Binary | 10111010 | 101011 | 10111101 | 10 | 1001101 | 0 | 11010 | 100101011 | 111111 | 101101 |
Color Harmonies of #BA2BBD
Complementary color
Monochromatic Colors of #BA2BBD
Black with #BA2BBD
Text Example
Text Example
White with #BA2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BBD; }
p { color: rgb(186,43,189); }
H1.HeaderClassName
{
color: #BA2BBD;
}
.AnyTagClassName
{
color: #BA2BBD;
}
</style>
background-color css
<style>
a { background-color: #BA2BBD; }
a { background-color: rgb(186,43,189); }
div.DivClassName
{
background-color: #BA2BBD;
}
.BgClassName
{
background-color: #BA2BBD;
}
</style>
border-color css
<style>
span { border-color: #BA2BBD; }
span { border-color: rgb(186,43,189); }
td.TdClassName
{
border-color: #BA2BBD;
}
.TagClassName
{
border-color: #BA2BBD;
}
</style>