Shades of Fuchsia #BC41AF
Tints of Fuchsia #BC41AF
RGB
CMYK
RGB Variations
Color information
#BC41AF (or 0xBC41AF) is known color: Fuchsia. HEX triplet: BC, 41 and AF. RGB value is (188,65,175). Sum of RGB (Red+Green+Blue) = 188+65+175=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41AF is #43BE50. Grayscale: #727272. Windows color (decimal): -4439633 or 11485628. OLE color: 11485628.
HSL color Cylindrical-coordinate representation of color #BC41AF: hue angle of 306.34º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC41AF is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 175 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.26 |
| HSL | 306.34º | 0.49% | 0.5% | - |
| HSV(B) | 306.34º | 0.65% | 0.74% | - |
| XYZ | 30.37 | 17.57 | 42.35 | - |
| YUV | 114.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 175 | 0 | 0.65 | 0.07 | 0.26 | 306.34 | 0.49 | 0.5 |
| Hex | BC | 41 | AF | 0 | 41 | 7 | 1A | 132 | 31 | 32 |
| Octal | 274 | 101 | 257 | 0 | 101 | 7 | 32 | 462 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10101111 | 0 | 1000001 | 111 | 11010 | 100110010 | 110001 | 110010 |
Color Harmonies of #BC41AF
Complementary color
Monochromatic Colors of #BC41AF
Black with #BC41AF
Text Example
Text Example
White with #BC41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC41AF; }
p { color: rgb(188,65,175); }
H1.HeaderClassName
{
color: #BC41AF;
}
.AnyTagClassName
{
color: #BC41AF;
}
</style>
background-color css
<style>
a { background-color: #BC41AF; }
a { background-color: rgb(188,65,175); }
div.DivClassName
{
background-color: #BC41AF;
}
.BgClassName
{
background-color: #BC41AF;
}
</style>
border-color css
<style>
span { border-color: #BC41AF; }
span { border-color: rgb(188,65,175); }
td.TdClassName
{
border-color: #BC41AF;
}
.TagClassName
{
border-color: #BC41AF;
}
</style>