Shades of Fuchsia #BC29B3
Tints of Fuchsia #BC29B3
RGB
CMYK
RGB Variations
Color information
#BC29B3 (or 0xBC29B3) is known color: Fuchsia. HEX triplet: BC, 29 and B3. RGB value is (188,41,179). Sum of RGB (Red+Green+Blue) = 188+41+179=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC29B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29B3 is #43D64C. Grayscale: #646464. Windows color (decimal): -4445773 or 11741628. OLE color: 11741628.
HSL color Cylindrical-coordinate representation of color #BC29B3: hue angle of 303.67º 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 #BC29B3 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 179 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.26 |
| HSL | 303.67º | 0.64% | 0.45% | - |
| HSV(B) | 303.67º | 0.78% | 0.74% | - |
| XYZ | 29.67 | 15.53 | 44.08 | - |
| YUV | 100.69 | 172.2 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 179 | 0 | 0.78 | 0.05 | 0.26 | 303.67 | 0.64 | 0.45 |
| Hex | BC | 29 | B3 | 0 | 4E | 5 | 1A | 130 | 40 | 2D |
| Octal | 274 | 51 | 263 | 0 | 116 | 5 | 32 | 460 | 100 | 55 |
| Binary | 10111100 | 101001 | 10110011 | 0 | 1001110 | 101 | 11010 | 100110000 | 1000000 | 101101 |
Color Harmonies of #BC29B3
Complementary color
Monochromatic Colors of #BC29B3
Black with #BC29B3
Text Example
Text Example
White with #BC29B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC29B3; }
p { color: rgb(188,41,179); }
H1.HeaderClassName
{
color: #BC29B3;
}
.AnyTagClassName
{
color: #BC29B3;
}
</style>
background-color css
<style>
a { background-color: #BC29B3; }
a { background-color: rgb(188,41,179); }
div.DivClassName
{
background-color: #BC29B3;
}
.BgClassName
{
background-color: #BC29B3;
}
</style>
border-color css
<style>
span { border-color: #BC29B3; }
span { border-color: rgb(188,41,179); }
td.TdClassName
{
border-color: #BC29B3;
}
.TagClassName
{
border-color: #BC29B3;
}
</style>