Shades of Fuchsia #BC43B2
Tints of Fuchsia #BC43B2
RGB
CMYK
RGB Variations
Color information
#BC43B2 (or 0xBC43B2) is known color: Fuchsia. HEX triplet: BC, 43 and B2. RGB value is (188,67,178). Sum of RGB (Red+Green+Blue) = 188+67+178=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43B2 is #43BC4D. Grayscale: #737373. Windows color (decimal): -4439118 or 11682748. OLE color: 11682748.
HSL color Cylindrical-coordinate representation of color #BC43B2: hue angle of 304.96º 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 #BC43B2 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 178 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.26 |
| HSL | 304.96º | 0.47% | 0.5% | - |
| HSV(B) | 304.96º | 0.64% | 0.74% | - |
| XYZ | 30.78 | 17.92 | 43.96 | - |
| YUV | 115.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 178 | 0 | 0.64 | 0.05 | 0.26 | 304.96 | 0.47 | 0.5 |
| Hex | BC | 43 | B2 | 0 | 40 | 5 | 1A | 131 | 2F | 32 |
| Octal | 274 | 103 | 262 | 0 | 100 | 5 | 32 | 461 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10110010 | 0 | 1000000 | 101 | 11010 | 100110001 | 101111 | 110010 |
Color Harmonies of #BC43B2
Complementary color
Monochromatic Colors of #BC43B2
Black with #BC43B2
Text Example
Text Example
White with #BC43B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43B2; }
p { color: rgb(188,67,178); }
H1.HeaderClassName
{
color: #BC43B2;
}
.AnyTagClassName
{
color: #BC43B2;
}
</style>
background-color css
<style>
a { background-color: #BC43B2; }
a { background-color: rgb(188,67,178); }
div.DivClassName
{
background-color: #BC43B2;
}
.BgClassName
{
background-color: #BC43B2;
}
</style>
border-color css
<style>
span { border-color: #BC43B2; }
span { border-color: rgb(188,67,178); }
td.TdClassName
{
border-color: #BC43B2;
}
.TagClassName
{
border-color: #BC43B2;
}
</style>