Shades of Fuchsia #BA5BB4
Tints of Fuchsia #BA5BB4
RGB
CMYK
RGB Variations
Color information
#BA5BB4 (or 0xBA5BB4) is known color: Fuchsia. HEX triplet: BA, 5B and B4. RGB value is (186,91,180). Sum of RGB (Red+Green+Blue) = 186+91+180=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BB4 is #45A44B. Grayscale: #818181. Windows color (decimal): -4564044 or 11819962. OLE color: 11819962.
HSL color Cylindrical-coordinate representation of color #BA5BB4: hue angle of 303.79º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5BB4 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 180 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.27 |
| HSL | 303.79º | 0.41% | 0.54% | - |
| HSV(B) | 303.79º | 0.51% | 0.73% | - |
| XYZ | 32.23 | 21.22 | 45.58 | - |
| YUV | 129.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 180 | 0 | 0.51 | 0.03 | 0.27 | 303.79 | 0.41 | 0.54 |
| Hex | BA | 5B | B4 | 0 | 33 | 3 | 1B | 130 | 29 | 36 |
| Octal | 272 | 133 | 264 | 0 | 63 | 3 | 33 | 460 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10110100 | 0 | 110011 | 11 | 11011 | 100110000 | 101001 | 110110 |
Color Harmonies of #BA5BB4
Complementary color
Monochromatic Colors of #BA5BB4
Black with #BA5BB4
Text Example
Text Example
White with #BA5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BB4; }
p { color: rgb(186,91,180); }
H1.HeaderClassName
{
color: #BA5BB4;
}
.AnyTagClassName
{
color: #BA5BB4;
}
</style>
background-color css
<style>
a { background-color: #BA5BB4; }
a { background-color: rgb(186,91,180); }
div.DivClassName
{
background-color: #BA5BB4;
}
.BgClassName
{
background-color: #BA5BB4;
}
</style>
border-color css
<style>
span { border-color: #BA5BB4; }
span { border-color: rgb(186,91,180); }
td.TdClassName
{
border-color: #BA5BB4;
}
.TagClassName
{
border-color: #BA5BB4;
}
</style>