Shades of Fuchsia #BC42AC
Tints of Fuchsia #BC42AC
RGB
CMYK
RGB Variations
Color information
#BC42AC (or 0xBC42AC) is known color: Fuchsia. HEX triplet: BC, 42 and AC. RGB value is (188,66,172). Sum of RGB (Red+Green+Blue) = 188+66+172=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC42AC is #43BD53. Grayscale: #727272. Windows color (decimal): -4439380 or 11289276. OLE color: 11289276.
HSL color Cylindrical-coordinate representation of color #BC42AC: hue angle of 307.87º degrees, saturation: 0.48, 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 #BC42AC is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 172 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.26 |
| HSL | 307.87º | 0.48% | 0.5% | - |
| HSV(B) | 307.87º | 0.65% | 0.74% | - |
| XYZ | 30.13 | 17.57 | 40.83 | - |
| YUV | 114.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 172 | 0 | 0.65 | 0.09 | 0.26 | 307.87 | 0.48 | 0.5 |
| Hex | BC | 42 | AC | 0 | 41 | 9 | 1A | 134 | 30 | 32 |
| Octal | 274 | 102 | 254 | 0 | 101 | 11 | 32 | 464 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10101100 | 0 | 1000001 | 1001 | 11010 | 100110100 | 110000 | 110010 |
Color Harmonies of #BC42AC
Complementary color
Monochromatic Colors of #BC42AC
Black with #BC42AC
Text Example
Text Example
White with #BC42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42AC; }
p { color: rgb(188,66,172); }
H1.HeaderClassName
{
color: #BC42AC;
}
.AnyTagClassName
{
color: #BC42AC;
}
</style>
background-color css
<style>
a { background-color: #BC42AC; }
a { background-color: rgb(188,66,172); }
div.DivClassName
{
background-color: #BC42AC;
}
.BgClassName
{
background-color: #BC42AC;
}
</style>
border-color css
<style>
span { border-color: #BC42AC; }
span { border-color: rgb(188,66,172); }
td.TdClassName
{
border-color: #BC42AC;
}
.TagClassName
{
border-color: #BC42AC;
}
</style>