Shades of Fuchsia #BA64BE
Tints of Fuchsia #BA64BE
RGB
CMYK
RGB Variations
Color information
#BA64BE (or 0xBA64BE) is known color: Fuchsia. HEX triplet: BA, 64 and BE. RGB value is (186,100,190). Sum of RGB (Red+Green+Blue) = 186+100+190=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA64BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64BE is #459B41. Grayscale: #878787. Windows color (decimal): -4561730 or 12477626. OLE color: 12477626.
HSL color Cylindrical-coordinate representation of color #BA64BE: hue angle of 297.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA64BE is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 100 | 190 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.25 |
| HSL | 297.33º | 0.41% | 0.57% | - |
| HSV(B) | 297.33º | 0.47% | 0.75% | - |
| XYZ | 34.1 | 23.27 | 51.41 | - |
| YUV | 135.97 | 158.49 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 190 | 0.02 | 0.47 | 0 | 0.25 | 297.33 | 0.41 | 0.57 |
| Hex | BA | 64 | BE | 2 | 2F | 0 | 19 | 129 | 29 | 39 |
| Octal | 272 | 144 | 276 | 2 | 57 | 0 | 31 | 451 | 51 | 71 |
| Binary | 10111010 | 1100100 | 10111110 | 10 | 101111 | 0 | 11001 | 100101001 | 101001 | 111001 |
Color Harmonies of #BA64BE
Complementary color
Monochromatic Colors of #BA64BE
Black with #BA64BE
Text Example
Text Example
White with #BA64BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64BE; }
p { color: rgb(186,100,190); }
H1.HeaderClassName
{
color: #BA64BE;
}
.AnyTagClassName
{
color: #BA64BE;
}
</style>
background-color css
<style>
a { background-color: #BA64BE; }
a { background-color: rgb(186,100,190); }
div.DivClassName
{
background-color: #BA64BE;
}
.BgClassName
{
background-color: #BA64BE;
}
</style>
border-color css
<style>
span { border-color: #BA64BE; }
span { border-color: rgb(186,100,190); }
td.TdClassName
{
border-color: #BA64BE;
}
.TagClassName
{
border-color: #BA64BE;
}
</style>