Shades of Fuchsia #BA3DB0
Tints of Fuchsia #BA3DB0
RGB
CMYK
RGB Variations
Color information
#BA3DB0 (or 0xBA3DB0) is known color: Fuchsia. HEX triplet: BA, 3D and B0. RGB value is (186,61,176). Sum of RGB (Red+Green+Blue) = 186+61+176=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3DB0 is #45C24F. Grayscale: #6F6F6F. Windows color (decimal): -4571728 or 11550138. OLE color: 11550138.
HSL color Cylindrical-coordinate representation of color #BA3DB0: hue angle of 304.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3DB0 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 176 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.27 |
| HSL | 304.8º | 0.51% | 0.48% | - |
| HSV(B) | 304.8º | 0.67% | 0.73% | - |
| XYZ | 29.75 | 16.91 | 42.77 | - |
| YUV | 111.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 176 | 0 | 0.67 | 0.05 | 0.27 | 304.8 | 0.51 | 0.48 |
| Hex | BA | 3D | B0 | 0 | 43 | 5 | 1B | 131 | 33 | 30 |
| Octal | 272 | 75 | 260 | 0 | 103 | 5 | 33 | 461 | 63 | 60 |
| Binary | 10111010 | 111101 | 10110000 | 0 | 1000011 | 101 | 11011 | 100110001 | 110011 | 110000 |
Color Harmonies of #BA3DB0
Complementary color
Monochromatic Colors of #BA3DB0
Black with #BA3DB0
Text Example
Text Example
White with #BA3DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DB0; }
p { color: rgb(186,61,176); }
H1.HeaderClassName
{
color: #BA3DB0;
}
.AnyTagClassName
{
color: #BA3DB0;
}
</style>
background-color css
<style>
a { background-color: #BA3DB0; }
a { background-color: rgb(186,61,176); }
div.DivClassName
{
background-color: #BA3DB0;
}
.BgClassName
{
background-color: #BA3DB0;
}
</style>
border-color css
<style>
span { border-color: #BA3DB0; }
span { border-color: rgb(186,61,176); }
td.TdClassName
{
border-color: #BA3DB0;
}
.TagClassName
{
border-color: #BA3DB0;
}
</style>