Shades of Fuchsia #BC28B5
Tints of Fuchsia #BC28B5
RGB
CMYK
RGB Variations
Color information
#BC28B5 (or 0xBC28B5) is known color: Fuchsia. HEX triplet: BC, 28 and B5. RGB value is (188,40,181). Sum of RGB (Red+Green+Blue) = 188+40+181=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28B5 is #43D74A. Grayscale: #636363. Windows color (decimal): -4446027 or 11872444. OLE color: 11872444.
HSL color Cylindrical-coordinate representation of color #BC28B5: hue angle of 302.84º 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 #BC28B5 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 181 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.26 |
| HSL | 302.84º | 0.65% | 0.45% | - |
| HSV(B) | 302.84º | 0.79% | 0.74% | - |
| XYZ | 29.84 | 15.55 | 45.14 | - |
| YUV | 100.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 181 | 0 | 0.79 | 0.04 | 0.26 | 302.84 | 0.65 | 0.45 |
| Hex | BC | 28 | B5 | 0 | 4F | 4 | 1A | 12F | 41 | 2D |
| Octal | 274 | 50 | 265 | 0 | 117 | 4 | 32 | 457 | 101 | 55 |
| Binary | 10111100 | 101000 | 10110101 | 0 | 1001111 | 100 | 11010 | 100101111 | 1000001 | 101101 |
Color Harmonies of #BC28B5
Complementary color
Monochromatic Colors of #BC28B5
Black with #BC28B5
Text Example
Text Example
White with #BC28B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28B5; }
p { color: rgb(188,40,181); }
H1.HeaderClassName
{
color: #BC28B5;
}
.AnyTagClassName
{
color: #BC28B5;
}
</style>
background-color css
<style>
a { background-color: #BC28B5; }
a { background-color: rgb(188,40,181); }
div.DivClassName
{
background-color: #BC28B5;
}
.BgClassName
{
background-color: #BC28B5;
}
</style>
border-color css
<style>
span { border-color: #BC28B5; }
span { border-color: rgb(188,40,181); }
td.TdClassName
{
border-color: #BC28B5;
}
.TagClassName
{
border-color: #BC28B5;
}
</style>