Shades of Fuchsia #BC52C6
Tints of Fuchsia #BC52C6
RGB
CMYK
RGB Variations
Color information
#BC52C6 (or 0xBC52C6) is known color: Fuchsia. HEX triplet: BC, 52 and C6. RGB value is (188,82,198). Sum of RGB (Red+Green+Blue) = 188+82+198=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC52C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52C6 is #43AD39. Grayscale: #7E7E7E. Windows color (decimal): -4435258 or 12997308. OLE color: 12997308.
HSL color Cylindrical-coordinate representation of color #BC52C6: hue angle of 294.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC52C6 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 82 | 198 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.22 |
| HSL | 294.83º | 0.5% | 0.55% | - |
| HSV(B) | 294.83º | 0.59% | 0.78% | - |
| XYZ | 33.95 | 20.8 | 55.65 | - |
| YUV | 126.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 198 | 0.05 | 0.59 | 0 | 0.22 | 294.83 | 0.5 | 0.55 |
| Hex | BC | 52 | C6 | 5 | 3B | 0 | 16 | 127 | 32 | 37 |
| Octal | 274 | 122 | 306 | 5 | 73 | 0 | 26 | 447 | 62 | 67 |
| Binary | 10111100 | 1010010 | 11000110 | 101 | 111011 | 0 | 10110 | 100100111 | 110010 | 110111 |
Color Harmonies of #BC52C6
Complementary color
Monochromatic Colors of #BC52C6
Black with #BC52C6
Text Example
Text Example
White with #BC52C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52C6; }
p { color: rgb(188,82,198); }
H1.HeaderClassName
{
color: #BC52C6;
}
.AnyTagClassName
{
color: #BC52C6;
}
</style>
background-color css
<style>
a { background-color: #BC52C6; }
a { background-color: rgb(188,82,198); }
div.DivClassName
{
background-color: #BC52C6;
}
.BgClassName
{
background-color: #BC52C6;
}
</style>
border-color css
<style>
span { border-color: #BC52C6; }
span { border-color: rgb(188,82,198); }
td.TdClassName
{
border-color: #BC52C6;
}
.TagClassName
{
border-color: #BC52C6;
}
</style>