Shades of Fuchsia #BC48C8
Tints of Fuchsia #BC48C8
RGB
CMYK
RGB Variations
Color information
#BC48C8 (or 0xBC48C8) is known color: Fuchsia. HEX triplet: BC, 48 and C8. RGB value is (188,72,200). Sum of RGB (Red+Green+Blue) = 188+72+200=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC48C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48C8 is #43B737. Grayscale: #787878. Windows color (decimal): -4437816 or 13125820. OLE color: 13125820.
HSL color Cylindrical-coordinate representation of color #BC48C8: hue angle of 294.38º degrees, saturation: 0.54, 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 #BC48C8 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 72 | 200 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.22 |
| HSL | 294.38º | 0.54% | 0.53% | - |
| HSV(B) | 294.38º | 0.64% | 0.78% | - |
| XYZ | 33.48 | 19.5 | 56.64 | - |
| YUV | 121.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 200 | 0.06 | 0.64 | 0 | 0.22 | 294.38 | 0.54 | 0.53 |
| Hex | BC | 48 | C8 | 6 | 40 | 0 | 16 | 126 | 36 | 35 |
| Octal | 274 | 110 | 310 | 6 | 100 | 0 | 26 | 446 | 66 | 65 |
| Binary | 10111100 | 1001000 | 11001000 | 110 | 1000000 | 0 | 10110 | 100100110 | 110110 | 110101 |
Color Harmonies of #BC48C8
Complementary color
Monochromatic Colors of #BC48C8
Black with #BC48C8
Text Example
Text Example
White with #BC48C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48C8; }
p { color: rgb(188,72,200); }
H1.HeaderClassName
{
color: #BC48C8;
}
.AnyTagClassName
{
color: #BC48C8;
}
</style>
background-color css
<style>
a { background-color: #BC48C8; }
a { background-color: rgb(188,72,200); }
div.DivClassName
{
background-color: #BC48C8;
}
.BgClassName
{
background-color: #BC48C8;
}
</style>
border-color css
<style>
span { border-color: #BC48C8; }
span { border-color: rgb(188,72,200); }
td.TdClassName
{
border-color: #BC48C8;
}
.TagClassName
{
border-color: #BC48C8;
}
</style>