Shades of Fuchsia #BC2DB5
Tints of Fuchsia #BC2DB5
RGB
CMYK
RGB Variations
Color information
#BC2DB5 (or 0xBC2DB5) is known color: Fuchsia. HEX triplet: BC, 2D and B5. RGB value is (188,45,181). Sum of RGB (Red+Green+Blue) = 188+45+181=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DB5 is #43D24A. Grayscale: #666666. Windows color (decimal): -4444747 or 11873724. OLE color: 11873724.
HSL color Cylindrical-coordinate representation of color #BC2DB5: hue angle of 302.94º 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 #BC2DB5 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 181 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.26 |
| HSL | 302.94º | 0.61% | 0.46% | - |
| HSV(B) | 302.94º | 0.76% | 0.74% | - |
| XYZ | 30.02 | 15.9 | 45.2 | - |
| YUV | 103.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 181 | 0 | 0.76 | 0.04 | 0.26 | 302.94 | 0.61 | 0.46 |
| Hex | BC | 2D | B5 | 0 | 4C | 4 | 1A | 12F | 3D | 2E |
| Octal | 274 | 55 | 265 | 0 | 114 | 4 | 32 | 457 | 75 | 56 |
| Binary | 10111100 | 101101 | 10110101 | 0 | 1001100 | 100 | 11010 | 100101111 | 111101 | 101110 |
Color Harmonies of #BC2DB5
Complementary color
Monochromatic Colors of #BC2DB5
Black with #BC2DB5
Text Example
Text Example
White with #BC2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DB5; }
p { color: rgb(188,45,181); }
H1.HeaderClassName
{
color: #BC2DB5;
}
.AnyTagClassName
{
color: #BC2DB5;
}
</style>
background-color css
<style>
a { background-color: #BC2DB5; }
a { background-color: rgb(188,45,181); }
div.DivClassName
{
background-color: #BC2DB5;
}
.BgClassName
{
background-color: #BC2DB5;
}
</style>
border-color css
<style>
span { border-color: #BC2DB5; }
span { border-color: rgb(188,45,181); }
td.TdClassName
{
border-color: #BC2DB5;
}
.TagClassName
{
border-color: #BC2DB5;
}
</style>