Shades of Fuchsia #BC5ABB
Tints of Fuchsia #BC5ABB
RGB
CMYK
RGB Variations
Color information
#BC5ABB (or 0xBC5ABB) is known color: Fuchsia. HEX triplet: BC, 5A and BB. RGB value is (188,90,187). Sum of RGB (Red+Green+Blue) = 188+90+187=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ABB is #43A544. Grayscale: #828282. Windows color (decimal): -4433221 or 12278460. OLE color: 12278460.
HSL color Cylindrical-coordinate representation of color #BC5ABB: hue angle of 300.61º 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 #BC5ABB is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 187 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.26 |
| HSL | 300.61º | 0.42% | 0.55% | - |
| HSV(B) | 300.61º | 0.52% | 0.74% | - |
| XYZ | 33.36 | 21.59 | 49.42 | - |
| YUV | 130.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 187 | 0 | 0.52 | 0.01 | 0.26 | 300.61 | 0.42 | 0.55 |
| Hex | BC | 5A | BB | 0 | 34 | 1 | 1A | 12D | 2A | 37 |
| Octal | 274 | 132 | 273 | 0 | 64 | 1 | 32 | 455 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10111011 | 0 | 110100 | 1 | 11010 | 100101101 | 101010 | 110111 |
Color Harmonies of #BC5ABB
Complementary color
Monochromatic Colors of #BC5ABB
Black with #BC5ABB
Text Example
Text Example
White with #BC5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5ABB; }
p { color: rgb(188,90,187); }
H1.HeaderClassName
{
color: #BC5ABB;
}
.AnyTagClassName
{
color: #BC5ABB;
}
</style>
background-color css
<style>
a { background-color: #BC5ABB; }
a { background-color: rgb(188,90,187); }
div.DivClassName
{
background-color: #BC5ABB;
}
.BgClassName
{
background-color: #BC5ABB;
}
</style>
border-color css
<style>
span { border-color: #BC5ABB; }
span { border-color: rgb(188,90,187); }
td.TdClassName
{
border-color: #BC5ABB;
}
.TagClassName
{
border-color: #BC5ABB;
}
</style>