Shades of Fuchsia #BC45B7
Tints of Fuchsia #BC45B7
RGB
CMYK
RGB Variations
Color information
#BC45B7 (or 0xBC45B7) is known color: Fuchsia. HEX triplet: BC, 45 and B7. RGB value is (188,69,183). Sum of RGB (Red+Green+Blue) = 188+69+183=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45B7 is #43BA48. Grayscale: #757575. Windows color (decimal): -4438601 or 12010940. OLE color: 12010940.
HSL color Cylindrical-coordinate representation of color #BC45B7: hue angle of 302.52º 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 #BC45B7 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 183 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.26 |
| HSL | 302.52º | 0.47% | 0.5% | - |
| HSV(B) | 302.52º | 0.63% | 0.74% | - |
| XYZ | 31.41 | 18.37 | 46.69 | - |
| YUV | 117.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 183 | 0 | 0.63 | 0.03 | 0.26 | 302.52 | 0.47 | 0.5 |
| Hex | BC | 45 | B7 | 0 | 3F | 3 | 1A | 12F | 2F | 32 |
| Octal | 274 | 105 | 267 | 0 | 77 | 3 | 32 | 457 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10110111 | 0 | 111111 | 11 | 11010 | 100101111 | 101111 | 110010 |
Color Harmonies of #BC45B7
Complementary color
Monochromatic Colors of #BC45B7
Black with #BC45B7
Text Example
Text Example
White with #BC45B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45B7; }
p { color: rgb(188,69,183); }
H1.HeaderClassName
{
color: #BC45B7;
}
.AnyTagClassName
{
color: #BC45B7;
}
</style>
background-color css
<style>
a { background-color: #BC45B7; }
a { background-color: rgb(188,69,183); }
div.DivClassName
{
background-color: #BC45B7;
}
.BgClassName
{
background-color: #BC45B7;
}
</style>
border-color css
<style>
span { border-color: #BC45B7; }
span { border-color: rgb(188,69,183); }
td.TdClassName
{
border-color: #BC45B7;
}
.TagClassName
{
border-color: #BC45B7;
}
</style>