Shades of Fuchsia #BC28BB
Tints of Fuchsia #BC28BB
RGB
CMYK
RGB Variations
Color information
#BC28BB (or 0xBC28BB) is known color: Fuchsia. HEX triplet: BC, 28 and BB. RGB value is (188,40,187). Sum of RGB (Red+Green+Blue) = 188+40+187=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28BB is #43D744. Grayscale: #646464. Windows color (decimal): -4446021 or 12265660. OLE color: 12265660.
HSL color Cylindrical-coordinate representation of color #BC28BB: hue angle of 300.41º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC28BB is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 187 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.26 |
| HSL | 300.41º | 0.65% | 0.45% | - |
| HSV(B) | 300.41º | 0.79% | 0.74% | - |
| XYZ | 30.47 | 15.8 | 48.46 | - |
| YUV | 101.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 187 | 0 | 0.79 | 0.01 | 0.26 | 300.41 | 0.65 | 0.45 |
| Hex | BC | 28 | BB | 0 | 4F | 1 | 1A | 12C | 41 | 2D |
| Octal | 274 | 50 | 273 | 0 | 117 | 1 | 32 | 454 | 101 | 55 |
| Binary | 10111100 | 101000 | 10111011 | 0 | 1001111 | 1 | 11010 | 100101100 | 1000001 | 101101 |
Color Harmonies of #BC28BB
Complementary color
Monochromatic Colors of #BC28BB
Black with #BC28BB
Text Example
Text Example
White with #BC28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28BB; }
p { color: rgb(188,40,187); }
H1.HeaderClassName
{
color: #BC28BB;
}
.AnyTagClassName
{
color: #BC28BB;
}
</style>
background-color css
<style>
a { background-color: #BC28BB; }
a { background-color: rgb(188,40,187); }
div.DivClassName
{
background-color: #BC28BB;
}
.BgClassName
{
background-color: #BC28BB;
}
</style>
border-color css
<style>
span { border-color: #BC28BB; }
span { border-color: rgb(188,40,187); }
td.TdClassName
{
border-color: #BC28BB;
}
.TagClassName
{
border-color: #BC28BB;
}
</style>