Shades of Fuchsia #BA3AB8
Tints of Fuchsia #BA3AB8
RGB
CMYK
RGB Variations
Color information
#BA3AB8 (or 0xBA3AB8) is known color: Fuchsia. HEX triplet: BA, 3A and B8. RGB value is (186,58,184). Sum of RGB (Red+Green+Blue) = 186+58+184=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3AB8 is #45C547. Grayscale: #6E6E6E. Windows color (decimal): -4572488 or 12073658. OLE color: 12073658.
HSL color Cylindrical-coordinate representation of color #BA3AB8: hue angle of 300.94º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3AB8 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 184 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.27 |
| HSL | 300.94º | 0.52% | 0.48% | - |
| HSV(B) | 300.94º | 0.69% | 0.73% | - |
| XYZ | 30.41 | 16.93 | 47.01 | - |
| YUV | 110.64 | 169.41 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 184 | 0 | 0.69 | 0.01 | 0.27 | 300.94 | 0.52 | 0.48 |
| Hex | BA | 3A | B8 | 0 | 45 | 1 | 1B | 12D | 34 | 30 |
| Octal | 272 | 72 | 270 | 0 | 105 | 1 | 33 | 455 | 64 | 60 |
| Binary | 10111010 | 111010 | 10111000 | 0 | 1000101 | 1 | 11011 | 100101101 | 110100 | 110000 |
Color Harmonies of #BA3AB8
Complementary color
Monochromatic Colors of #BA3AB8
Black with #BA3AB8
Text Example
Text Example
White with #BA3AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AB8; }
p { color: rgb(186,58,184); }
H1.HeaderClassName
{
color: #BA3AB8;
}
.AnyTagClassName
{
color: #BA3AB8;
}
</style>
background-color css
<style>
a { background-color: #BA3AB8; }
a { background-color: rgb(186,58,184); }
div.DivClassName
{
background-color: #BA3AB8;
}
.BgClassName
{
background-color: #BA3AB8;
}
</style>
border-color css
<style>
span { border-color: #BA3AB8; }
span { border-color: rgb(186,58,184); }
td.TdClassName
{
border-color: #BA3AB8;
}
.TagClassName
{
border-color: #BA3AB8;
}
</style>