Shades of Fuchsia #BC2DB4
Tints of Fuchsia #BC2DB4
RGB
CMYK
RGB Variations
Color information
#BC2DB4 (or 0xBC2DB4) is known color: Fuchsia. HEX triplet: BC, 2D and B4. RGB value is (188,45,180). Sum of RGB (Red+Green+Blue) = 188+45+180=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DB4 is #43D24B. Grayscale: #666666. Windows color (decimal): -4444748 or 11808188. OLE color: 11808188.
HSL color Cylindrical-coordinate representation of color #BC2DB4: hue angle of 303.36º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2DB4 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 180 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.26 |
| HSL | 303.36º | 0.61% | 0.46% | - |
| HSV(B) | 303.36º | 0.76% | 0.74% | - |
| XYZ | 29.92 | 15.86 | 44.67 | - |
| YUV | 103.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 180 | 0 | 0.76 | 0.04 | 0.26 | 303.36 | 0.61 | 0.46 |
| Hex | BC | 2D | B4 | 0 | 4C | 4 | 1A | 12F | 3D | 2E |
| Octal | 274 | 55 | 264 | 0 | 114 | 4 | 32 | 457 | 75 | 56 |
| Binary | 10111100 | 101101 | 10110100 | 0 | 1001100 | 100 | 11010 | 100101111 | 111101 | 101110 |
Color Harmonies of #BC2DB4
Complementary color
Monochromatic Colors of #BC2DB4
Black with #BC2DB4
Text Example
Text Example
White with #BC2DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DB4; }
p { color: rgb(188,45,180); }
H1.HeaderClassName
{
color: #BC2DB4;
}
.AnyTagClassName
{
color: #BC2DB4;
}
</style>
background-color css
<style>
a { background-color: #BC2DB4; }
a { background-color: rgb(188,45,180); }
div.DivClassName
{
background-color: #BC2DB4;
}
.BgClassName
{
background-color: #BC2DB4;
}
</style>
border-color css
<style>
span { border-color: #BC2DB4; }
span { border-color: rgb(188,45,180); }
td.TdClassName
{
border-color: #BC2DB4;
}
.TagClassName
{
border-color: #BC2DB4;
}
</style>