Shades of Fuchsia #BC45B3
Tints of Fuchsia #BC45B3
RGB
CMYK
RGB Variations
Color information
#BC45B3 (or 0xBC45B3) is known color: Fuchsia. HEX triplet: BC, 45 and B3. RGB value is (188,69,179). Sum of RGB (Red+Green+Blue) = 188+69+179=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45B3 is #43BA4C. Grayscale: #747474. Windows color (decimal): -4438605 or 11748796. OLE color: 11748796.
HSL color Cylindrical-coordinate representation of color #BC45B3: hue angle of 304.54º 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 #BC45B3 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 179 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.26 |
| HSL | 304.54º | 0.47% | 0.5% | - |
| HSV(B) | 304.54º | 0.63% | 0.74% | - |
| XYZ | 31 | 18.2 | 44.53 | - |
| YUV | 117.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 179 | 0 | 0.63 | 0.05 | 0.26 | 304.54 | 0.47 | 0.5 |
| Hex | BC | 45 | B3 | 0 | 3F | 5 | 1A | 131 | 2F | 32 |
| Octal | 274 | 105 | 263 | 0 | 77 | 5 | 32 | 461 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10110011 | 0 | 111111 | 101 | 11010 | 100110001 | 101111 | 110010 |
Color Harmonies of #BC45B3
Complementary color
Monochromatic Colors of #BC45B3
Black with #BC45B3
Text Example
Text Example
White with #BC45B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45B3; }
p { color: rgb(188,69,179); }
H1.HeaderClassName
{
color: #BC45B3;
}
.AnyTagClassName
{
color: #BC45B3;
}
</style>
background-color css
<style>
a { background-color: #BC45B3; }
a { background-color: rgb(188,69,179); }
div.DivClassName
{
background-color: #BC45B3;
}
.BgClassName
{
background-color: #BC45B3;
}
</style>
border-color css
<style>
span { border-color: #BC45B3; }
span { border-color: rgb(188,69,179); }
td.TdClassName
{
border-color: #BC45B3;
}
.TagClassName
{
border-color: #BC45B3;
}
</style>