Shades of Fuchsia #BA68BB
Tints of Fuchsia #BA68BB
RGB
CMYK
RGB Variations
Color information
#BA68BB (or 0xBA68BB) is known color: Fuchsia. HEX triplet: BA, 68 and BB. RGB value is (186,104,187). Sum of RGB (Red+Green+Blue) = 186+104+187=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68BB is #459744. Grayscale: #898989. Windows color (decimal): -4560709 or 12282042. OLE color: 12282042.
HSL color Cylindrical-coordinate representation of color #BA68BB: hue angle of 299.28º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA68BB is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 187 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.27 |
| HSL | 299.28º | 0.38% | 0.57% | - |
| HSV(B) | 299.28º | 0.44% | 0.73% | - |
| XYZ | 34.17 | 23.93 | 49.83 | - |
| YUV | 137.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 187 | 0.01 | 0.44 | 0 | 0.27 | 299.28 | 0.38 | 0.57 |
| Hex | BA | 68 | BB | 1 | 2C | 0 | 1B | 12B | 26 | 39 |
| Octal | 272 | 150 | 273 | 1 | 54 | 0 | 33 | 453 | 46 | 71 |
| Binary | 10111010 | 1101000 | 10111011 | 1 | 101100 | 0 | 11011 | 100101011 | 100110 | 111001 |
Color Harmonies of #BA68BB
Complementary color
Monochromatic Colors of #BA68BB
Black with #BA68BB
Text Example
Text Example
White with #BA68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68BB; }
p { color: rgb(186,104,187); }
H1.HeaderClassName
{
color: #BA68BB;
}
.AnyTagClassName
{
color: #BA68BB;
}
</style>
background-color css
<style>
a { background-color: #BA68BB; }
a { background-color: rgb(186,104,187); }
div.DivClassName
{
background-color: #BA68BB;
}
.BgClassName
{
background-color: #BA68BB;
}
</style>
border-color css
<style>
span { border-color: #BA68BB; }
span { border-color: rgb(186,104,187); }
td.TdClassName
{
border-color: #BA68BB;
}
.TagClassName
{
border-color: #BA68BB;
}
</style>