Shades of Fuchsia #BA26B0
Tints of Fuchsia #BA26B0
RGB
CMYK
RGB Variations
Color information
#BA26B0 (or 0xBA26B0) is known color: Fuchsia. HEX triplet: BA, 26 and B0. RGB value is (186,38,176). Sum of RGB (Red+Green+Blue) = 186+38+176=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA26B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA26B0 is #45D94F. Grayscale: #616161. Windows color (decimal): -4577616 or 11544250. OLE color: 11544250.
HSL color Cylindrical-coordinate representation of color #BA26B0: hue angle of 304.05º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA26B0 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 176 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.27 |
| HSL | 304.05º | 0.66% | 0.44% | - |
| HSV(B) | 304.05º | 0.8% | 0.73% | - |
| XYZ | 28.78 | 14.96 | 42.45 | - |
| YUV | 97.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 176 | 0 | 0.80 | 0.05 | 0.27 | 304.05 | 0.66 | 0.44 |
| Hex | BA | 26 | B0 | 0 | 50 | 5 | 1B | 130 | 42 | 2C |
| Octal | 272 | 46 | 260 | 0 | 120 | 5 | 33 | 460 | 102 | 54 |
| Binary | 10111010 | 100110 | 10110000 | 0 | 1010000 | 101 | 11011 | 100110000 | 1000010 | 101100 |
Color Harmonies of #BA26B0
Complementary color
Monochromatic Colors of #BA26B0
Black with #BA26B0
Text Example
Text Example
White with #BA26B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26B0; }
p { color: rgb(186,38,176); }
H1.HeaderClassName
{
color: #BA26B0;
}
.AnyTagClassName
{
color: #BA26B0;
}
</style>
background-color css
<style>
a { background-color: #BA26B0; }
a { background-color: rgb(186,38,176); }
div.DivClassName
{
background-color: #BA26B0;
}
.BgClassName
{
background-color: #BA26B0;
}
</style>
border-color css
<style>
span { border-color: #BA26B0; }
span { border-color: rgb(186,38,176); }
td.TdClassName
{
border-color: #BA26B0;
}
.TagClassName
{
border-color: #BA26B0;
}
</style>