Shades of Fuchsia #BC45C4
Tints of Fuchsia #BC45C4
RGB
CMYK
RGB Variations
Color information
#BC45C4 (or 0xBC45C4) is known color: Fuchsia. HEX triplet: BC, 45 and C4. RGB value is (188,69,196). Sum of RGB (Red+Green+Blue) = 188+69+196=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC45C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45C4 is #43BA3B. Grayscale: #767676. Windows color (decimal): -4438588 or 12862908. OLE color: 12862908.
HSL color Cylindrical-coordinate representation of color #BC45C4: hue angle of 296.22º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC45C4 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 69 | 196 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.23 |
| HSL | 296.22º | 0.52% | 0.52% | - |
| HSV(B) | 296.22º | 0.65% | 0.77% | - |
| XYZ | 32.83 | 18.93 | 54.15 | - |
| YUV | 119.06 | 171.42 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 196 | 0.04 | 0.65 | 0 | 0.23 | 296.22 | 0.52 | 0.52 |
| Hex | BC | 45 | C4 | 4 | 41 | 0 | 17 | 128 | 34 | 34 |
| Octal | 274 | 105 | 304 | 4 | 101 | 0 | 27 | 450 | 64 | 64 |
| Binary | 10111100 | 1000101 | 11000100 | 100 | 1000001 | 0 | 10111 | 100101000 | 110100 | 110100 |
Color Harmonies of #BC45C4
Complementary color
Monochromatic Colors of #BC45C4
Black with #BC45C4
Text Example
Text Example
White with #BC45C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45C4; }
p { color: rgb(188,69,196); }
H1.HeaderClassName
{
color: #BC45C4;
}
.AnyTagClassName
{
color: #BC45C4;
}
</style>
background-color css
<style>
a { background-color: #BC45C4; }
a { background-color: rgb(188,69,196); }
div.DivClassName
{
background-color: #BC45C4;
}
.BgClassName
{
background-color: #BC45C4;
}
</style>
border-color css
<style>
span { border-color: #BC45C4; }
span { border-color: rgb(188,69,196); }
td.TdClassName
{
border-color: #BC45C4;
}
.TagClassName
{
border-color: #BC45C4;
}
</style>