Shades of Fuchsia #BC28B2
Tints of Fuchsia #BC28B2
RGB
CMYK
RGB Variations
Color information
#BC28B2 (or 0xBC28B2) is known color: Fuchsia. HEX triplet: BC, 28 and B2. RGB value is (188,40,178). Sum of RGB (Red+Green+Blue) = 188+40+178=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC28B2 is #43D74D. Grayscale: #636363. Windows color (decimal): -4446030 or 11675836. OLE color: 11675836.
HSL color Cylindrical-coordinate representation of color #BC28B2: hue angle of 304.05º 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 #BC28B2 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 178 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.26 |
| HSL | 304.05º | 0.65% | 0.45% | - |
| HSV(B) | 304.05º | 0.79% | 0.74% | - |
| XYZ | 29.53 | 15.42 | 43.54 | - |
| YUV | 99.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 178 | 0 | 0.79 | 0.05 | 0.26 | 304.05 | 0.65 | 0.45 |
| Hex | BC | 28 | B2 | 0 | 4F | 5 | 1A | 130 | 41 | 2D |
| Octal | 274 | 50 | 262 | 0 | 117 | 5 | 32 | 460 | 101 | 55 |
| Binary | 10111100 | 101000 | 10110010 | 0 | 1001111 | 101 | 11010 | 100110000 | 1000001 | 101101 |
Color Harmonies of #BC28B2
Complementary color
Monochromatic Colors of #BC28B2
Black with #BC28B2
Text Example
Text Example
White with #BC28B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28B2; }
p { color: rgb(188,40,178); }
H1.HeaderClassName
{
color: #BC28B2;
}
.AnyTagClassName
{
color: #BC28B2;
}
</style>
background-color css
<style>
a { background-color: #BC28B2; }
a { background-color: rgb(188,40,178); }
div.DivClassName
{
background-color: #BC28B2;
}
.BgClassName
{
background-color: #BC28B2;
}
</style>
border-color css
<style>
span { border-color: #BC28B2; }
span { border-color: rgb(188,40,178); }
td.TdClassName
{
border-color: #BC28B2;
}
.TagClassName
{
border-color: #BC28B2;
}
</style>