Shades of Fuchsia #BA2DBB
Tints of Fuchsia #BA2DBB
RGB
CMYK
RGB Variations
Color information
#BA2DBB (or 0xBA2DBB) is known color: Fuchsia. HEX triplet: BA, 2D and BB. RGB value is (186,45,187). Sum of RGB (Red+Green+Blue) = 186+45+187=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DBB is #45D244. Grayscale: #666666. Windows color (decimal): -4575813 or 12266938. OLE color: 12266938.
HSL color Cylindrical-coordinate representation of color #BA2DBB: hue angle of 299.58º 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 #BA2DBB is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 187 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.27 |
| HSL | 299.58º | 0.61% | 0.45% | - |
| HSV(B) | 299.58º | 0.76% | 0.73% | - |
| XYZ | 30.16 | 15.9 | 48.49 | - |
| YUV | 103.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 187 | 0.01 | 0.76 | 0 | 0.27 | 299.58 | 0.61 | 0.45 |
| Hex | BA | 2D | BB | 1 | 4C | 0 | 1B | 12C | 3D | 2D |
| Octal | 272 | 55 | 273 | 1 | 114 | 0 | 33 | 454 | 75 | 55 |
| Binary | 10111010 | 101101 | 10111011 | 1 | 1001100 | 0 | 11011 | 100101100 | 111101 | 101101 |
Color Harmonies of #BA2DBB
Complementary color
Monochromatic Colors of #BA2DBB
Black with #BA2DBB
Text Example
Text Example
White with #BA2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DBB; }
p { color: rgb(186,45,187); }
H1.HeaderClassName
{
color: #BA2DBB;
}
.AnyTagClassName
{
color: #BA2DBB;
}
</style>
background-color css
<style>
a { background-color: #BA2DBB; }
a { background-color: rgb(186,45,187); }
div.DivClassName
{
background-color: #BA2DBB;
}
.BgClassName
{
background-color: #BA2DBB;
}
</style>
border-color css
<style>
span { border-color: #BA2DBB; }
span { border-color: rgb(186,45,187); }
td.TdClassName
{
border-color: #BA2DBB;
}
.TagClassName
{
border-color: #BA2DBB;
}
</style>