Shades of Fuchsia #BA5FB0
Tints of Fuchsia #BA5FB0
RGB
CMYK
RGB Variations
Color information
#BA5FB0 (or 0xBA5FB0) is known color: Fuchsia. HEX triplet: BA, 5F and B0. RGB value is (186,95,176). Sum of RGB (Red+Green+Blue) = 186+95+176=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5FB0 is #45A04F. Grayscale: #838383. Windows color (decimal): -4563024 or 11558842. OLE color: 11558842.
HSL color Cylindrical-coordinate representation of color #BA5FB0: hue angle of 306.59º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5FB0 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 176 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.27 |
| HSL | 306.59º | 0.4% | 0.55% | - |
| HSV(B) | 306.59º | 0.49% | 0.73% | - |
| XYZ | 32.18 | 21.76 | 43.58 | - |
| YUV | 131.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 176 | 0 | 0.49 | 0.05 | 0.27 | 306.59 | 0.4 | 0.55 |
| Hex | BA | 5F | B0 | 0 | 31 | 5 | 1B | 133 | 28 | 37 |
| Octal | 272 | 137 | 260 | 0 | 61 | 5 | 33 | 463 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10110000 | 0 | 110001 | 101 | 11011 | 100110011 | 101000 | 110111 |
Color Harmonies of #BA5FB0
Complementary color
Monochromatic Colors of #BA5FB0
Black with #BA5FB0
Text Example
Text Example
White with #BA5FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FB0; }
p { color: rgb(186,95,176); }
H1.HeaderClassName
{
color: #BA5FB0;
}
.AnyTagClassName
{
color: #BA5FB0;
}
</style>
background-color css
<style>
a { background-color: #BA5FB0; }
a { background-color: rgb(186,95,176); }
div.DivClassName
{
background-color: #BA5FB0;
}
.BgClassName
{
background-color: #BA5FB0;
}
</style>
border-color css
<style>
span { border-color: #BA5FB0; }
span { border-color: rgb(186,95,176); }
td.TdClassName
{
border-color: #BA5FB0;
}
.TagClassName
{
border-color: #BA5FB0;
}
</style>