Shades of Fuchsia #BC3ABC
Tints of Fuchsia #BC3ABC
RGB
CMYK
RGB Variations
Color information
#BC3ABC (or 0xBC3ABC) is known color: Fuchsia. HEX triplet: BC, 3A and BC. RGB value is (188,58,188). Sum of RGB (Red+Green+Blue) = 188+58+188=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC3ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ABC is #43C543. Grayscale: #6F6F6F. Windows color (decimal): -4441412 or 12335804. OLE color: 12335804.
HSL color Cylindrical-coordinate representation of color #BC3ABC: hue angle of 300º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3ABC is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 188 | - |
| CMYK | 0 | 0.69 | 0 | 0.26 |
| HSL | 300º | 0.53% | 0.48% | - |
| HSV(B) | 300º | 0.69% | 0.74% | - |
| XYZ | 31.33 | 17.35 | 49.27 | - |
| YUV | 111.69 | 171.07 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 188 | 0 | 0.69 | 0 | 0.26 | 300 | 0.53 | 0.48 |
| Hex | BC | 3A | BC | 0 | 45 | 0 | 1A | 12C | 35 | 30 |
| Octal | 274 | 72 | 274 | 0 | 105 | 0 | 32 | 454 | 65 | 60 |
| Binary | 10111100 | 111010 | 10111100 | 0 | 1000101 | 0 | 11010 | 100101100 | 110101 | 110000 |
Color Harmonies of #BC3ABC
Complementary color
Monochromatic Colors of #BC3ABC
Black with #BC3ABC
Text Example
Text Example
White with #BC3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ABC; }
p { color: rgb(188,58,188); }
H1.HeaderClassName
{
color: #BC3ABC;
}
.AnyTagClassName
{
color: #BC3ABC;
}
</style>
background-color css
<style>
a { background-color: #BC3ABC; }
a { background-color: rgb(188,58,188); }
div.DivClassName
{
background-color: #BC3ABC;
}
.BgClassName
{
background-color: #BC3ABC;
}
</style>
border-color css
<style>
span { border-color: #BC3ABC; }
span { border-color: rgb(188,58,188); }
td.TdClassName
{
border-color: #BC3ABC;
}
.TagClassName
{
border-color: #BC3ABC;
}
</style>