Shades of Fuchsia #BA74C3
Tints of Fuchsia #BA74C3
RGB
CMYK
RGB Variations
Color information
#BA74C3 (or 0xBA74C3) is known color: Fuchsia. HEX triplet: BA, 74 and C3. RGB value is (186,116,195). Sum of RGB (Red+Green+Blue) = 186+116+195=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA74C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74C3 is #458B3C. Grayscale: #919191. Windows color (decimal): -4557629 or 12809402. OLE color: 12809402.
HSL color Cylindrical-coordinate representation of color #BA74C3: hue angle of 293.16º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA74C3 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 116 | 195 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.24 |
| HSL | 293.16º | 0.4% | 0.61% | - |
| HSV(B) | 293.16º | 0.41% | 0.76% | - |
| XYZ | 36.35 | 26.87 | 54.9 | - |
| YUV | 145.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 195 | 0.05 | 0.41 | 0 | 0.24 | 293.16 | 0.4 | 0.61 |
| Hex | BA | 74 | C3 | 5 | 29 | 0 | 18 | 125 | 28 | 3D |
| Octal | 272 | 164 | 303 | 5 | 51 | 0 | 30 | 445 | 50 | 75 |
| Binary | 10111010 | 1110100 | 11000011 | 101 | 101001 | 0 | 11000 | 100100101 | 101000 | 111101 |
Color Harmonies of #BA74C3
Complementary color
Monochromatic Colors of #BA74C3
Black with #BA74C3
Text Example
Text Example
White with #BA74C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74C3; }
p { color: rgb(186,116,195); }
H1.HeaderClassName
{
color: #BA74C3;
}
.AnyTagClassName
{
color: #BA74C3;
}
</style>
background-color css
<style>
a { background-color: #BA74C3; }
a { background-color: rgb(186,116,195); }
div.DivClassName
{
background-color: #BA74C3;
}
.BgClassName
{
background-color: #BA74C3;
}
</style>
border-color css
<style>
span { border-color: #BA74C3; }
span { border-color: rgb(186,116,195); }
td.TdClassName
{
border-color: #BA74C3;
}
.TagClassName
{
border-color: #BA74C3;
}
</style>