Shades of Fuchsia #BA5CB5
Tints of Fuchsia #BA5CB5
RGB
CMYK
RGB Variations
Color information
#BA5CB5 (or 0xBA5CB5) is known color: Fuchsia. HEX triplet: BA, 5C and B5. RGB value is (186,92,181). Sum of RGB (Red+Green+Blue) = 186+92+181=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CB5 is #45A34A. Grayscale: #818181. Windows color (decimal): -4563787 or 11885754. OLE color: 11885754.
HSL color Cylindrical-coordinate representation of color #BA5CB5: hue angle of 303.19º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5CB5 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 181 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.27 |
| HSL | 303.19º | 0.41% | 0.55% | - |
| HSV(B) | 303.19º | 0.51% | 0.73% | - |
| XYZ | 32.42 | 21.43 | 46.14 | - |
| YUV | 130.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 181 | 0 | 0.51 | 0.03 | 0.27 | 303.19 | 0.41 | 0.55 |
| Hex | BA | 5C | B5 | 0 | 33 | 3 | 1B | 12F | 29 | 37 |
| Octal | 272 | 134 | 265 | 0 | 63 | 3 | 33 | 457 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10110101 | 0 | 110011 | 11 | 11011 | 100101111 | 101001 | 110111 |
Color Harmonies of #BA5CB5
Complementary color
Monochromatic Colors of #BA5CB5
Black with #BA5CB5
Text Example
Text Example
White with #BA5CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CB5; }
p { color: rgb(186,92,181); }
H1.HeaderClassName
{
color: #BA5CB5;
}
.AnyTagClassName
{
color: #BA5CB5;
}
</style>
background-color css
<style>
a { background-color: #BA5CB5; }
a { background-color: rgb(186,92,181); }
div.DivClassName
{
background-color: #BA5CB5;
}
.BgClassName
{
background-color: #BA5CB5;
}
</style>
border-color css
<style>
span { border-color: #BA5CB5; }
span { border-color: rgb(186,92,181); }
td.TdClassName
{
border-color: #BA5CB5;
}
.TagClassName
{
border-color: #BA5CB5;
}
</style>