Shades of Fuchsia #BC44B7
Tints of Fuchsia #BC44B7
RGB
CMYK
RGB Variations
Color information
#BC44B7 (or 0xBC44B7) is known color: Fuchsia. HEX triplet: BC, 44 and B7. RGB value is (188,68,183). Sum of RGB (Red+Green+Blue) = 188+68+183=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44B7 is #43BB48. Grayscale: #747474. Windows color (decimal): -4438857 or 12010684. OLE color: 12010684.
HSL color Cylindrical-coordinate representation of color #BC44B7: hue angle of 302.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC44B7 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 183 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.26 |
| HSL | 302.5º | 0.47% | 0.5% | - |
| HSV(B) | 302.5º | 0.64% | 0.74% | - |
| XYZ | 31.35 | 18.24 | 46.67 | - |
| YUV | 116.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 183 | 0 | 0.64 | 0.03 | 0.26 | 302.5 | 0.47 | 0.5 |
| Hex | BC | 44 | B7 | 0 | 40 | 3 | 1A | 12E | 2F | 32 |
| Octal | 274 | 104 | 267 | 0 | 100 | 3 | 32 | 456 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10110111 | 0 | 1000000 | 11 | 11010 | 100101110 | 101111 | 110010 |
Color Harmonies of #BC44B7
Complementary color
Monochromatic Colors of #BC44B7
Black with #BC44B7
Text Example
Text Example
White with #BC44B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44B7; }
p { color: rgb(188,68,183); }
H1.HeaderClassName
{
color: #BC44B7;
}
.AnyTagClassName
{
color: #BC44B7;
}
</style>
background-color css
<style>
a { background-color: #BC44B7; }
a { background-color: rgb(188,68,183); }
div.DivClassName
{
background-color: #BC44B7;
}
.BgClassName
{
background-color: #BC44B7;
}
</style>
border-color css
<style>
span { border-color: #BC44B7; }
span { border-color: rgb(188,68,183); }
td.TdClassName
{
border-color: #BC44B7;
}
.TagClassName
{
border-color: #BC44B7;
}
</style>