Shades of Fuchsia #BC2CB3
Tints of Fuchsia #BC2CB3
RGB
CMYK
RGB Variations
Color information
#BC2CB3 (or 0xBC2CB3) is known color: Fuchsia. HEX triplet: BC, 2C and B3. RGB value is (188,44,179). Sum of RGB (Red+Green+Blue) = 188+44+179=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CB3 is #43D34C. Grayscale: #666666. Windows color (decimal): -4445005 or 11742396. OLE color: 11742396.
HSL color Cylindrical-coordinate representation of color #BC2CB3: hue angle of 303.75º degrees, saturation: 0.62, 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 #BC2CB3 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 179 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.26 |
| HSL | 303.75º | 0.62% | 0.45% | - |
| HSV(B) | 303.75º | 0.77% | 0.74% | - |
| XYZ | 29.78 | 15.75 | 44.12 | - |
| YUV | 102.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 179 | 0 | 0.77 | 0.05 | 0.26 | 303.75 | 0.62 | 0.45 |
| Hex | BC | 2C | B3 | 0 | 4D | 5 | 1A | 130 | 3E | 2D |
| Octal | 274 | 54 | 263 | 0 | 115 | 5 | 32 | 460 | 76 | 55 |
| Binary | 10111100 | 101100 | 10110011 | 0 | 1001101 | 101 | 11010 | 100110000 | 111110 | 101101 |
Color Harmonies of #BC2CB3
Complementary color
Monochromatic Colors of #BC2CB3
Black with #BC2CB3
Text Example
Text Example
White with #BC2CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CB3; }
p { color: rgb(188,44,179); }
H1.HeaderClassName
{
color: #BC2CB3;
}
.AnyTagClassName
{
color: #BC2CB3;
}
</style>
background-color css
<style>
a { background-color: #BC2CB3; }
a { background-color: rgb(188,44,179); }
div.DivClassName
{
background-color: #BC2CB3;
}
.BgClassName
{
background-color: #BC2CB3;
}
</style>
border-color css
<style>
span { border-color: #BC2CB3; }
span { border-color: rgb(188,44,179); }
td.TdClassName
{
border-color: #BC2CB3;
}
.TagClassName
{
border-color: #BC2CB3;
}
</style>