Shades of Fuchsia #BA3DBD
Tints of Fuchsia #BA3DBD
RGB
CMYK
RGB Variations
Color information
#BA3DBD (or 0xBA3DBD) is known color: Fuchsia. HEX triplet: BA, 3D and BD. RGB value is (186,61,189). Sum of RGB (Red+Green+Blue) = 186+61+189=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA3DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DBD is #45C242. Grayscale: #707070. Windows color (decimal): -4571715 or 12402106. OLE color: 12402106.
HSL color Cylindrical-coordinate representation of color #BA3DBD: hue angle of 298.59º 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 #BA3DBD is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 61 | 189 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.26 |
| HSL | 298.59º | 0.51% | 0.49% | - |
| HSV(B) | 298.59º | 0.68% | 0.74% | - |
| XYZ | 31.1 | 17.45 | 49.87 | - |
| YUV | 112.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 189 | 0.02 | 0.68 | 0 | 0.26 | 298.59 | 0.51 | 0.49 |
| Hex | BA | 3D | BD | 2 | 44 | 0 | 1A | 12B | 33 | 31 |
| Octal | 272 | 75 | 275 | 2 | 104 | 0 | 32 | 453 | 63 | 61 |
| Binary | 10111010 | 111101 | 10111101 | 10 | 1000100 | 0 | 11010 | 100101011 | 110011 | 110001 |
Color Harmonies of #BA3DBD
Complementary color
Monochromatic Colors of #BA3DBD
Black with #BA3DBD
Text Example
Text Example
White with #BA3DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DBD; }
p { color: rgb(186,61,189); }
H1.HeaderClassName
{
color: #BA3DBD;
}
.AnyTagClassName
{
color: #BA3DBD;
}
</style>
background-color css
<style>
a { background-color: #BA3DBD; }
a { background-color: rgb(186,61,189); }
div.DivClassName
{
background-color: #BA3DBD;
}
.BgClassName
{
background-color: #BA3DBD;
}
</style>
border-color css
<style>
span { border-color: #BA3DBD; }
span { border-color: rgb(186,61,189); }
td.TdClassName
{
border-color: #BA3DBD;
}
.TagClassName
{
border-color: #BA3DBD;
}
</style>