Shades of Fuchsia #BC5ABA
Tints of Fuchsia #BC5ABA
RGB
CMYK
RGB Variations
Color information
#BC5ABA (or 0xBC5ABA) is known color: Fuchsia. HEX triplet: BC, 5A and BA. RGB value is (188,90,186). Sum of RGB (Red+Green+Blue) = 188+90+186=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ABA is #43A545. Grayscale: #818181. Windows color (decimal): -4433222 or 12212924. OLE color: 12212924.
HSL color Cylindrical-coordinate representation of color #BC5ABA: hue angle of 301.22º 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 #BC5ABA is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 186 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.26 |
| HSL | 301.22º | 0.42% | 0.55% | - |
| HSV(B) | 301.22º | 0.52% | 0.74% | - |
| XYZ | 33.26 | 21.55 | 48.86 | - |
| YUV | 130.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 186 | 0 | 0.52 | 0.01 | 0.26 | 301.22 | 0.42 | 0.55 |
| Hex | BC | 5A | BA | 0 | 34 | 1 | 1A | 12D | 2A | 37 |
| Octal | 274 | 132 | 272 | 0 | 64 | 1 | 32 | 455 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10111010 | 0 | 110100 | 1 | 11010 | 100101101 | 101010 | 110111 |
Color Harmonies of #BC5ABA
Complementary color
Monochromatic Colors of #BC5ABA
Black with #BC5ABA
Text Example
Text Example
White with #BC5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5ABA; }
p { color: rgb(188,90,186); }
H1.HeaderClassName
{
color: #BC5ABA;
}
.AnyTagClassName
{
color: #BC5ABA;
}
</style>
background-color css
<style>
a { background-color: #BC5ABA; }
a { background-color: rgb(188,90,186); }
div.DivClassName
{
background-color: #BC5ABA;
}
.BgClassName
{
background-color: #BC5ABA;
}
</style>
border-color css
<style>
span { border-color: #BC5ABA; }
span { border-color: rgb(188,90,186); }
td.TdClassName
{
border-color: #BC5ABA;
}
.TagClassName
{
border-color: #BC5ABA;
}
</style>