Shades of Fuchsia #BA5BC5
Tints of Fuchsia #BA5BC5
RGB
CMYK
RGB Variations
Color information
#BA5BC5 (or 0xBA5BC5) is known color: Fuchsia. HEX triplet: BA, 5B and C5. RGB value is (186,91,197). Sum of RGB (Red+Green+Blue) = 186+91+197=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA5BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BC5 is #45A43A. Grayscale: #838383. Windows color (decimal): -4564027 or 12934074. OLE color: 12934074.
HSL color Cylindrical-coordinate representation of color #BA5BC5: hue angle of 293.77º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5BC5 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 91 | 197 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.23 |
| HSL | 293.77º | 0.48% | 0.56% | - |
| HSV(B) | 293.77º | 0.54% | 0.77% | - |
| XYZ | 34.07 | 21.95 | 55.26 | - |
| YUV | 131.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 197 | 0.06 | 0.54 | 0 | 0.23 | 293.77 | 0.48 | 0.56 |
| Hex | BA | 5B | C5 | 6 | 36 | 0 | 17 | 126 | 30 | 38 |
| Octal | 272 | 133 | 305 | 6 | 66 | 0 | 27 | 446 | 60 | 70 |
| Binary | 10111010 | 1011011 | 11000101 | 110 | 110110 | 0 | 10111 | 100100110 | 110000 | 111000 |
Color Harmonies of #BA5BC5
Complementary color
Monochromatic Colors of #BA5BC5
Black with #BA5BC5
Text Example
Text Example
White with #BA5BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BC5; }
p { color: rgb(186,91,197); }
H1.HeaderClassName
{
color: #BA5BC5;
}
.AnyTagClassName
{
color: #BA5BC5;
}
</style>
background-color css
<style>
a { background-color: #BA5BC5; }
a { background-color: rgb(186,91,197); }
div.DivClassName
{
background-color: #BA5BC5;
}
.BgClassName
{
background-color: #BA5BC5;
}
</style>
border-color css
<style>
span { border-color: #BA5BC5; }
span { border-color: rgb(186,91,197); }
td.TdClassName
{
border-color: #BA5BC5;
}
.TagClassName
{
border-color: #BA5BC5;
}
</style>