Shades of Fuchsia #BA60BB
Tints of Fuchsia #BA60BB
RGB
CMYK
RGB Variations
Color information
#BA60BB (or 0xBA60BB) is known color: Fuchsia. HEX triplet: BA, 60 and BB. RGB value is (186,96,187). Sum of RGB (Red+Green+Blue) = 186+96+187=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA60BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60BB is #459F44. Grayscale: #858585. Windows color (decimal): -4562757 or 12279994. OLE color: 12279994.
HSL color Cylindrical-coordinate representation of color #BA60BB: hue angle of 299.34º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA60BB is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 187 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.27 |
| HSL | 299.34º | 0.4% | 0.55% | - |
| HSV(B) | 299.34º | 0.49% | 0.73% | - |
| XYZ | 33.4 | 22.39 | 49.58 | - |
| YUV | 133.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 187 | 0.01 | 0.49 | 0 | 0.27 | 299.34 | 0.4 | 0.55 |
| Hex | BA | 60 | BB | 1 | 31 | 0 | 1B | 12B | 28 | 37 |
| Octal | 272 | 140 | 273 | 1 | 61 | 0 | 33 | 453 | 50 | 67 |
| Binary | 10111010 | 1100000 | 10111011 | 1 | 110001 | 0 | 11011 | 100101011 | 101000 | 110111 |
Color Harmonies of #BA60BB
Complementary color
Monochromatic Colors of #BA60BB
Black with #BA60BB
Text Example
Text Example
White with #BA60BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60BB; }
p { color: rgb(186,96,187); }
H1.HeaderClassName
{
color: #BA60BB;
}
.AnyTagClassName
{
color: #BA60BB;
}
</style>
background-color css
<style>
a { background-color: #BA60BB; }
a { background-color: rgb(186,96,187); }
div.DivClassName
{
background-color: #BA60BB;
}
.BgClassName
{
background-color: #BA60BB;
}
</style>
border-color css
<style>
span { border-color: #BA60BB; }
span { border-color: rgb(186,96,187); }
td.TdClassName
{
border-color: #BA60BB;
}
.TagClassName
{
border-color: #BA60BB;
}
</style>