Shades of Fuchsia #BC32B3
Tints of Fuchsia #BC32B3
RGB
CMYK
RGB Variations
Color information
#BC32B3 (or 0xBC32B3) is known color: Fuchsia. HEX triplet: BC, 32 and B3. RGB value is (188,50,179). Sum of RGB (Red+Green+Blue) = 188+50+179=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32B3 is #43CD4C. Grayscale: #696969. Windows color (decimal): -4443469 or 11743932. OLE color: 11743932.
HSL color Cylindrical-coordinate representation of color #BC32B3: hue angle of 303.91º 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 #BC32B3 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 179 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.26 |
| HSL | 303.91º | 0.58% | 0.47% | - |
| HSV(B) | 303.91º | 0.73% | 0.74% | - |
| XYZ | 30.02 | 16.23 | 44.2 | - |
| YUV | 105.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 179 | 0 | 0.73 | 0.05 | 0.26 | 303.91 | 0.58 | 0.47 |
| Hex | BC | 32 | B3 | 0 | 49 | 5 | 1A | 130 | 3A | 2F |
| Octal | 274 | 62 | 263 | 0 | 111 | 5 | 32 | 460 | 72 | 57 |
| Binary | 10111100 | 110010 | 10110011 | 0 | 1001001 | 101 | 11010 | 100110000 | 111010 | 101111 |
Color Harmonies of #BC32B3
Complementary color
Monochromatic Colors of #BC32B3
Black with #BC32B3
Text Example
Text Example
White with #BC32B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32B3; }
p { color: rgb(188,50,179); }
H1.HeaderClassName
{
color: #BC32B3;
}
.AnyTagClassName
{
color: #BC32B3;
}
</style>
background-color css
<style>
a { background-color: #BC32B3; }
a { background-color: rgb(188,50,179); }
div.DivClassName
{
background-color: #BC32B3;
}
.BgClassName
{
background-color: #BC32B3;
}
</style>
border-color css
<style>
span { border-color: #BC32B3; }
span { border-color: rgb(188,50,179); }
td.TdClassName
{
border-color: #BC32B3;
}
.TagClassName
{
border-color: #BC32B3;
}
</style>