Shades of Fuchsia #BC30AC
Tints of Fuchsia #BC30AC
RGB
CMYK
RGB Variations
Color information
#BC30AC (or 0xBC30AC) is known color: Fuchsia. HEX triplet: BC, 30 and AC. RGB value is (188,48,172). Sum of RGB (Red+Green+Blue) = 188+48+172=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30AC is #43CF53. Grayscale: #676767. Windows color (decimal): -4443988 or 11284668. OLE color: 11284668.
HSL color Cylindrical-coordinate representation of color #BC30AC: hue angle of 306.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC30AC is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 172 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.26 |
| HSL | 306.86º | 0.59% | 0.46% | - |
| HSV(B) | 306.86º | 0.74% | 0.74% | - |
| XYZ | 29.24 | 15.78 | 40.54 | - |
| YUV | 104 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 172 | 0 | 0.74 | 0.09 | 0.26 | 306.86 | 0.59 | 0.46 |
| Hex | BC | 30 | AC | 0 | 4A | 9 | 1A | 133 | 3B | 2E |
| Octal | 274 | 60 | 254 | 0 | 112 | 11 | 32 | 463 | 73 | 56 |
| Binary | 10111100 | 110000 | 10101100 | 0 | 1001010 | 1001 | 11010 | 100110011 | 111011 | 101110 |
Color Harmonies of #BC30AC
Complementary color
Monochromatic Colors of #BC30AC
Black with #BC30AC
Text Example
Text Example
White with #BC30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30AC; }
p { color: rgb(188,48,172); }
H1.HeaderClassName
{
color: #BC30AC;
}
.AnyTagClassName
{
color: #BC30AC;
}
</style>
background-color css
<style>
a { background-color: #BC30AC; }
a { background-color: rgb(188,48,172); }
div.DivClassName
{
background-color: #BC30AC;
}
.BgClassName
{
background-color: #BC30AC;
}
</style>
border-color css
<style>
span { border-color: #BC30AC; }
span { border-color: rgb(188,48,172); }
td.TdClassName
{
border-color: #BC30AC;
}
.TagClassName
{
border-color: #BC30AC;
}
</style>