Shades of Fuchsia #BA5BBC
Tints of Fuchsia #BA5BBC
RGB
CMYK
RGB Variations
Color information
#BA5BBC (or 0xBA5BBC) is known color: Fuchsia. HEX triplet: BA, 5B and BC. RGB value is (186,91,188). Sum of RGB (Red+Green+Blue) = 186+91+188=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA5BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BBC is #45A443. Grayscale: #828282. Windows color (decimal): -4564036 or 12344250. OLE color: 12344250.
HSL color Cylindrical-coordinate representation of color #BA5BBC: hue angle of 298.76º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5BBC is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 91 | 188 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.26 |
| HSL | 298.76º | 0.42% | 0.55% | - |
| HSV(B) | 298.76º | 0.52% | 0.74% | - |
| XYZ | 33.07 | 21.55 | 49.99 | - |
| YUV | 130.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 188 | 0.01 | 0.52 | 0 | 0.26 | 298.76 | 0.42 | 0.55 |
| Hex | BA | 5B | BC | 1 | 34 | 0 | 1A | 12B | 2A | 37 |
| Octal | 272 | 133 | 274 | 1 | 64 | 0 | 32 | 453 | 52 | 67 |
| Binary | 10111010 | 1011011 | 10111100 | 1 | 110100 | 0 | 11010 | 100101011 | 101010 | 110111 |
Color Harmonies of #BA5BBC
Complementary color
Monochromatic Colors of #BA5BBC
Black with #BA5BBC
Text Example
Text Example
White with #BA5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BBC; }
p { color: rgb(186,91,188); }
H1.HeaderClassName
{
color: #BA5BBC;
}
.AnyTagClassName
{
color: #BA5BBC;
}
</style>
background-color css
<style>
a { background-color: #BA5BBC; }
a { background-color: rgb(186,91,188); }
div.DivClassName
{
background-color: #BA5BBC;
}
.BgClassName
{
background-color: #BA5BBC;
}
</style>
border-color css
<style>
span { border-color: #BA5BBC; }
span { border-color: rgb(186,91,188); }
td.TdClassName
{
border-color: #BA5BBC;
}
.TagClassName
{
border-color: #BA5BBC;
}
</style>