Shades of Fuchsia #BC5FA7
Tints of Fuchsia #BC5FA7
RGB
CMYK
RGB Variations
Color information
#BC5FA7 (or 0xBC5FA7) is known color: Fuchsia. HEX triplet: BC, 5F and A7. RGB value is (188,95,167). Sum of RGB (Red+Green+Blue) = 188+95+167=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5FA7 is #43A058. Grayscale: #828282. Windows color (decimal): -4431961 or 10969020. OLE color: 10969020.
HSL color Cylindrical-coordinate representation of color #BC5FA7: hue angle of 313.55º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC5FA7 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 95 | 167 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.26 |
| HSL | 313.55º | 0.41% | 0.55% | - |
| HSV(B) | 313.55º | 0.49% | 0.74% | - |
| XYZ | 31.81 | 21.67 | 39.06 | - |
| YUV | 131.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 167 | 0 | 0.49 | 0.11 | 0.26 | 313.55 | 0.41 | 0.55 |
| Hex | BC | 5F | A7 | 0 | 31 | B | 1A | 13A | 29 | 37 |
| Octal | 274 | 137 | 247 | 0 | 61 | 13 | 32 | 472 | 51 | 67 |
| Binary | 10111100 | 1011111 | 10100111 | 0 | 110001 | 1011 | 11010 | 100111010 | 101001 | 110111 |
Color Harmonies of #BC5FA7
Complementary color
Monochromatic Colors of #BC5FA7
Black with #BC5FA7
Text Example
Text Example
White with #BC5FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FA7; }
p { color: rgb(188,95,167); }
H1.HeaderClassName
{
color: #BC5FA7;
}
.AnyTagClassName
{
color: #BC5FA7;
}
</style>
background-color css
<style>
a { background-color: #BC5FA7; }
a { background-color: rgb(188,95,167); }
div.DivClassName
{
background-color: #BC5FA7;
}
.BgClassName
{
background-color: #BC5FA7;
}
</style>
border-color css
<style>
span { border-color: #BC5FA7; }
span { border-color: rgb(188,95,167); }
td.TdClassName
{
border-color: #BC5FA7;
}
.TagClassName
{
border-color: #BC5FA7;
}
</style>