Shades of Fuchsia #BA74BC
Tints of Fuchsia #BA74BC
RGB
CMYK
RGB Variations
Color information
#BA74BC (or 0xBA74BC) is known color: Fuchsia. HEX triplet: BA, 74 and BC. RGB value is (186,116,188). Sum of RGB (Red+Green+Blue) = 186+116+188=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74BC is #458B43. Grayscale: #909090. Windows color (decimal): -4557636 or 12350650. OLE color: 12350650.
HSL color Cylindrical-coordinate representation of color #BA74BC: hue angle of 298.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA74BC is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 116 | 188 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.26 |
| HSL | 298.33º | 0.35% | 0.6% | - |
| HSV(B) | 298.33º | 0.38% | 0.74% | - |
| XYZ | 35.57 | 26.56 | 50.83 | - |
| YUV | 145.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 188 | 0.01 | 0.38 | 0 | 0.26 | 298.33 | 0.35 | 0.6 |
| Hex | BA | 74 | BC | 1 | 26 | 0 | 1A | 12A | 23 | 3C |
| Octal | 272 | 164 | 274 | 1 | 46 | 0 | 32 | 452 | 43 | 74 |
| Binary | 10111010 | 1110100 | 10111100 | 1 | 100110 | 0 | 11010 | 100101010 | 100011 | 111100 |
Color Harmonies of #BA74BC
Complementary color
Monochromatic Colors of #BA74BC
Black with #BA74BC
Text Example
Text Example
White with #BA74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74BC; }
p { color: rgb(186,116,188); }
H1.HeaderClassName
{
color: #BA74BC;
}
.AnyTagClassName
{
color: #BA74BC;
}
</style>
background-color css
<style>
a { background-color: #BA74BC; }
a { background-color: rgb(186,116,188); }
div.DivClassName
{
background-color: #BA74BC;
}
.BgClassName
{
background-color: #BA74BC;
}
</style>
border-color css
<style>
span { border-color: #BA74BC; }
span { border-color: rgb(186,116,188); }
td.TdClassName
{
border-color: #BA74BC;
}
.TagClassName
{
border-color: #BA74BC;
}
</style>