Shades of Fuchsia #BA5FBC
Tints of Fuchsia #BA5FBC
RGB
CMYK
RGB Variations
Color information
#BA5FBC (or 0xBA5FBC) is known color: Fuchsia. HEX triplet: BA, 5F and BC. RGB value is (186,95,188). Sum of RGB (Red+Green+Blue) = 186+95+188=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA5FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FBC is #45A043. Grayscale: #848484. Windows color (decimal): -4563012 or 12345274. OLE color: 12345274.
HSL color Cylindrical-coordinate representation of color #BA5FBC: hue angle of 298.71º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5FBC is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 95 | 188 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.26 |
| HSL | 298.71º | 0.41% | 0.55% | - |
| HSV(B) | 298.71º | 0.49% | 0.74% | - |
| XYZ | 33.42 | 22.25 | 50.11 | - |
| YUV | 132.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 188 | 0.01 | 0.49 | 0 | 0.26 | 298.71 | 0.41 | 0.55 |
| Hex | BA | 5F | BC | 1 | 31 | 0 | 1A | 12B | 29 | 37 |
| Octal | 272 | 137 | 274 | 1 | 61 | 0 | 32 | 453 | 51 | 67 |
| Binary | 10111010 | 1011111 | 10111100 | 1 | 110001 | 0 | 11010 | 100101011 | 101001 | 110111 |
Color Harmonies of #BA5FBC
Complementary color
Monochromatic Colors of #BA5FBC
Black with #BA5FBC
Text Example
Text Example
White with #BA5FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FBC; }
p { color: rgb(186,95,188); }
H1.HeaderClassName
{
color: #BA5FBC;
}
.AnyTagClassName
{
color: #BA5FBC;
}
</style>
background-color css
<style>
a { background-color: #BA5FBC; }
a { background-color: rgb(186,95,188); }
div.DivClassName
{
background-color: #BA5FBC;
}
.BgClassName
{
background-color: #BA5FBC;
}
</style>
border-color css
<style>
span { border-color: #BA5FBC; }
span { border-color: rgb(186,95,188); }
td.TdClassName
{
border-color: #BA5FBC;
}
.TagClassName
{
border-color: #BA5FBC;
}
</style>