Shades of Fuchsia #BC44B0
Tints of Fuchsia #BC44B0
RGB
CMYK
RGB Variations
Color information
#BC44B0 (or 0xBC44B0) is known color: Fuchsia. HEX triplet: BC, 44 and B0. RGB value is (188,68,176). Sum of RGB (Red+Green+Blue) = 188+68+176=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC44B0 is #43BB4F. Grayscale: #737373. Windows color (decimal): -4438864 or 11551932. OLE color: 11551932.
HSL color Cylindrical-coordinate representation of color #BC44B0: hue angle of 306º 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 #BC44B0 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 176 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.26 |
| HSL | 306º | 0.47% | 0.5% | - |
| HSV(B) | 306º | 0.64% | 0.74% | - |
| XYZ | 30.64 | 17.96 | 42.93 | - |
| YUV | 116.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 176 | 0 | 0.64 | 0.06 | 0.26 | 306 | 0.47 | 0.5 |
| Hex | BC | 44 | B0 | 0 | 40 | 6 | 1A | 132 | 2F | 32 |
| Octal | 274 | 104 | 260 | 0 | 100 | 6 | 32 | 462 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10110000 | 0 | 1000000 | 110 | 11010 | 100110010 | 101111 | 110010 |
Color Harmonies of #BC44B0
Complementary color
Monochromatic Colors of #BC44B0
Black with #BC44B0
Text Example
Text Example
White with #BC44B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44B0; }
p { color: rgb(188,68,176); }
H1.HeaderClassName
{
color: #BC44B0;
}
.AnyTagClassName
{
color: #BC44B0;
}
</style>
background-color css
<style>
a { background-color: #BC44B0; }
a { background-color: rgb(188,68,176); }
div.DivClassName
{
background-color: #BC44B0;
}
.BgClassName
{
background-color: #BC44B0;
}
</style>
border-color css
<style>
span { border-color: #BC44B0; }
span { border-color: rgb(188,68,176); }
td.TdClassName
{
border-color: #BC44B0;
}
.TagClassName
{
border-color: #BC44B0;
}
</style>