Shades of Fuchsia #BC49B4
Tints of Fuchsia #BC49B4
RGB
CMYK
RGB Variations
Color information
#BC49B4 (or 0xBC49B4) is known color: Fuchsia. HEX triplet: BC, 49 and B4. RGB value is (188,73,180). Sum of RGB (Red+Green+Blue) = 188+73+180=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49B4 is #43B64B. Grayscale: #777777. Windows color (decimal): -4437580 or 11815356. OLE color: 11815356.
HSL color Cylindrical-coordinate representation of color #BC49B4: hue angle of 304.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC49B4 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 180 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.26 |
| HSL | 304.17º | 0.46% | 0.51% | - |
| HSV(B) | 304.17º | 0.61% | 0.74% | - |
| XYZ | 31.36 | 18.75 | 45.15 | - |
| YUV | 119.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 180 | 0 | 0.61 | 0.04 | 0.26 | 304.17 | 0.46 | 0.51 |
| Hex | BC | 49 | B4 | 0 | 3D | 4 | 1A | 130 | 2E | 33 |
| Octal | 274 | 111 | 264 | 0 | 75 | 4 | 32 | 460 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10110100 | 0 | 111101 | 100 | 11010 | 100110000 | 101110 | 110011 |
Color Harmonies of #BC49B4
Complementary color
Monochromatic Colors of #BC49B4
Black with #BC49B4
Text Example
Text Example
White with #BC49B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49B4; }
p { color: rgb(188,73,180); }
H1.HeaderClassName
{
color: #BC49B4;
}
.AnyTagClassName
{
color: #BC49B4;
}
</style>
background-color css
<style>
a { background-color: #BC49B4; }
a { background-color: rgb(188,73,180); }
div.DivClassName
{
background-color: #BC49B4;
}
.BgClassName
{
background-color: #BC49B4;
}
</style>
border-color css
<style>
span { border-color: #BC49B4; }
span { border-color: rgb(188,73,180); }
td.TdClassName
{
border-color: #BC49B4;
}
.TagClassName
{
border-color: #BC49B4;
}
</style>