Shades of Fuchsia #BC52C3
Tints of Fuchsia #BC52C3
RGB
CMYK
RGB Variations
Color information
#BC52C3 (or 0xBC52C3) is known color: Fuchsia. HEX triplet: BC, 52 and C3. RGB value is (188,82,195). Sum of RGB (Red+Green+Blue) = 188+82+195=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC52C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52C3 is #43AD3C. Grayscale: #7E7E7E. Windows color (decimal): -4435261 or 12800700. OLE color: 12800700.
HSL color Cylindrical-coordinate representation of color #BC52C3: hue angle of 296.28º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC52C3 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 82 | 195 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.24 |
| HSL | 296.28º | 0.48% | 0.54% | - |
| HSV(B) | 296.28º | 0.58% | 0.76% | - |
| XYZ | 33.61 | 20.67 | 53.85 | - |
| YUV | 126.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 195 | 0.04 | 0.58 | 0 | 0.24 | 296.28 | 0.48 | 0.54 |
| Hex | BC | 52 | C3 | 4 | 3A | 0 | 18 | 128 | 30 | 36 |
| Octal | 274 | 122 | 303 | 4 | 72 | 0 | 30 | 450 | 60 | 66 |
| Binary | 10111100 | 1010010 | 11000011 | 100 | 111010 | 0 | 11000 | 100101000 | 110000 | 110110 |
Color Harmonies of #BC52C3
Complementary color
Monochromatic Colors of #BC52C3
Black with #BC52C3
Text Example
Text Example
White with #BC52C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52C3; }
p { color: rgb(188,82,195); }
H1.HeaderClassName
{
color: #BC52C3;
}
.AnyTagClassName
{
color: #BC52C3;
}
</style>
background-color css
<style>
a { background-color: #BC52C3; }
a { background-color: rgb(188,82,195); }
div.DivClassName
{
background-color: #BC52C3;
}
.BgClassName
{
background-color: #BC52C3;
}
</style>
border-color css
<style>
span { border-color: #BC52C3; }
span { border-color: rgb(188,82,195); }
td.TdClassName
{
border-color: #BC52C3;
}
.TagClassName
{
border-color: #BC52C3;
}
</style>