Shades of Fuchsia #BC2ABB
Tints of Fuchsia #BC2ABB
RGB
CMYK
RGB Variations
Color information
#BC2ABB (or 0xBC2ABB) is known color: Fuchsia. HEX triplet: BC, 2A and BB. RGB value is (188,42,187). Sum of RGB (Red+Green+Blue) = 188+42+187=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ABB is #43D544. Grayscale: #656565. Windows color (decimal): -4445509 or 12266172. OLE color: 12266172.
HSL color Cylindrical-coordinate representation of color #BC2ABB: hue angle of 300.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2ABB is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 42 | 187 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.26 |
| HSL | 300.41º | 0.63% | 0.45% | - |
| HSV(B) | 300.41º | 0.78% | 0.74% | - |
| XYZ | 30.54 | 15.94 | 48.48 | - |
| YUV | 102.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 187 | 0 | 0.78 | 0.01 | 0.26 | 300.41 | 0.63 | 0.45 |
| Hex | BC | 2A | BB | 0 | 4E | 1 | 1A | 12C | 3F | 2D |
| Octal | 274 | 52 | 273 | 0 | 116 | 1 | 32 | 454 | 77 | 55 |
| Binary | 10111100 | 101010 | 10111011 | 0 | 1001110 | 1 | 11010 | 100101100 | 111111 | 101101 |
Color Harmonies of #BC2ABB
Complementary color
Monochromatic Colors of #BC2ABB
Black with #BC2ABB
Text Example
Text Example
White with #BC2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ABB; }
p { color: rgb(188,42,187); }
H1.HeaderClassName
{
color: #BC2ABB;
}
.AnyTagClassName
{
color: #BC2ABB;
}
</style>
background-color css
<style>
a { background-color: #BC2ABB; }
a { background-color: rgb(188,42,187); }
div.DivClassName
{
background-color: #BC2ABB;
}
.BgClassName
{
background-color: #BC2ABB;
}
</style>
border-color css
<style>
span { border-color: #BC2ABB; }
span { border-color: rgb(188,42,187); }
td.TdClassName
{
border-color: #BC2ABB;
}
.TagClassName
{
border-color: #BC2ABB;
}
</style>