Shades of Fuchsia #BC4FBC
Tints of Fuchsia #BC4FBC
RGB
CMYK
RGB Variations
Color information
#BC4FBC (or 0xBC4FBC) is known color: Fuchsia. HEX triplet: BC, 4F and BC. RGB value is (188,79,188). Sum of RGB (Red+Green+Blue) = 188+79+188=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC4FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FBC is #43B043. Grayscale: #7B7B7B. Windows color (decimal): -4436036 or 12341180. OLE color: 12341180.
HSL color Cylindrical-coordinate representation of color #BC4FBC: hue angle of 300º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4FBC is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 188 | - |
| CMYK | 0 | 0.58 | 0 | 0.26 |
| HSL | 300º | 0.45% | 0.52% | - |
| HSV(B) | 300º | 0.58% | 0.74% | - |
| XYZ | 32.61 | 19.91 | 49.7 | - |
| YUV | 124.02 | 164.11 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 188 | 0 | 0.58 | 0 | 0.26 | 300 | 0.45 | 0.52 |
| Hex | BC | 4F | BC | 0 | 3A | 0 | 1A | 12C | 2D | 34 |
| Octal | 274 | 117 | 274 | 0 | 72 | 0 | 32 | 454 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10111100 | 0 | 111010 | 0 | 11010 | 100101100 | 101101 | 110100 |
Color Harmonies of #BC4FBC
Complementary color
Monochromatic Colors of #BC4FBC
Black with #BC4FBC
Text Example
Text Example
White with #BC4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FBC; }
p { color: rgb(188,79,188); }
H1.HeaderClassName
{
color: #BC4FBC;
}
.AnyTagClassName
{
color: #BC4FBC;
}
</style>
background-color css
<style>
a { background-color: #BC4FBC; }
a { background-color: rgb(188,79,188); }
div.DivClassName
{
background-color: #BC4FBC;
}
.BgClassName
{
background-color: #BC4FBC;
}
</style>
border-color css
<style>
span { border-color: #BC4FBC; }
span { border-color: rgb(188,79,188); }
td.TdClassName
{
border-color: #BC4FBC;
}
.TagClassName
{
border-color: #BC4FBC;
}
</style>