Shades of Fuchsia #BC49B5
Tints of Fuchsia #BC49B5
RGB
CMYK
RGB Variations
Color information
#BC49B5 (or 0xBC49B5) is known color: Fuchsia. HEX triplet: BC, 49 and B5. RGB value is (188,73,181). Sum of RGB (Red+Green+Blue) = 188+73+181=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49B5 is #43B64A. Grayscale: #777777. Windows color (decimal): -4437579 or 11880892. OLE color: 11880892.
HSL color Cylindrical-coordinate representation of color #BC49B5: hue angle of 303.65º 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 #BC49B5 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 181 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.26 |
| HSL | 303.65º | 0.46% | 0.51% | - |
| HSV(B) | 303.65º | 0.61% | 0.74% | - |
| XYZ | 31.46 | 18.79 | 45.69 | - |
| YUV | 119.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 181 | 0 | 0.61 | 0.04 | 0.26 | 303.65 | 0.46 | 0.51 |
| Hex | BC | 49 | B5 | 0 | 3D | 4 | 1A | 130 | 2E | 33 |
| Octal | 274 | 111 | 265 | 0 | 75 | 4 | 32 | 460 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10110101 | 0 | 111101 | 100 | 11010 | 100110000 | 101110 | 110011 |
Color Harmonies of #BC49B5
Complementary color
Monochromatic Colors of #BC49B5
Black with #BC49B5
Text Example
Text Example
White with #BC49B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49B5; }
p { color: rgb(188,73,181); }
H1.HeaderClassName
{
color: #BC49B5;
}
.AnyTagClassName
{
color: #BC49B5;
}
</style>
background-color css
<style>
a { background-color: #BC49B5; }
a { background-color: rgb(188,73,181); }
div.DivClassName
{
background-color: #BC49B5;
}
.BgClassName
{
background-color: #BC49B5;
}
</style>
border-color css
<style>
span { border-color: #BC49B5; }
span { border-color: rgb(188,73,181); }
td.TdClassName
{
border-color: #BC49B5;
}
.TagClassName
{
border-color: #BC49B5;
}
</style>