Shades of Fuchsia #BC2DBB
Tints of Fuchsia #BC2DBB
RGB
CMYK
RGB Variations
Color information
#BC2DBB (or 0xBC2DBB) is known color: Fuchsia. HEX triplet: BC, 2D and BB. RGB value is (188,45,187). Sum of RGB (Red+Green+Blue) = 188+45+187=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DBB is #43D244. Grayscale: #676767. Windows color (decimal): -4444741 or 12266940. OLE color: 12266940.
HSL color Cylindrical-coordinate representation of color #BC2DBB: hue angle of 300.42º 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 #BC2DBB is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 187 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.26 |
| HSL | 300.42º | 0.61% | 0.46% | - |
| HSV(B) | 300.42º | 0.76% | 0.74% | - |
| XYZ | 30.65 | 16.16 | 48.52 | - |
| YUV | 103.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 187 | 0 | 0.76 | 0.01 | 0.26 | 300.42 | 0.61 | 0.46 |
| Hex | BC | 2D | BB | 0 | 4C | 1 | 1A | 12C | 3D | 2E |
| Octal | 274 | 55 | 273 | 0 | 114 | 1 | 32 | 454 | 75 | 56 |
| Binary | 10111100 | 101101 | 10111011 | 0 | 1001100 | 1 | 11010 | 100101100 | 111101 | 101110 |
Color Harmonies of #BC2DBB
Complementary color
Monochromatic Colors of #BC2DBB
Black with #BC2DBB
Text Example
Text Example
White with #BC2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DBB; }
p { color: rgb(188,45,187); }
H1.HeaderClassName
{
color: #BC2DBB;
}
.AnyTagClassName
{
color: #BC2DBB;
}
</style>
background-color css
<style>
a { background-color: #BC2DBB; }
a { background-color: rgb(188,45,187); }
div.DivClassName
{
background-color: #BC2DBB;
}
.BgClassName
{
background-color: #BC2DBB;
}
</style>
border-color css
<style>
span { border-color: #BC2DBB; }
span { border-color: rgb(188,45,187); }
td.TdClassName
{
border-color: #BC2DBB;
}
.TagClassName
{
border-color: #BC2DBB;
}
</style>