Shades of Fuchsia #BA4CBB
Tints of Fuchsia #BA4CBB
RGB
CMYK
RGB Variations
Color information
#BA4CBB (or 0xBA4CBB) is known color: Fuchsia. HEX triplet: BA, 4C and BB. RGB value is (186,76,187). Sum of RGB (Red+Green+Blue) = 186+76+187=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA4CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CBB is #45B344. Grayscale: #797979. Windows color (decimal): -4567877 or 12274874. OLE color: 12274874.
HSL color Cylindrical-coordinate representation of color #BA4CBB: hue angle of 299.46º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4CBB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 187 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.27 |
| HSL | 299.46º | 0.45% | 0.52% | - |
| HSV(B) | 299.46º | 0.59% | 0.73% | - |
| XYZ | 31.8 | 19.2 | 49.04 | - |
| YUV | 121.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 187 | 0.01 | 0.59 | 0 | 0.27 | 299.46 | 0.45 | 0.52 |
| Hex | BA | 4C | BB | 1 | 3B | 0 | 1B | 12B | 2D | 34 |
| Octal | 272 | 114 | 273 | 1 | 73 | 0 | 33 | 453 | 55 | 64 |
| Binary | 10111010 | 1001100 | 10111011 | 1 | 111011 | 0 | 11011 | 100101011 | 101101 | 110100 |
Color Harmonies of #BA4CBB
Complementary color
Monochromatic Colors of #BA4CBB
Black with #BA4CBB
Text Example
Text Example
White with #BA4CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4CBB; }
p { color: rgb(186,76,187); }
H1.HeaderClassName
{
color: #BA4CBB;
}
.AnyTagClassName
{
color: #BA4CBB;
}
</style>
background-color css
<style>
a { background-color: #BA4CBB; }
a { background-color: rgb(186,76,187); }
div.DivClassName
{
background-color: #BA4CBB;
}
.BgClassName
{
background-color: #BA4CBB;
}
</style>
border-color css
<style>
span { border-color: #BA4CBB; }
span { border-color: rgb(186,76,187); }
td.TdClassName
{
border-color: #BA4CBB;
}
.TagClassName
{
border-color: #BA4CBB;
}
</style>