Shades of Fuchsia #BA6EB6
Tints of Fuchsia #BA6EB6
RGB
CMYK
RGB Variations
Color information
#BA6EB6 (or 0xBA6EB6) is known color: Fuchsia. HEX triplet: BA, 6E and B6. RGB value is (186,110,182). Sum of RGB (Red+Green+Blue) = 186+110+182=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EB6 is #459149. Grayscale: #8C8C8C. Windows color (decimal): -4559178 or 11955898. OLE color: 11955898.
HSL color Cylindrical-coordinate representation of color #BA6EB6: hue angle of 303.16º 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 #BA6EB6 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 182 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.27 |
| HSL | 303.16º | 0.36% | 0.58% | - |
| HSV(B) | 303.16º | 0.41% | 0.73% | - |
| XYZ | 34.27 | 24.97 | 47.27 | - |
| YUV | 140.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 182 | 0 | 0.41 | 0.02 | 0.27 | 303.16 | 0.36 | 0.58 |
| Hex | BA | 6E | B6 | 0 | 29 | 2 | 1B | 12F | 24 | 3A |
| Octal | 272 | 156 | 266 | 0 | 51 | 2 | 33 | 457 | 44 | 72 |
| Binary | 10111010 | 1101110 | 10110110 | 0 | 101001 | 10 | 11011 | 100101111 | 100100 | 111010 |
Color Harmonies of #BA6EB6
Complementary color
Monochromatic Colors of #BA6EB6
Black with #BA6EB6
Text Example
Text Example
White with #BA6EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EB6; }
p { color: rgb(186,110,182); }
H1.HeaderClassName
{
color: #BA6EB6;
}
.AnyTagClassName
{
color: #BA6EB6;
}
</style>
background-color css
<style>
a { background-color: #BA6EB6; }
a { background-color: rgb(186,110,182); }
div.DivClassName
{
background-color: #BA6EB6;
}
.BgClassName
{
background-color: #BA6EB6;
}
</style>
border-color css
<style>
span { border-color: #BA6EB6; }
span { border-color: rgb(186,110,182); }
td.TdClassName
{
border-color: #BA6EB6;
}
.TagClassName
{
border-color: #BA6EB6;
}
</style>