Shades of Fuchsia #BA4BBC
Tints of Fuchsia #BA4BBC
RGB
CMYK
RGB Variations
Color information
#BA4BBC (or 0xBA4BBC) is known color: Fuchsia. HEX triplet: BA, 4B and BC. RGB value is (186,75,188). Sum of RGB (Red+Green+Blue) = 186+75+188=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA4BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BBC is #45B443. Grayscale: #787878. Windows color (decimal): -4568132 or 12340154. OLE color: 12340154.
HSL color Cylindrical-coordinate representation of color #BA4BBC: hue angle of 298.94º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BBC is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 75 | 188 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.26 |
| HSL | 298.94º | 0.46% | 0.52% | - |
| HSV(B) | 298.94º | 0.6% | 0.74% | - |
| XYZ | 31.84 | 19.1 | 49.59 | - |
| YUV | 121.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 188 | 0.01 | 0.60 | 0 | 0.26 | 298.94 | 0.46 | 0.52 |
| Hex | BA | 4B | BC | 1 | 3C | 0 | 1A | 12B | 2E | 34 |
| Octal | 272 | 113 | 274 | 1 | 74 | 0 | 32 | 453 | 56 | 64 |
| Binary | 10111010 | 1001011 | 10111100 | 1 | 111100 | 0 | 11010 | 100101011 | 101110 | 110100 |
Color Harmonies of #BA4BBC
Complementary color
Monochromatic Colors of #BA4BBC
Black with #BA4BBC
Text Example
Text Example
White with #BA4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BBC; }
p { color: rgb(186,75,188); }
H1.HeaderClassName
{
color: #BA4BBC;
}
.AnyTagClassName
{
color: #BA4BBC;
}
</style>
background-color css
<style>
a { background-color: #BA4BBC; }
a { background-color: rgb(186,75,188); }
div.DivClassName
{
background-color: #BA4BBC;
}
.BgClassName
{
background-color: #BA4BBC;
}
</style>
border-color css
<style>
span { border-color: #BA4BBC; }
span { border-color: rgb(186,75,188); }
td.TdClassName
{
border-color: #BA4BBC;
}
.TagClassName
{
border-color: #BA4BBC;
}
</style>