Shades of Fuchsia #BA4BBA
Tints of Fuchsia #BA4BBA
RGB
CMYK
RGB Variations
Color information
#BA4BBA (or 0xBA4BBA) is known color: Fuchsia. HEX triplet: BA, 4B and BA. RGB value is (186,75,186). Sum of RGB (Red+Green+Blue) = 186+75+186=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BBA is #45B445. Grayscale: #787878. Windows color (decimal): -4568134 or 12209082. OLE color: 12209082.
HSL color Cylindrical-coordinate representation of color #BA4BBA: hue angle of 300º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BBA is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 186 | - |
| CMYK | 0 | 0.60 | 0 | 0.27 |
| HSL | 300º | 0.45% | 0.51% | - |
| HSV(B) | 300º | 0.6% | 0.73% | - |
| XYZ | 31.63 | 19.02 | 48.46 | - |
| YUV | 120.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 186 | 0 | 0.60 | 0 | 0.27 | 300 | 0.45 | 0.51 |
| Hex | BA | 4B | BA | 0 | 3C | 0 | 1B | 12C | 2D | 33 |
| Octal | 272 | 113 | 272 | 0 | 74 | 0 | 33 | 454 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10111010 | 0 | 111100 | 0 | 11011 | 100101100 | 101101 | 110011 |
Color Harmonies of #BA4BBA
Complementary color
Monochromatic Colors of #BA4BBA
Black with #BA4BBA
Text Example
Text Example
White with #BA4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BBA; }
p { color: rgb(186,75,186); }
H1.HeaderClassName
{
color: #BA4BBA;
}
.AnyTagClassName
{
color: #BA4BBA;
}
</style>
background-color css
<style>
a { background-color: #BA4BBA; }
a { background-color: rgb(186,75,186); }
div.DivClassName
{
background-color: #BA4BBA;
}
.BgClassName
{
background-color: #BA4BBA;
}
</style>
border-color css
<style>
span { border-color: #BA4BBA; }
span { border-color: rgb(186,75,186); }
td.TdClassName
{
border-color: #BA4BBA;
}
.TagClassName
{
border-color: #BA4BBA;
}
</style>