Shades of Fuchsia #BC2FB5
Tints of Fuchsia #BC2FB5
RGB
CMYK
RGB Variations
Color information
#BC2FB5 (or 0xBC2FB5) is known color: Fuchsia. HEX triplet: BC, 2F and B5. RGB value is (188,47,181). Sum of RGB (Red+Green+Blue) = 188+47+181=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FB5 is #43D04A. Grayscale: #686868. Windows color (decimal): -4444235 or 11874236. OLE color: 11874236.
HSL color Cylindrical-coordinate representation of color #BC2FB5: hue angle of 302.98º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2FB5 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 181 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.26 |
| HSL | 302.98º | 0.6% | 0.46% | - |
| HSV(B) | 302.98º | 0.75% | 0.74% | - |
| XYZ | 30.1 | 16.06 | 45.23 | - |
| YUV | 104.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 181 | 0 | 0.75 | 0.04 | 0.26 | 302.98 | 0.6 | 0.46 |
| Hex | BC | 2F | B5 | 0 | 4B | 4 | 1A | 12F | 3C | 2E |
| Octal | 274 | 57 | 265 | 0 | 113 | 4 | 32 | 457 | 74 | 56 |
| Binary | 10111100 | 101111 | 10110101 | 0 | 1001011 | 100 | 11010 | 100101111 | 111100 | 101110 |
Color Harmonies of #BC2FB5
Complementary color
Monochromatic Colors of #BC2FB5
Black with #BC2FB5
Text Example
Text Example
White with #BC2FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FB5; }
p { color: rgb(188,47,181); }
H1.HeaderClassName
{
color: #BC2FB5;
}
.AnyTagClassName
{
color: #BC2FB5;
}
</style>
background-color css
<style>
a { background-color: #BC2FB5; }
a { background-color: rgb(188,47,181); }
div.DivClassName
{
background-color: #BC2FB5;
}
.BgClassName
{
background-color: #BC2FB5;
}
</style>
border-color css
<style>
span { border-color: #BC2FB5; }
span { border-color: rgb(188,47,181); }
td.TdClassName
{
border-color: #BC2FB5;
}
.TagClassName
{
border-color: #BC2FB5;
}
</style>