Shades of Fuchsia #BC54C4
Tints of Fuchsia #BC54C4
RGB
CMYK
RGB Variations
Color information
#BC54C4 (or 0xBC54C4) is known color: Fuchsia. HEX triplet: BC, 54 and C4. RGB value is (188,84,196). Sum of RGB (Red+Green+Blue) = 188+84+196=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC54C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54C4 is #43AB3B. Grayscale: #7F7F7F. Windows color (decimal): -4434748 or 12866748. OLE color: 12866748.
HSL color Cylindrical-coordinate representation of color #BC54C4: hue angle of 295.71º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC54C4 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 84 | 196 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.23 |
| HSL | 295.71º | 0.49% | 0.55% | - |
| HSV(B) | 295.71º | 0.57% | 0.77% | - |
| XYZ | 33.87 | 21.02 | 54.5 | - |
| YUV | 127.86 | 166.46 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 196 | 0.04 | 0.57 | 0 | 0.23 | 295.71 | 0.49 | 0.55 |
| Hex | BC | 54 | C4 | 4 | 39 | 0 | 17 | 128 | 31 | 37 |
| Octal | 274 | 124 | 304 | 4 | 71 | 0 | 27 | 450 | 61 | 67 |
| Binary | 10111100 | 1010100 | 11000100 | 100 | 111001 | 0 | 10111 | 100101000 | 110001 | 110111 |
Color Harmonies of #BC54C4
Complementary color
Monochromatic Colors of #BC54C4
Black with #BC54C4
Text Example
Text Example
White with #BC54C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54C4; }
p { color: rgb(188,84,196); }
H1.HeaderClassName
{
color: #BC54C4;
}
.AnyTagClassName
{
color: #BC54C4;
}
</style>
background-color css
<style>
a { background-color: #BC54C4; }
a { background-color: rgb(188,84,196); }
div.DivClassName
{
background-color: #BC54C4;
}
.BgClassName
{
background-color: #BC54C4;
}
</style>
border-color css
<style>
span { border-color: #BC54C4; }
span { border-color: rgb(188,84,196); }
td.TdClassName
{
border-color: #BC54C4;
}
.TagClassName
{
border-color: #BC54C4;
}
</style>