Shades of Fuchsia #BA5DC1
Tints of Fuchsia #BA5DC1
RGB
CMYK
RGB Variations
Color information
#BA5DC1 (or 0xBA5DC1) is known color: Fuchsia. HEX triplet: BA, 5D and C1. RGB value is (186,93,193). Sum of RGB (Red+Green+Blue) = 186+93+193=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DC1 is #45A23E. Grayscale: #838383. Windows color (decimal): -4563519 or 12672442. OLE color: 12672442.
HSL color Cylindrical-coordinate representation of color #BA5DC1: hue angle of 295.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5DC1 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 93 | 193 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.24 |
| HSL | 295.8º | 0.45% | 0.56% | - |
| HSV(B) | 295.8º | 0.52% | 0.76% | - |
| XYZ | 33.79 | 22.12 | 52.94 | - |
| YUV | 132.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 193 | 0.04 | 0.52 | 0 | 0.24 | 295.8 | 0.45 | 0.56 |
| Hex | BA | 5D | C1 | 4 | 34 | 0 | 18 | 128 | 2D | 38 |
| Octal | 272 | 135 | 301 | 4 | 64 | 0 | 30 | 450 | 55 | 70 |
| Binary | 10111010 | 1011101 | 11000001 | 100 | 110100 | 0 | 11000 | 100101000 | 101101 | 111000 |
Color Harmonies of #BA5DC1
Complementary color
Monochromatic Colors of #BA5DC1
Black with #BA5DC1
Text Example
Text Example
White with #BA5DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DC1; }
p { color: rgb(186,93,193); }
H1.HeaderClassName
{
color: #BA5DC1;
}
.AnyTagClassName
{
color: #BA5DC1;
}
</style>
background-color css
<style>
a { background-color: #BA5DC1; }
a { background-color: rgb(186,93,193); }
div.DivClassName
{
background-color: #BA5DC1;
}
.BgClassName
{
background-color: #BA5DC1;
}
</style>
border-color css
<style>
span { border-color: #BA5DC1; }
span { border-color: rgb(186,93,193); }
td.TdClassName
{
border-color: #BA5DC1;
}
.TagClassName
{
border-color: #BA5DC1;
}
</style>