Shades of Fuchsia #BA75C1
Tints of Fuchsia #BA75C1
RGB
CMYK
RGB Variations
Color information
#BA75C1 (or 0xBA75C1) is known color: Fuchsia. HEX triplet: BA, 75 and C1. RGB value is (186,117,193). Sum of RGB (Red+Green+Blue) = 186+117+193=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75C1 is #458A3E. Grayscale: #929292. Windows color (decimal): -4557375 or 12678586. OLE color: 12678586.
HSL color Cylindrical-coordinate representation of color #BA75C1: hue angle of 294.47º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA75C1 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 117 | 193 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.24 |
| HSL | 294.47º | 0.38% | 0.61% | - |
| HSV(B) | 294.47º | 0.39% | 0.76% | - |
| XYZ | 36.24 | 27.01 | 53.76 | - |
| YUV | 146.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 193 | 0.04 | 0.39 | 0 | 0.24 | 294.47 | 0.38 | 0.61 |
| Hex | BA | 75 | C1 | 4 | 27 | 0 | 18 | 126 | 26 | 3D |
| Octal | 272 | 165 | 301 | 4 | 47 | 0 | 30 | 446 | 46 | 75 |
| Binary | 10111010 | 1110101 | 11000001 | 100 | 100111 | 0 | 11000 | 100100110 | 100110 | 111101 |
Color Harmonies of #BA75C1
Complementary color
Monochromatic Colors of #BA75C1
Black with #BA75C1
Text Example
Text Example
White with #BA75C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75C1; }
p { color: rgb(186,117,193); }
H1.HeaderClassName
{
color: #BA75C1;
}
.AnyTagClassName
{
color: #BA75C1;
}
</style>
background-color css
<style>
a { background-color: #BA75C1; }
a { background-color: rgb(186,117,193); }
div.DivClassName
{
background-color: #BA75C1;
}
.BgClassName
{
background-color: #BA75C1;
}
</style>
border-color css
<style>
span { border-color: #BA75C1; }
span { border-color: rgb(186,117,193); }
td.TdClassName
{
border-color: #BA75C1;
}
.TagClassName
{
border-color: #BA75C1;
}
</style>