Shades of Fuchsia #BC5AB7
Tints of Fuchsia #BC5AB7
RGB
CMYK
RGB Variations
Color information
#BC5AB7 (or 0xBC5AB7) is known color: Fuchsia. HEX triplet: BC, 5A and B7. RGB value is (188,90,183). Sum of RGB (Red+Green+Blue) = 188+90+183=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AB7 is #43A548. Grayscale: #818181. Windows color (decimal): -4433225 or 12016316. OLE color: 12016316.
HSL color Cylindrical-coordinate representation of color #BC5AB7: hue angle of 303.06º 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 #BC5AB7 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 183 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.26 |
| HSL | 303.06º | 0.42% | 0.55% | - |
| HSV(B) | 303.06º | 0.52% | 0.74% | - |
| XYZ | 32.94 | 21.42 | 47.2 | - |
| YUV | 129.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 183 | 0 | 0.52 | 0.03 | 0.26 | 303.06 | 0.42 | 0.55 |
| Hex | BC | 5A | B7 | 0 | 34 | 3 | 1A | 12F | 2A | 37 |
| Octal | 274 | 132 | 267 | 0 | 64 | 3 | 32 | 457 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10110111 | 0 | 110100 | 11 | 11010 | 100101111 | 101010 | 110111 |
Color Harmonies of #BC5AB7
Complementary color
Monochromatic Colors of #BC5AB7
Black with #BC5AB7
Text Example
Text Example
White with #BC5AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5AB7; }
p { color: rgb(188,90,183); }
H1.HeaderClassName
{
color: #BC5AB7;
}
.AnyTagClassName
{
color: #BC5AB7;
}
</style>
background-color css
<style>
a { background-color: #BC5AB7; }
a { background-color: rgb(188,90,183); }
div.DivClassName
{
background-color: #BC5AB7;
}
.BgClassName
{
background-color: #BC5AB7;
}
</style>
border-color css
<style>
span { border-color: #BC5AB7; }
span { border-color: rgb(188,90,183); }
td.TdClassName
{
border-color: #BC5AB7;
}
.TagClassName
{
border-color: #BC5AB7;
}
</style>