Shades of Fuchsia #BA5FB4
Tints of Fuchsia #BA5FB4
RGB
CMYK
RGB Variations
Color information
#BA5FB4 (or 0xBA5FB4) is known color: Fuchsia. HEX triplet: BA, 5F and B4. RGB value is (186,95,180). Sum of RGB (Red+Green+Blue) = 186+95+180=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FB4 is #45A04B. Grayscale: #838383. Windows color (decimal): -4563020 or 11820986. OLE color: 11820986.
HSL color Cylindrical-coordinate representation of color #BA5FB4: hue angle of 303.96º 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 #BA5FB4 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 180 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.27 |
| HSL | 303.96º | 0.4% | 0.55% | - |
| HSV(B) | 303.96º | 0.49% | 0.73% | - |
| XYZ | 32.58 | 21.92 | 45.69 | - |
| YUV | 131.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 180 | 0 | 0.49 | 0.03 | 0.27 | 303.96 | 0.4 | 0.55 |
| Hex | BA | 5F | B4 | 0 | 31 | 3 | 1B | 130 | 28 | 37 |
| Octal | 272 | 137 | 264 | 0 | 61 | 3 | 33 | 460 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10110100 | 0 | 110001 | 11 | 11011 | 100110000 | 101000 | 110111 |
Color Harmonies of #BA5FB4
Complementary color
Monochromatic Colors of #BA5FB4
Black with #BA5FB4
Text Example
Text Example
White with #BA5FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FB4; }
p { color: rgb(186,95,180); }
H1.HeaderClassName
{
color: #BA5FB4;
}
.AnyTagClassName
{
color: #BA5FB4;
}
</style>
background-color css
<style>
a { background-color: #BA5FB4; }
a { background-color: rgb(186,95,180); }
div.DivClassName
{
background-color: #BA5FB4;
}
.BgClassName
{
background-color: #BA5FB4;
}
</style>
border-color css
<style>
span { border-color: #BA5FB4; }
span { border-color: rgb(186,95,180); }
td.TdClassName
{
border-color: #BA5FB4;
}
.TagClassName
{
border-color: #BA5FB4;
}
</style>