Shades of Fuchsia #BC45BA
Tints of Fuchsia #BC45BA
RGB
CMYK
RGB Variations
Color information
#BC45BA (or 0xBC45BA) is known color: Fuchsia. HEX triplet: BC, 45 and BA. RGB value is (188,69,186). Sum of RGB (Red+Green+Blue) = 188+69+186=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45BA is #43BA45. Grayscale: #757575. Windows color (decimal): -4438598 or 12207548. OLE color: 12207548.
HSL color Cylindrical-coordinate representation of color #BC45BA: hue angle of 301.01º 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 #BC45BA is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 186 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.26 |
| HSL | 301.01º | 0.47% | 0.5% | - |
| HSV(B) | 301.01º | 0.63% | 0.74% | - |
| XYZ | 31.73 | 18.49 | 48.35 | - |
| YUV | 117.92 | 166.42 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 186 | 0 | 0.63 | 0.01 | 0.26 | 301.01 | 0.47 | 0.5 |
| Hex | BC | 45 | BA | 0 | 3F | 1 | 1A | 12D | 2F | 32 |
| Octal | 274 | 105 | 272 | 0 | 77 | 1 | 32 | 455 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10111010 | 0 | 111111 | 1 | 11010 | 100101101 | 101111 | 110010 |
Color Harmonies of #BC45BA
Complementary color
Monochromatic Colors of #BC45BA
Black with #BC45BA
Text Example
Text Example
White with #BC45BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45BA; }
p { color: rgb(188,69,186); }
H1.HeaderClassName
{
color: #BC45BA;
}
.AnyTagClassName
{
color: #BC45BA;
}
</style>
background-color css
<style>
a { background-color: #BC45BA; }
a { background-color: rgb(188,69,186); }
div.DivClassName
{
background-color: #BC45BA;
}
.BgClassName
{
background-color: #BC45BA;
}
</style>
border-color css
<style>
span { border-color: #BC45BA; }
span { border-color: rgb(188,69,186); }
td.TdClassName
{
border-color: #BC45BA;
}
.TagClassName
{
border-color: #BC45BA;
}
</style>