Shades of Fuchsia #BA3DBC
Tints of Fuchsia #BA3DBC
RGB
CMYK
RGB Variations
Color information
#BA3DBC (or 0xBA3DBC) is known color: Fuchsia. HEX triplet: BA, 3D and BC. RGB value is (186,61,188). Sum of RGB (Red+Green+Blue) = 186+61+188=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA3DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DBC is #45C243. Grayscale: #707070. Windows color (decimal): -4571716 or 12336570. OLE color: 12336570.
HSL color Cylindrical-coordinate representation of color #BA3DBC: hue angle of 299.06º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3DBC is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 61 | 188 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.26 |
| HSL | 299.06º | 0.51% | 0.49% | - |
| HSV(B) | 299.06º | 0.68% | 0.74% | - |
| XYZ | 31 | 17.41 | 49.3 | - |
| YUV | 112.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 188 | 0.01 | 0.68 | 0 | 0.26 | 299.06 | 0.51 | 0.49 |
| Hex | BA | 3D | BC | 1 | 44 | 0 | 1A | 12B | 33 | 31 |
| Octal | 272 | 75 | 274 | 1 | 104 | 0 | 32 | 453 | 63 | 61 |
| Binary | 10111010 | 111101 | 10111100 | 1 | 1000100 | 0 | 11010 | 100101011 | 110011 | 110001 |
Color Harmonies of #BA3DBC
Complementary color
Monochromatic Colors of #BA3DBC
Black with #BA3DBC
Text Example
Text Example
White with #BA3DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DBC; }
p { color: rgb(186,61,188); }
H1.HeaderClassName
{
color: #BA3DBC;
}
.AnyTagClassName
{
color: #BA3DBC;
}
</style>
background-color css
<style>
a { background-color: #BA3DBC; }
a { background-color: rgb(186,61,188); }
div.DivClassName
{
background-color: #BA3DBC;
}
.BgClassName
{
background-color: #BA3DBC;
}
</style>
border-color css
<style>
span { border-color: #BA3DBC; }
span { border-color: rgb(186,61,188); }
td.TdClassName
{
border-color: #BA3DBC;
}
.TagClassName
{
border-color: #BA3DBC;
}
</style>