Shades of Fuchsia #BA4FBC
Tints of Fuchsia #BA4FBC
RGB
CMYK
RGB Variations
Color information
#BA4FBC (or 0xBA4FBC) is known color: Fuchsia. HEX triplet: BA, 4F and BC. RGB value is (186,79,188). Sum of RGB (Red+Green+Blue) = 186+79+188=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA4FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FBC is #45B043. Grayscale: #7B7B7B. Windows color (decimal): -4567108 or 12341178. OLE color: 12341178.
HSL color Cylindrical-coordinate representation of color #BA4FBC: hue angle of 298.9º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4FBC is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 79 | 188 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.26 |
| HSL | 298.9º | 0.45% | 0.52% | - |
| HSV(B) | 298.9º | 0.58% | 0.74% | - |
| XYZ | 32.12 | 19.66 | 49.68 | - |
| YUV | 123.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 188 | 0.01 | 0.58 | 0 | 0.26 | 298.9 | 0.45 | 0.52 |
| Hex | BA | 4F | BC | 1 | 3A | 0 | 1A | 12B | 2D | 34 |
| Octal | 272 | 117 | 274 | 1 | 72 | 0 | 32 | 453 | 55 | 64 |
| Binary | 10111010 | 1001111 | 10111100 | 1 | 111010 | 0 | 11010 | 100101011 | 101101 | 110100 |
Color Harmonies of #BA4FBC
Complementary color
Monochromatic Colors of #BA4FBC
Black with #BA4FBC
Text Example
Text Example
White with #BA4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FBC; }
p { color: rgb(186,79,188); }
H1.HeaderClassName
{
color: #BA4FBC;
}
.AnyTagClassName
{
color: #BA4FBC;
}
</style>
background-color css
<style>
a { background-color: #BA4FBC; }
a { background-color: rgb(186,79,188); }
div.DivClassName
{
background-color: #BA4FBC;
}
.BgClassName
{
background-color: #BA4FBC;
}
</style>
border-color css
<style>
span { border-color: #BA4FBC; }
span { border-color: rgb(186,79,188); }
td.TdClassName
{
border-color: #BA4FBC;
}
.TagClassName
{
border-color: #BA4FBC;
}
</style>