Shades of Fuchsia #BA64BC
Tints of Fuchsia #BA64BC
RGB
CMYK
RGB Variations
Color information
#BA64BC (or 0xBA64BC) is known color: Fuchsia. HEX triplet: BA, 64 and BC. RGB value is (186,100,188). Sum of RGB (Red+Green+Blue) = 186+100+188=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA64BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64BC is #459B43. Grayscale: #878787. Windows color (decimal): -4561732 or 12346554. OLE color: 12346554.
HSL color Cylindrical-coordinate representation of color #BA64BC: hue angle of 298.64º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA64BC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 100 | 188 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.26 |
| HSL | 298.64º | 0.4% | 0.56% | - |
| HSV(B) | 298.64º | 0.47% | 0.74% | - |
| XYZ | 33.88 | 23.18 | 50.27 | - |
| YUV | 135.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 188 | 0.01 | 0.47 | 0 | 0.26 | 298.64 | 0.4 | 0.56 |
| Hex | BA | 64 | BC | 1 | 2F | 0 | 1A | 12B | 28 | 38 |
| Octal | 272 | 144 | 274 | 1 | 57 | 0 | 32 | 453 | 50 | 70 |
| Binary | 10111010 | 1100100 | 10111100 | 1 | 101111 | 0 | 11010 | 100101011 | 101000 | 111000 |
Color Harmonies of #BA64BC
Complementary color
Monochromatic Colors of #BA64BC
Black with #BA64BC
Text Example
Text Example
White with #BA64BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64BC; }
p { color: rgb(186,100,188); }
H1.HeaderClassName
{
color: #BA64BC;
}
.AnyTagClassName
{
color: #BA64BC;
}
</style>
background-color css
<style>
a { background-color: #BA64BC; }
a { background-color: rgb(186,100,188); }
div.DivClassName
{
background-color: #BA64BC;
}
.BgClassName
{
background-color: #BA64BC;
}
</style>
border-color css
<style>
span { border-color: #BA64BC; }
span { border-color: rgb(186,100,188); }
td.TdClassName
{
border-color: #BA64BC;
}
.TagClassName
{
border-color: #BA64BC;
}
</style>