Shades of Fuchsia #BC28C1
Tints of Fuchsia #BC28C1
RGB
CMYK
RGB Variations
Color information
#BC28C1 (or 0xBC28C1) is known color: Fuchsia. HEX triplet: BC, 28 and C1. RGB value is (188,40,193). Sum of RGB (Red+Green+Blue) = 188+40+193=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC28C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28C1 is #43D73E. Grayscale: #656565. Windows color (decimal): -4446015 or 12658876. OLE color: 12658876.
HSL color Cylindrical-coordinate representation of color #BC28C1: hue angle of 298.04º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC28C1 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 40 | 193 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.24 |
| HSL | 298.04º | 0.66% | 0.46% | - |
| HSV(B) | 298.04º | 0.79% | 0.76% | - |
| XYZ | 31.12 | 16.06 | 51.91 | - |
| YUV | 101.69 | 179.53 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 193 | 0.03 | 0.79 | 0 | 0.24 | 298.04 | 0.66 | 0.46 |
| Hex | BC | 28 | C1 | 3 | 4F | 0 | 18 | 12A | 42 | 2E |
| Octal | 274 | 50 | 301 | 3 | 117 | 0 | 30 | 452 | 102 | 56 |
| Binary | 10111100 | 101000 | 11000001 | 11 | 1001111 | 0 | 11000 | 100101010 | 1000010 | 101110 |
Color Harmonies of #BC28C1
Complementary color
Monochromatic Colors of #BC28C1
Black with #BC28C1
Text Example
Text Example
White with #BC28C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28C1; }
p { color: rgb(188,40,193); }
H1.HeaderClassName
{
color: #BC28C1;
}
.AnyTagClassName
{
color: #BC28C1;
}
</style>
background-color css
<style>
a { background-color: #BC28C1; }
a { background-color: rgb(188,40,193); }
div.DivClassName
{
background-color: #BC28C1;
}
.BgClassName
{
background-color: #BC28C1;
}
</style>
border-color css
<style>
span { border-color: #BC28C1; }
span { border-color: rgb(188,40,193); }
td.TdClassName
{
border-color: #BC28C1;
}
.TagClassName
{
border-color: #BC28C1;
}
</style>