Shades of Fuchsia #BC45BD
Tints of Fuchsia #BC45BD
RGB
CMYK
RGB Variations
Color information
#BC45BD (or 0xBC45BD) is known color: Fuchsia. HEX triplet: BC, 45 and BD. RGB value is (188,69,189). Sum of RGB (Red+Green+Blue) = 188+69+189=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC45BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45BD is #43BA42. Grayscale: #757575. Windows color (decimal): -4438595 or 12404156. OLE color: 12404156.
HSL color Cylindrical-coordinate representation of color #BC45BD: hue angle of 299.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC45BD is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 189 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.26 |
| HSL | 299.5º | 0.48% | 0.51% | - |
| HSV(B) | 299.5º | 0.63% | 0.74% | - |
| XYZ | 32.05 | 18.62 | 50.05 | - |
| YUV | 118.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 189 | 0.01 | 0.63 | 0 | 0.26 | 299.5 | 0.48 | 0.51 |
| Hex | BC | 45 | BD | 1 | 3F | 0 | 1A | 12C | 30 | 33 |
| Octal | 274 | 105 | 275 | 1 | 77 | 0 | 32 | 454 | 60 | 63 |
| Binary | 10111100 | 1000101 | 10111101 | 1 | 111111 | 0 | 11010 | 100101100 | 110000 | 110011 |
Color Harmonies of #BC45BD
Complementary color
Monochromatic Colors of #BC45BD
Black with #BC45BD
Text Example
Text Example
White with #BC45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45BD; }
p { color: rgb(188,69,189); }
H1.HeaderClassName
{
color: #BC45BD;
}
.AnyTagClassName
{
color: #BC45BD;
}
</style>
background-color css
<style>
a { background-color: #BC45BD; }
a { background-color: rgb(188,69,189); }
div.DivClassName
{
background-color: #BC45BD;
}
.BgClassName
{
background-color: #BC45BD;
}
</style>
border-color css
<style>
span { border-color: #BC45BD; }
span { border-color: rgb(188,69,189); }
td.TdClassName
{
border-color: #BC45BD;
}
.TagClassName
{
border-color: #BC45BD;
}
</style>