Shades of Fuchsia #BC43B5
Tints of Fuchsia #BC43B5
RGB
CMYK
RGB Variations
Color information
#BC43B5 (or 0xBC43B5) is known color: Fuchsia. HEX triplet: BC, 43 and B5. RGB value is (188,67,181). Sum of RGB (Red+Green+Blue) = 188+67+181=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43B5 is #43BC4A. Grayscale: #737373. Windows color (decimal): -4439115 or 11879356. OLE color: 11879356.
HSL color Cylindrical-coordinate representation of color #BC43B5: hue angle of 303.47º 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 #BC43B5 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 181 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.26 |
| HSL | 303.47º | 0.47% | 0.5% | - |
| HSV(B) | 303.47º | 0.64% | 0.74% | - |
| XYZ | 31.09 | 18.04 | 45.56 | - |
| YUV | 116.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 181 | 0 | 0.64 | 0.04 | 0.26 | 303.47 | 0.47 | 0.5 |
| Hex | BC | 43 | B5 | 0 | 40 | 4 | 1A | 12F | 2F | 32 |
| Octal | 274 | 103 | 265 | 0 | 100 | 4 | 32 | 457 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10110101 | 0 | 1000000 | 100 | 11010 | 100101111 | 101111 | 110010 |
Color Harmonies of #BC43B5
Complementary color
Monochromatic Colors of #BC43B5
Black with #BC43B5
Text Example
Text Example
White with #BC43B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43B5; }
p { color: rgb(188,67,181); }
H1.HeaderClassName
{
color: #BC43B5;
}
.AnyTagClassName
{
color: #BC43B5;
}
</style>
background-color css
<style>
a { background-color: #BC43B5; }
a { background-color: rgb(188,67,181); }
div.DivClassName
{
background-color: #BC43B5;
}
.BgClassName
{
background-color: #BC43B5;
}
</style>
border-color css
<style>
span { border-color: #BC43B5; }
span { border-color: rgb(188,67,181); }
td.TdClassName
{
border-color: #BC43B5;
}
.TagClassName
{
border-color: #BC43B5;
}
</style>