Shades of Fuchsia #BA73BC
Tints of Fuchsia #BA73BC
RGB
CMYK
RGB Variations
Color information
#BA73BC (or 0xBA73BC) is known color: Fuchsia. HEX triplet: BA, 73 and BC. RGB value is (186,115,188). Sum of RGB (Red+Green+Blue) = 186+115+188=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73BC is #458C43. Grayscale: #909090. Windows color (decimal): -4557892 or 12350394. OLE color: 12350394.
HSL color Cylindrical-coordinate representation of color #BA73BC: hue angle of 298.36º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA73BC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 115 | 188 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.26 |
| HSL | 298.36º | 0.35% | 0.59% | - |
| HSV(B) | 298.36º | 0.39% | 0.74% | - |
| XYZ | 35.46 | 26.33 | 50.79 | - |
| YUV | 144.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 188 | 0.01 | 0.39 | 0 | 0.26 | 298.36 | 0.35 | 0.59 |
| Hex | BA | 73 | BC | 1 | 27 | 0 | 1A | 12A | 23 | 3B |
| Octal | 272 | 163 | 274 | 1 | 47 | 0 | 32 | 452 | 43 | 73 |
| Binary | 10111010 | 1110011 | 10111100 | 1 | 100111 | 0 | 11010 | 100101010 | 100011 | 111011 |
Color Harmonies of #BA73BC
Complementary color
Monochromatic Colors of #BA73BC
Black with #BA73BC
Text Example
Text Example
White with #BA73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73BC; }
p { color: rgb(186,115,188); }
H1.HeaderClassName
{
color: #BA73BC;
}
.AnyTagClassName
{
color: #BA73BC;
}
</style>
background-color css
<style>
a { background-color: #BA73BC; }
a { background-color: rgb(186,115,188); }
div.DivClassName
{
background-color: #BA73BC;
}
.BgClassName
{
background-color: #BA73BC;
}
</style>
border-color css
<style>
span { border-color: #BA73BC; }
span { border-color: rgb(186,115,188); }
td.TdClassName
{
border-color: #BA73BC;
}
.TagClassName
{
border-color: #BA73BC;
}
</style>