Shades of Fuchsia #BC2DB3
Tints of Fuchsia #BC2DB3
RGB
CMYK
RGB Variations
Color information
#BC2DB3 (or 0xBC2DB3) is known color: Fuchsia. HEX triplet: BC, 2D and B3. RGB value is (188,45,179). Sum of RGB (Red+Green+Blue) = 188+45+179=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DB3 is #43D24C. Grayscale: #666666. Windows color (decimal): -4444749 or 11742652. OLE color: 11742652.
HSL color Cylindrical-coordinate representation of color #BC2DB3: hue angle of 303.78º 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 #BC2DB3 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 179 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.26 |
| HSL | 303.78º | 0.61% | 0.46% | - |
| HSV(B) | 303.78º | 0.76% | 0.74% | - |
| XYZ | 29.81 | 15.82 | 44.13 | - |
| YUV | 103.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 179 | 0 | 0.76 | 0.05 | 0.26 | 303.78 | 0.61 | 0.46 |
| Hex | BC | 2D | B3 | 0 | 4C | 5 | 1A | 130 | 3D | 2E |
| Octal | 274 | 55 | 263 | 0 | 114 | 5 | 32 | 460 | 75 | 56 |
| Binary | 10111100 | 101101 | 10110011 | 0 | 1001100 | 101 | 11010 | 100110000 | 111101 | 101110 |
Color Harmonies of #BC2DB3
Complementary color
Monochromatic Colors of #BC2DB3
Black with #BC2DB3
Text Example
Text Example
White with #BC2DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DB3; }
p { color: rgb(188,45,179); }
H1.HeaderClassName
{
color: #BC2DB3;
}
.AnyTagClassName
{
color: #BC2DB3;
}
</style>
background-color css
<style>
a { background-color: #BC2DB3; }
a { background-color: rgb(188,45,179); }
div.DivClassName
{
background-color: #BC2DB3;
}
.BgClassName
{
background-color: #BC2DB3;
}
</style>
border-color css
<style>
span { border-color: #BC2DB3; }
span { border-color: rgb(188,45,179); }
td.TdClassName
{
border-color: #BC2DB3;
}
.TagClassName
{
border-color: #BC2DB3;
}
</style>