Shades of Fuchsia #BC2BB6
Tints of Fuchsia #BC2BB6
RGB
CMYK
RGB Variations
Color information
#BC2BB6 (or 0xBC2BB6) is known color: Fuchsia. HEX triplet: BC, 2B and B6. RGB value is (188,43,182). Sum of RGB (Red+Green+Blue) = 188+43+182=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BB6 is #43D449. Grayscale: #656565. Windows color (decimal): -4445258 or 11938748. OLE color: 11938748.
HSL color Cylindrical-coordinate representation of color #BC2BB6: hue angle of 302.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2BB6 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 182 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.26 |
| HSL | 302.48º | 0.63% | 0.45% | - |
| HSV(B) | 302.48º | 0.77% | 0.74% | - |
| XYZ | 30.05 | 15.8 | 45.72 | - |
| YUV | 102.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 182 | 0 | 0.77 | 0.03 | 0.26 | 302.48 | 0.63 | 0.45 |
| Hex | BC | 2B | B6 | 0 | 4D | 3 | 1A | 12E | 3F | 2D |
| Octal | 274 | 53 | 266 | 0 | 115 | 3 | 32 | 456 | 77 | 55 |
| Binary | 10111100 | 101011 | 10110110 | 0 | 1001101 | 11 | 11010 | 100101110 | 111111 | 101101 |
Color Harmonies of #BC2BB6
Complementary color
Monochromatic Colors of #BC2BB6
Black with #BC2BB6
Text Example
Text Example
White with #BC2BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BB6; }
p { color: rgb(188,43,182); }
H1.HeaderClassName
{
color: #BC2BB6;
}
.AnyTagClassName
{
color: #BC2BB6;
}
</style>
background-color css
<style>
a { background-color: #BC2BB6; }
a { background-color: rgb(188,43,182); }
div.DivClassName
{
background-color: #BC2BB6;
}
.BgClassName
{
background-color: #BC2BB6;
}
</style>
border-color css
<style>
span { border-color: #BC2BB6; }
span { border-color: rgb(188,43,182); }
td.TdClassName
{
border-color: #BC2BB6;
}
.TagClassName
{
border-color: #BC2BB6;
}
</style>