Shades of Fuchsia #BA2DB3
Tints of Fuchsia #BA2DB3
RGB
CMYK
RGB Variations
Color information
#BA2DB3 (or 0xBA2DB3) is known color: Fuchsia. HEX triplet: BA, 2D and B3. RGB value is (186,45,179). Sum of RGB (Red+Green+Blue) = 186+45+179=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DB3 is #45D24C. Grayscale: #666666. Windows color (decimal): -4575821 or 11742650. OLE color: 11742650.
HSL color Cylindrical-coordinate representation of color #BA2DB3: hue angle of 302.98º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2DB3 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 179 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.27 |
| HSL | 302.98º | 0.61% | 0.45% | - |
| HSV(B) | 302.98º | 0.76% | 0.73% | - |
| XYZ | 29.32 | 15.57 | 44.11 | - |
| YUV | 102.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 179 | 0 | 0.76 | 0.04 | 0.27 | 302.98 | 0.61 | 0.45 |
| Hex | BA | 2D | B3 | 0 | 4C | 4 | 1B | 12F | 3D | 2D |
| Octal | 272 | 55 | 263 | 0 | 114 | 4 | 33 | 457 | 75 | 55 |
| Binary | 10111010 | 101101 | 10110011 | 0 | 1001100 | 100 | 11011 | 100101111 | 111101 | 101101 |
Color Harmonies of #BA2DB3
Complementary color
Monochromatic Colors of #BA2DB3
Black with #BA2DB3
Text Example
Text Example
White with #BA2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DB3; }
p { color: rgb(186,45,179); }
H1.HeaderClassName
{
color: #BA2DB3;
}
.AnyTagClassName
{
color: #BA2DB3;
}
</style>
background-color css
<style>
a { background-color: #BA2DB3; }
a { background-color: rgb(186,45,179); }
div.DivClassName
{
background-color: #BA2DB3;
}
.BgClassName
{
background-color: #BA2DB3;
}
</style>
border-color css
<style>
span { border-color: #BA2DB3; }
span { border-color: rgb(186,45,179); }
td.TdClassName
{
border-color: #BA2DB3;
}
.TagClassName
{
border-color: #BA2DB3;
}
</style>