Shades of Fuchsia #BC29BD
Tints of Fuchsia #BC29BD
RGB
CMYK
RGB Variations
Color information
#BC29BD (or 0xBC29BD) is known color: Fuchsia. HEX triplet: BC, 29 and BD. RGB value is (188,41,189). Sum of RGB (Red+Green+Blue) = 188+41+189=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC29BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29BD is #43D642. Grayscale: #656565. Windows color (decimal): -4445763 or 12396988. OLE color: 12396988.
HSL color Cylindrical-coordinate representation of color #BC29BD: hue angle of 299.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC29BD is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 189 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.26 |
| HSL | 299.59º | 0.64% | 0.45% | - |
| HSV(B) | 299.59º | 0.78% | 0.74% | - |
| XYZ | 30.72 | 15.95 | 49.6 | - |
| YUV | 101.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 189 | 0.01 | 0.78 | 0 | 0.26 | 299.59 | 0.64 | 0.45 |
| Hex | BC | 29 | BD | 1 | 4E | 0 | 1A | 12C | 40 | 2D |
| Octal | 274 | 51 | 275 | 1 | 116 | 0 | 32 | 454 | 100 | 55 |
| Binary | 10111100 | 101001 | 10111101 | 1 | 1001110 | 0 | 11010 | 100101100 | 1000000 | 101101 |
Color Harmonies of #BC29BD
Complementary color
Monochromatic Colors of #BC29BD
Black with #BC29BD
Text Example
Text Example
White with #BC29BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29BD; }
p { color: rgb(188,41,189); }
H1.HeaderClassName
{
color: #BC29BD;
}
.AnyTagClassName
{
color: #BC29BD;
}
</style>
background-color css
<style>
a { background-color: #BC29BD; }
a { background-color: rgb(188,41,189); }
div.DivClassName
{
background-color: #BC29BD;
}
.BgClassName
{
background-color: #BC29BD;
}
</style>
border-color css
<style>
span { border-color: #BC29BD; }
span { border-color: rgb(188,41,189); }
td.TdClassName
{
border-color: #BC29BD;
}
.TagClassName
{
border-color: #BC29BD;
}
</style>