Shades of Fuchsia #BC3CBB
Tints of Fuchsia #BC3CBB
RGB
CMYK
RGB Variations
Color information
#BC3CBB (or 0xBC3CBB) is known color: Fuchsia. HEX triplet: BC, 3C and BB. RGB value is (188,60,187). Sum of RGB (Red+Green+Blue) = 188+60+187=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CBB is #43C344. Grayscale: #707070. Windows color (decimal): -4440901 or 12270780. OLE color: 12270780.
HSL color Cylindrical-coordinate representation of color #BC3CBB: hue angle of 300.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3CBB is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 187 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.26 |
| HSL | 300.47º | 0.52% | 0.49% | - |
| HSV(B) | 300.47º | 0.68% | 0.74% | - |
| XYZ | 31.32 | 17.51 | 48.74 | - |
| YUV | 112.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 187 | 0 | 0.68 | 0.01 | 0.26 | 300.47 | 0.52 | 0.49 |
| Hex | BC | 3C | BB | 0 | 44 | 1 | 1A | 12C | 34 | 31 |
| Octal | 274 | 74 | 273 | 0 | 104 | 1 | 32 | 454 | 64 | 61 |
| Binary | 10111100 | 111100 | 10111011 | 0 | 1000100 | 1 | 11010 | 100101100 | 110100 | 110001 |
Color Harmonies of #BC3CBB
Complementary color
Monochromatic Colors of #BC3CBB
Black with #BC3CBB
Text Example
Text Example
White with #BC3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CBB; }
p { color: rgb(188,60,187); }
H1.HeaderClassName
{
color: #BC3CBB;
}
.AnyTagClassName
{
color: #BC3CBB;
}
</style>
background-color css
<style>
a { background-color: #BC3CBB; }
a { background-color: rgb(188,60,187); }
div.DivClassName
{
background-color: #BC3CBB;
}
.BgClassName
{
background-color: #BC3CBB;
}
</style>
border-color css
<style>
span { border-color: #BC3CBB; }
span { border-color: rgb(188,60,187); }
td.TdClassName
{
border-color: #BC3CBB;
}
.TagClassName
{
border-color: #BC3CBB;
}
</style>