Shades of Fuchsia #BC3ABB
Tints of Fuchsia #BC3ABB
RGB
CMYK
RGB Variations
Color information
#BC3ABB (or 0xBC3ABB) is known color: Fuchsia. HEX triplet: BC, 3A and BB. RGB value is (188,58,187). Sum of RGB (Red+Green+Blue) = 188+58+187=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ABB is #43C544. Grayscale: #6F6F6F. Windows color (decimal): -4441413 or 12270268. OLE color: 12270268.
HSL color Cylindrical-coordinate representation of color #BC3ABB: hue angle of 300.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3ABB is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 187 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.26 |
| HSL | 300.46º | 0.53% | 0.48% | - |
| HSV(B) | 300.46º | 0.69% | 0.74% | - |
| XYZ | 31.22 | 17.31 | 48.71 | - |
| YUV | 111.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 187 | 0 | 0.69 | 0.01 | 0.26 | 300.46 | 0.53 | 0.48 |
| Hex | BC | 3A | BB | 0 | 45 | 1 | 1A | 12C | 35 | 30 |
| Octal | 274 | 72 | 273 | 0 | 105 | 1 | 32 | 454 | 65 | 60 |
| Binary | 10111100 | 111010 | 10111011 | 0 | 1000101 | 1 | 11010 | 100101100 | 110101 | 110000 |
Color Harmonies of #BC3ABB
Complementary color
Monochromatic Colors of #BC3ABB
Black with #BC3ABB
Text Example
Text Example
White with #BC3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ABB; }
p { color: rgb(188,58,187); }
H1.HeaderClassName
{
color: #BC3ABB;
}
.AnyTagClassName
{
color: #BC3ABB;
}
</style>
background-color css
<style>
a { background-color: #BC3ABB; }
a { background-color: rgb(188,58,187); }
div.DivClassName
{
background-color: #BC3ABB;
}
.BgClassName
{
background-color: #BC3ABB;
}
</style>
border-color css
<style>
span { border-color: #BC3ABB; }
span { border-color: rgb(188,58,187); }
td.TdClassName
{
border-color: #BC3ABB;
}
.TagClassName
{
border-color: #BC3ABB;
}
</style>