Shades of Fuchsia #BC46C4
Tints of Fuchsia #BC46C4
RGB
CMYK
RGB Variations
Color information
#BC46C4 (or 0xBC46C4) is known color: Fuchsia. HEX triplet: BC, 46 and C4. RGB value is (188,70,196). Sum of RGB (Red+Green+Blue) = 188+70+196=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC46C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46C4 is #43B93B. Grayscale: #777777. Windows color (decimal): -4438332 or 12863164. OLE color: 12863164.
HSL color Cylindrical-coordinate representation of color #BC46C4: hue angle of 296.19º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC46C4 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 70 | 196 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.23 |
| HSL | 296.19º | 0.52% | 0.52% | - |
| HSV(B) | 296.19º | 0.64% | 0.77% | - |
| XYZ | 32.89 | 19.06 | 54.17 | - |
| YUV | 119.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 196 | 0.04 | 0.64 | 0 | 0.23 | 296.19 | 0.52 | 0.52 |
| Hex | BC | 46 | C4 | 4 | 40 | 0 | 17 | 128 | 34 | 34 |
| Octal | 274 | 106 | 304 | 4 | 100 | 0 | 27 | 450 | 64 | 64 |
| Binary | 10111100 | 1000110 | 11000100 | 100 | 1000000 | 0 | 10111 | 100101000 | 110100 | 110100 |
Color Harmonies of #BC46C4
Complementary color
Monochromatic Colors of #BC46C4
Black with #BC46C4
Text Example
Text Example
White with #BC46C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46C4; }
p { color: rgb(188,70,196); }
H1.HeaderClassName
{
color: #BC46C4;
}
.AnyTagClassName
{
color: #BC46C4;
}
</style>
background-color css
<style>
a { background-color: #BC46C4; }
a { background-color: rgb(188,70,196); }
div.DivClassName
{
background-color: #BC46C4;
}
.BgClassName
{
background-color: #BC46C4;
}
</style>
border-color css
<style>
span { border-color: #BC46C4; }
span { border-color: rgb(188,70,196); }
td.TdClassName
{
border-color: #BC46C4;
}
.TagClassName
{
border-color: #BC46C4;
}
</style>