Shades of Fuchsia #BC45B0
Tints of Fuchsia #BC45B0
RGB
CMYK
RGB Variations
Color information
#BC45B0 (or 0xBC45B0) is known color: Fuchsia. HEX triplet: BC, 45 and B0. RGB value is (188,69,176). Sum of RGB (Red+Green+Blue) = 188+69+176=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45B0 is #43BA4F. Grayscale: #747474. Windows color (decimal): -4438608 or 11552188. OLE color: 11552188.
HSL color Cylindrical-coordinate representation of color #BC45B0: hue angle of 306.05º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC45B0 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 176 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.26 |
| HSL | 306.05º | 0.47% | 0.5% | - |
| HSV(B) | 306.05º | 0.63% | 0.74% | - |
| XYZ | 30.7 | 18.08 | 42.95 | - |
| YUV | 116.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 176 | 0 | 0.63 | 0.06 | 0.26 | 306.05 | 0.47 | 0.5 |
| Hex | BC | 45 | B0 | 0 | 3F | 6 | 1A | 132 | 2F | 32 |
| Octal | 274 | 105 | 260 | 0 | 77 | 6 | 32 | 462 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10110000 | 0 | 111111 | 110 | 11010 | 100110010 | 101111 | 110010 |
Color Harmonies of #BC45B0
Complementary color
Monochromatic Colors of #BC45B0
Black with #BC45B0
Text Example
Text Example
White with #BC45B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45B0; }
p { color: rgb(188,69,176); }
H1.HeaderClassName
{
color: #BC45B0;
}
.AnyTagClassName
{
color: #BC45B0;
}
</style>
background-color css
<style>
a { background-color: #BC45B0; }
a { background-color: rgb(188,69,176); }
div.DivClassName
{
background-color: #BC45B0;
}
.BgClassName
{
background-color: #BC45B0;
}
</style>
border-color css
<style>
span { border-color: #BC45B0; }
span { border-color: rgb(188,69,176); }
td.TdClassName
{
border-color: #BC45B0;
}
.TagClassName
{
border-color: #BC45B0;
}
</style>