Shades of Fuchsia #BC48BD
Tints of Fuchsia #BC48BD
RGB
CMYK
RGB Variations
Color information
#BC48BD (or 0xBC48BD) is known color: Fuchsia. HEX triplet: BC, 48 and BD. RGB value is (188,72,189). Sum of RGB (Red+Green+Blue) = 188+72+189=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC48BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48BD is #43B742. Grayscale: #777777. Windows color (decimal): -4437827 or 12404924. OLE color: 12404924.
HSL color Cylindrical-coordinate representation of color #BC48BD: hue angle of 299.49º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC48BD is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 189 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.26 |
| HSL | 299.49º | 0.47% | 0.51% | - |
| HSV(B) | 299.49º | 0.62% | 0.74% | - |
| XYZ | 32.24 | 19 | 50.11 | - |
| YUV | 120.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 189 | 0.01 | 0.62 | 0 | 0.26 | 299.49 | 0.47 | 0.51 |
| Hex | BC | 48 | BD | 1 | 3E | 0 | 1A | 12B | 2F | 33 |
| Octal | 274 | 110 | 275 | 1 | 76 | 0 | 32 | 453 | 57 | 63 |
| Binary | 10111100 | 1001000 | 10111101 | 1 | 111110 | 0 | 11010 | 100101011 | 101111 | 110011 |
Color Harmonies of #BC48BD
Complementary color
Monochromatic Colors of #BC48BD
Black with #BC48BD
Text Example
Text Example
White with #BC48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48BD; }
p { color: rgb(188,72,189); }
H1.HeaderClassName
{
color: #BC48BD;
}
.AnyTagClassName
{
color: #BC48BD;
}
</style>
background-color css
<style>
a { background-color: #BC48BD; }
a { background-color: rgb(188,72,189); }
div.DivClassName
{
background-color: #BC48BD;
}
.BgClassName
{
background-color: #BC48BD;
}
</style>
border-color css
<style>
span { border-color: #BC48BD; }
span { border-color: rgb(188,72,189); }
td.TdClassName
{
border-color: #BC48BD;
}
.TagClassName
{
border-color: #BC48BD;
}
</style>