Shades of Fuchsia #BC32B9
Tints of Fuchsia #BC32B9
RGB
CMYK
RGB Variations
Color information
#BC32B9 (or 0xBC32B9) is known color: Fuchsia. HEX triplet: BC, 32 and B9. RGB value is (188,50,185). Sum of RGB (Red+Green+Blue) = 188+50+185=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32B9 is #43CD46. Grayscale: #6A6A6A. Windows color (decimal): -4443463 or 12137148. OLE color: 12137148.
HSL color Cylindrical-coordinate representation of color #BC32B9: hue angle of 301.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC32B9 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 185 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.26 |
| HSL | 301.3º | 0.58% | 0.47% | - |
| HSV(B) | 301.3º | 0.73% | 0.74% | - |
| XYZ | 30.64 | 16.48 | 47.46 | - |
| YUV | 106.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 185 | 0 | 0.73 | 0.02 | 0.26 | 301.3 | 0.58 | 0.47 |
| Hex | BC | 32 | B9 | 0 | 49 | 2 | 1A | 12D | 3A | 2F |
| Octal | 274 | 62 | 271 | 0 | 111 | 2 | 32 | 455 | 72 | 57 |
| Binary | 10111100 | 110010 | 10111001 | 0 | 1001001 | 10 | 11010 | 100101101 | 111010 | 101111 |
Color Harmonies of #BC32B9
Complementary color
Monochromatic Colors of #BC32B9
Black with #BC32B9
Text Example
Text Example
White with #BC32B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32B9; }
p { color: rgb(188,50,185); }
H1.HeaderClassName
{
color: #BC32B9;
}
.AnyTagClassName
{
color: #BC32B9;
}
</style>
background-color css
<style>
a { background-color: #BC32B9; }
a { background-color: rgb(188,50,185); }
div.DivClassName
{
background-color: #BC32B9;
}
.BgClassName
{
background-color: #BC32B9;
}
</style>
border-color css
<style>
span { border-color: #BC32B9; }
span { border-color: rgb(188,50,185); }
td.TdClassName
{
border-color: #BC32B9;
}
.TagClassName
{
border-color: #BC32B9;
}
</style>