Shades of Fuchsia #BA6EB4
Tints of Fuchsia #BA6EB4
RGB
CMYK
RGB Variations
Color information
#BA6EB4 (or 0xBA6EB4) is known color: Fuchsia. HEX triplet: BA, 6E and B4. RGB value is (186,110,180). Sum of RGB (Red+Green+Blue) = 186+110+180=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EB4 is #45914B. Grayscale: #8C8C8C. Windows color (decimal): -4559180 or 11824826. OLE color: 11824826.
HSL color Cylindrical-coordinate representation of color #BA6EB4: hue angle of 304.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6EB4 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 180 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.27 |
| HSL | 304.74º | 0.36% | 0.58% | - |
| HSV(B) | 304.74º | 0.41% | 0.73% | - |
| XYZ | 34.06 | 24.89 | 46.19 | - |
| YUV | 140.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 180 | 0 | 0.41 | 0.03 | 0.27 | 304.74 | 0.36 | 0.58 |
| Hex | BA | 6E | B4 | 0 | 29 | 3 | 1B | 131 | 24 | 3A |
| Octal | 272 | 156 | 264 | 0 | 51 | 3 | 33 | 461 | 44 | 72 |
| Binary | 10111010 | 1101110 | 10110100 | 0 | 101001 | 11 | 11011 | 100110001 | 100100 | 111010 |
Color Harmonies of #BA6EB4
Complementary color
Monochromatic Colors of #BA6EB4
Black with #BA6EB4
Text Example
Text Example
White with #BA6EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EB4; }
p { color: rgb(186,110,180); }
H1.HeaderClassName
{
color: #BA6EB4;
}
.AnyTagClassName
{
color: #BA6EB4;
}
</style>
background-color css
<style>
a { background-color: #BA6EB4; }
a { background-color: rgb(186,110,180); }
div.DivClassName
{
background-color: #BA6EB4;
}
.BgClassName
{
background-color: #BA6EB4;
}
</style>
border-color css
<style>
span { border-color: #BA6EB4; }
span { border-color: rgb(186,110,180); }
td.TdClassName
{
border-color: #BA6EB4;
}
.TagClassName
{
border-color: #BA6EB4;
}
</style>