Shades of Fuchsia #BC38BD
Tints of Fuchsia #BC38BD
RGB
CMYK
RGB Variations
Color information
#BC38BD (or 0xBC38BD) is known color: Fuchsia. HEX triplet: BC, 38 and BD. RGB value is (188,56,189). Sum of RGB (Red+Green+Blue) = 188+56+189=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC38BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38BD is #43C742. Grayscale: #6E6E6E. Windows color (decimal): -4441923 or 12400828. OLE color: 12400828.
HSL color Cylindrical-coordinate representation of color #BC38BD: hue angle of 299.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC38BD is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 189 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.26 |
| HSL | 299.55º | 0.54% | 0.48% | - |
| HSV(B) | 299.55º | 0.7% | 0.74% | - |
| XYZ | 31.34 | 17.19 | 49.81 | - |
| YUV | 110.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 189 | 0.01 | 0.70 | 0 | 0.26 | 299.55 | 0.54 | 0.48 |
| Hex | BC | 38 | BD | 1 | 46 | 0 | 1A | 12C | 36 | 30 |
| Octal | 274 | 70 | 275 | 1 | 106 | 0 | 32 | 454 | 66 | 60 |
| Binary | 10111100 | 111000 | 10111101 | 1 | 1000110 | 0 | 11010 | 100101100 | 110110 | 110000 |
Color Harmonies of #BC38BD
Complementary color
Monochromatic Colors of #BC38BD
Black with #BC38BD
Text Example
Text Example
White with #BC38BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38BD; }
p { color: rgb(188,56,189); }
H1.HeaderClassName
{
color: #BC38BD;
}
.AnyTagClassName
{
color: #BC38BD;
}
</style>
background-color css
<style>
a { background-color: #BC38BD; }
a { background-color: rgb(188,56,189); }
div.DivClassName
{
background-color: #BC38BD;
}
.BgClassName
{
background-color: #BC38BD;
}
</style>
border-color css
<style>
span { border-color: #BC38BD; }
span { border-color: rgb(188,56,189); }
td.TdClassName
{
border-color: #BC38BD;
}
.TagClassName
{
border-color: #BC38BD;
}
</style>