Shades of Fuchsia #BA5BC3
Tints of Fuchsia #BA5BC3
RGB
CMYK
RGB Variations
Color information
#BA5BC3 (or 0xBA5BC3) is known color: Fuchsia. HEX triplet: BA, 5B and C3. RGB value is (186,91,195). Sum of RGB (Red+Green+Blue) = 186+91+195=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA5BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BC3 is #45A43C. Grayscale: #828282. Windows color (decimal): -4564029 or 12803002. OLE color: 12803002.
HSL color Cylindrical-coordinate representation of color #BA5BC3: hue angle of 294.81º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5BC3 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 91 | 195 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.24 |
| HSL | 294.81º | 0.46% | 0.56% | - |
| HSV(B) | 294.81º | 0.53% | 0.76% | - |
| XYZ | 33.84 | 21.86 | 54.07 | - |
| YUV | 131.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 195 | 0.05 | 0.53 | 0 | 0.24 | 294.81 | 0.46 | 0.56 |
| Hex | BA | 5B | C3 | 5 | 35 | 0 | 18 | 127 | 2E | 38 |
| Octal | 272 | 133 | 303 | 5 | 65 | 0 | 30 | 447 | 56 | 70 |
| Binary | 10111010 | 1011011 | 11000011 | 101 | 110101 | 0 | 11000 | 100100111 | 101110 | 111000 |
Color Harmonies of #BA5BC3
Complementary color
Monochromatic Colors of #BA5BC3
Black with #BA5BC3
Text Example
Text Example
White with #BA5BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BC3; }
p { color: rgb(186,91,195); }
H1.HeaderClassName
{
color: #BA5BC3;
}
.AnyTagClassName
{
color: #BA5BC3;
}
</style>
background-color css
<style>
a { background-color: #BA5BC3; }
a { background-color: rgb(186,91,195); }
div.DivClassName
{
background-color: #BA5BC3;
}
.BgClassName
{
background-color: #BA5BC3;
}
</style>
border-color css
<style>
span { border-color: #BA5BC3; }
span { border-color: rgb(186,91,195); }
td.TdClassName
{
border-color: #BA5BC3;
}
.TagClassName
{
border-color: #BA5BC3;
}
</style>