Shades of Fuchsia #BA44BB
Tints of Fuchsia #BA44BB
RGB
CMYK
RGB Variations
Color information
#BA44BB (or 0xBA44BB) is known color: Fuchsia. HEX triplet: BA, 44 and BB. RGB value is (186,68,187). Sum of RGB (Red+Green+Blue) = 186+68+187=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44BB is #45BB44. Grayscale: #747474. Windows color (decimal): -4569925 or 12272826. OLE color: 12272826.
HSL color Cylindrical-coordinate representation of color #BA44BB: hue angle of 299.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA44BB is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 187 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.27 |
| HSL | 299.5º | 0.47% | 0.5% | - |
| HSV(B) | 299.5º | 0.64% | 0.73% | - |
| XYZ | 31.29 | 18.16 | 48.87 | - |
| YUV | 116.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 187 | 0.01 | 0.64 | 0 | 0.27 | 299.5 | 0.47 | 0.5 |
| Hex | BA | 44 | BB | 1 | 40 | 0 | 1B | 12B | 2F | 32 |
| Octal | 272 | 104 | 273 | 1 | 100 | 0 | 33 | 453 | 57 | 62 |
| Binary | 10111010 | 1000100 | 10111011 | 1 | 1000000 | 0 | 11011 | 100101011 | 101111 | 110010 |
Color Harmonies of #BA44BB
Complementary color
Monochromatic Colors of #BA44BB
Black with #BA44BB
Text Example
Text Example
White with #BA44BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44BB; }
p { color: rgb(186,68,187); }
H1.HeaderClassName
{
color: #BA44BB;
}
.AnyTagClassName
{
color: #BA44BB;
}
</style>
background-color css
<style>
a { background-color: #BA44BB; }
a { background-color: rgb(186,68,187); }
div.DivClassName
{
background-color: #BA44BB;
}
.BgClassName
{
background-color: #BA44BB;
}
</style>
border-color css
<style>
span { border-color: #BA44BB; }
span { border-color: rgb(186,68,187); }
td.TdClassName
{
border-color: #BA44BB;
}
.TagClassName
{
border-color: #BA44BB;
}
</style>