Shades of Fuchsia #BC29B8
Tints of Fuchsia #BC29B8
RGB
CMYK
RGB Variations
Color information
#BC29B8 (or 0xBC29B8) is known color: Fuchsia. HEX triplet: BC, 29 and B8. RGB value is (188,41,184). Sum of RGB (Red+Green+Blue) = 188+41+184=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29B8 is #43D647. Grayscale: #646464. Windows color (decimal): -4445768 or 12069308. OLE color: 12069308.
HSL color Cylindrical-coordinate representation of color #BC29B8: hue angle of 301.63º 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 #BC29B8 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 184 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.26 |
| HSL | 301.63º | 0.64% | 0.45% | - |
| HSV(B) | 301.63º | 0.78% | 0.74% | - |
| XYZ | 30.18 | 15.74 | 46.79 | - |
| YUV | 101.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 184 | 0 | 0.78 | 0.02 | 0.26 | 301.63 | 0.64 | 0.45 |
| Hex | BC | 29 | B8 | 0 | 4E | 2 | 1A | 12E | 40 | 2D |
| Octal | 274 | 51 | 270 | 0 | 116 | 2 | 32 | 456 | 100 | 55 |
| Binary | 10111100 | 101001 | 10111000 | 0 | 1001110 | 10 | 11010 | 100101110 | 1000000 | 101101 |
Color Harmonies of #BC29B8
Complementary color
Monochromatic Colors of #BC29B8
Black with #BC29B8
Text Example
Text Example
White with #BC29B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29B8; }
p { color: rgb(188,41,184); }
H1.HeaderClassName
{
color: #BC29B8;
}
.AnyTagClassName
{
color: #BC29B8;
}
</style>
background-color css
<style>
a { background-color: #BC29B8; }
a { background-color: rgb(188,41,184); }
div.DivClassName
{
background-color: #BC29B8;
}
.BgClassName
{
background-color: #BC29B8;
}
</style>
border-color css
<style>
span { border-color: #BC29B8; }
span { border-color: rgb(188,41,184); }
td.TdClassName
{
border-color: #BC29B8;
}
.TagClassName
{
border-color: #BC29B8;
}
</style>