Shades of Fuchsia #BC48C6
Tints of Fuchsia #BC48C6
RGB
CMYK
RGB Variations
Color information
#BC48C6 (or 0xBC48C6) is known color: Fuchsia. HEX triplet: BC, 48 and C6. RGB value is (188,72,198). Sum of RGB (Red+Green+Blue) = 188+72+198=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC48C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48C6 is #43B739. Grayscale: #787878. Windows color (decimal): -4437818 or 12994748. OLE color: 12994748.
HSL color Cylindrical-coordinate representation of color #BC48C6: hue angle of 295.24º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC48C6 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 72 | 198 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.22 |
| HSL | 295.24º | 0.53% | 0.53% | - |
| HSV(B) | 295.24º | 0.64% | 0.78% | - |
| XYZ | 33.25 | 19.4 | 55.42 | - |
| YUV | 121.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 198 | 0.05 | 0.64 | 0 | 0.22 | 295.24 | 0.53 | 0.53 |
| Hex | BC | 48 | C6 | 5 | 40 | 0 | 16 | 127 | 34 | 35 |
| Octal | 274 | 110 | 306 | 5 | 100 | 0 | 26 | 447 | 64 | 65 |
| Binary | 10111100 | 1001000 | 11000110 | 101 | 1000000 | 0 | 10110 | 100100111 | 110100 | 110101 |
Color Harmonies of #BC48C6
Complementary color
Monochromatic Colors of #BC48C6
Black with #BC48C6
Text Example
Text Example
White with #BC48C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48C6; }
p { color: rgb(188,72,198); }
H1.HeaderClassName
{
color: #BC48C6;
}
.AnyTagClassName
{
color: #BC48C6;
}
</style>
background-color css
<style>
a { background-color: #BC48C6; }
a { background-color: rgb(188,72,198); }
div.DivClassName
{
background-color: #BC48C6;
}
.BgClassName
{
background-color: #BC48C6;
}
</style>
border-color css
<style>
span { border-color: #BC48C6; }
span { border-color: rgb(188,72,198); }
td.TdClassName
{
border-color: #BC48C6;
}
.TagClassName
{
border-color: #BC48C6;
}
</style>