Shades of Fuchsia #BA54BB
Tints of Fuchsia #BA54BB
RGB
CMYK
RGB Variations
Color information
#BA54BB (or 0xBA54BB) is known color: Fuchsia. HEX triplet: BA, 54 and BB. RGB value is (186,84,187). Sum of RGB (Red+Green+Blue) = 186+84+187=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA54BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54BB is #45AB44. Grayscale: #7D7D7D. Windows color (decimal): -4565829 or 12276922. OLE color: 12276922.
HSL color Cylindrical-coordinate representation of color #BA54BB: hue angle of 299.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA54BB is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 187 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.27 |
| HSL | 299.42º | 0.43% | 0.53% | - |
| HSV(B) | 299.42º | 0.55% | 0.73% | - |
| XYZ | 32.39 | 20.37 | 49.24 | - |
| YUV | 126.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 187 | 0.01 | 0.55 | 0 | 0.27 | 299.42 | 0.43 | 0.53 |
| Hex | BA | 54 | BB | 1 | 37 | 0 | 1B | 12B | 2B | 35 |
| Octal | 272 | 124 | 273 | 1 | 67 | 0 | 33 | 453 | 53 | 65 |
| Binary | 10111010 | 1010100 | 10111011 | 1 | 110111 | 0 | 11011 | 100101011 | 101011 | 110101 |
Color Harmonies of #BA54BB
Complementary color
Monochromatic Colors of #BA54BB
Black with #BA54BB
Text Example
Text Example
White with #BA54BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54BB; }
p { color: rgb(186,84,187); }
H1.HeaderClassName
{
color: #BA54BB;
}
.AnyTagClassName
{
color: #BA54BB;
}
</style>
background-color css
<style>
a { background-color: #BA54BB; }
a { background-color: rgb(186,84,187); }
div.DivClassName
{
background-color: #BA54BB;
}
.BgClassName
{
background-color: #BA54BB;
}
</style>
border-color css
<style>
span { border-color: #BA54BB; }
span { border-color: rgb(186,84,187); }
td.TdClassName
{
border-color: #BA54BB;
}
.TagClassName
{
border-color: #BA54BB;
}
</style>