Shades of Fuchsia #BC48B2
Tints of Fuchsia #BC48B2
RGB
CMYK
RGB Variations
Color information
#BC48B2 (or 0xBC48B2) is known color: Fuchsia. HEX triplet: BC, 48 and B2. RGB value is (188,72,178). Sum of RGB (Red+Green+Blue) = 188+72+178=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC48B2 is #43B74D. Grayscale: #767676. Windows color (decimal): -4437838 or 11684028. OLE color: 11684028.
HSL color Cylindrical-coordinate representation of color #BC48B2: hue angle of 305.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC48B2 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 178 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.26 |
| HSL | 305.17º | 0.46% | 0.51% | - |
| HSV(B) | 305.17º | 0.62% | 0.74% | - |
| XYZ | 31.09 | 18.54 | 44.06 | - |
| YUV | 118.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 178 | 0 | 0.62 | 0.05 | 0.26 | 305.17 | 0.46 | 0.51 |
| Hex | BC | 48 | B2 | 0 | 3E | 5 | 1A | 131 | 2E | 33 |
| Octal | 274 | 110 | 262 | 0 | 76 | 5 | 32 | 461 | 56 | 63 |
| Binary | 10111100 | 1001000 | 10110010 | 0 | 111110 | 101 | 11010 | 100110001 | 101110 | 110011 |
Color Harmonies of #BC48B2
Complementary color
Monochromatic Colors of #BC48B2
Black with #BC48B2
Text Example
Text Example
White with #BC48B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48B2; }
p { color: rgb(188,72,178); }
H1.HeaderClassName
{
color: #BC48B2;
}
.AnyTagClassName
{
color: #BC48B2;
}
</style>
background-color css
<style>
a { background-color: #BC48B2; }
a { background-color: rgb(188,72,178); }
div.DivClassName
{
background-color: #BC48B2;
}
.BgClassName
{
background-color: #BC48B2;
}
</style>
border-color css
<style>
span { border-color: #BC48B2; }
span { border-color: rgb(188,72,178); }
td.TdClassName
{
border-color: #BC48B2;
}
.TagClassName
{
border-color: #BC48B2;
}
</style>