Shades of Fuchsia #BC44BF
Tints of Fuchsia #BC44BF
RGB
CMYK
RGB Variations
Color information
#BC44BF (or 0xBC44BF) is known color: Fuchsia. HEX triplet: BC, 44 and BF. RGB value is (188,68,191). Sum of RGB (Red+Green+Blue) = 188+68+191=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC44BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44BF is #43BB40. Grayscale: #757575. Windows color (decimal): -4438849 or 12534972. OLE color: 12534972.
HSL color Cylindrical-coordinate representation of color #BC44BF: hue angle of 298.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC44BF is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 68 | 191 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.25 |
| HSL | 298.54º | 0.49% | 0.51% | - |
| HSV(B) | 298.54º | 0.64% | 0.75% | - |
| XYZ | 32.21 | 18.59 | 51.18 | - |
| YUV | 117.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 191 | 0.02 | 0.64 | 0 | 0.25 | 298.54 | 0.49 | 0.51 |
| Hex | BC | 44 | BF | 2 | 40 | 0 | 19 | 12B | 31 | 33 |
| Octal | 274 | 104 | 277 | 2 | 100 | 0 | 31 | 453 | 61 | 63 |
| Binary | 10111100 | 1000100 | 10111111 | 10 | 1000000 | 0 | 11001 | 100101011 | 110001 | 110011 |
Color Harmonies of #BC44BF
Complementary color
Monochromatic Colors of #BC44BF
Black with #BC44BF
Text Example
Text Example
White with #BC44BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44BF; }
p { color: rgb(188,68,191); }
H1.HeaderClassName
{
color: #BC44BF;
}
.AnyTagClassName
{
color: #BC44BF;
}
</style>
background-color css
<style>
a { background-color: #BC44BF; }
a { background-color: rgb(188,68,191); }
div.DivClassName
{
background-color: #BC44BF;
}
.BgClassName
{
background-color: #BC44BF;
}
</style>
border-color css
<style>
span { border-color: #BC44BF; }
span { border-color: rgb(188,68,191); }
td.TdClassName
{
border-color: #BC44BF;
}
.TagClassName
{
border-color: #BC44BF;
}
</style>