Shades of Fuchsia #BC5AB3
Tints of Fuchsia #BC5AB3
RGB
CMYK
RGB Variations
Color information
#BC5AB3 (or 0xBC5AB3) is known color: Fuchsia. HEX triplet: BC, 5A and B3. RGB value is (188,90,179). Sum of RGB (Red+Green+Blue) = 188+90+179=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AB3 is #43A54C. Grayscale: #818181. Windows color (decimal): -4433229 or 11754172. OLE color: 11754172.
HSL color Cylindrical-coordinate representation of color #BC5AB3: hue angle of 305.51º 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 #BC5AB3 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 179 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.26 |
| HSL | 305.51º | 0.42% | 0.55% | - |
| HSV(B) | 305.51º | 0.52% | 0.74% | - |
| XYZ | 32.53 | 21.26 | 45.04 | - |
| YUV | 129.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 179 | 0 | 0.52 | 0.05 | 0.26 | 305.51 | 0.42 | 0.55 |
| Hex | BC | 5A | B3 | 0 | 34 | 5 | 1A | 132 | 2A | 37 |
| Octal | 274 | 132 | 263 | 0 | 64 | 5 | 32 | 462 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10110011 | 0 | 110100 | 101 | 11010 | 100110010 | 101010 | 110111 |
Color Harmonies of #BC5AB3
Complementary color
Monochromatic Colors of #BC5AB3
Black with #BC5AB3
Text Example
Text Example
White with #BC5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AB3; }
p { color: rgb(188,90,179); }
H1.HeaderClassName
{
color: #BC5AB3;
}
.AnyTagClassName
{
color: #BC5AB3;
}
</style>
background-color css
<style>
a { background-color: #BC5AB3; }
a { background-color: rgb(188,90,179); }
div.DivClassName
{
background-color: #BC5AB3;
}
.BgClassName
{
background-color: #BC5AB3;
}
</style>
border-color css
<style>
span { border-color: #BC5AB3; }
span { border-color: rgb(188,90,179); }
td.TdClassName
{
border-color: #BC5AB3;
}
.TagClassName
{
border-color: #BC5AB3;
}
</style>