Shades of Fuchsia #BC5BBC
Tints of Fuchsia #BC5BBC
RGB
CMYK
RGB Variations
Color information
#BC5BBC (or 0xBC5BBC) is known color: Fuchsia. HEX triplet: BC, 5B and BC. RGB value is (188,91,188). Sum of RGB (Red+Green+Blue) = 188+91+188=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC5BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BBC is #43A443. Grayscale: #828282. Windows color (decimal): -4432964 or 12344252. OLE color: 12344252.
HSL color Cylindrical-coordinate representation of color #BC5BBC: hue angle of 300º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5BBC is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 188 | - |
| CMYK | 0 | 0.52 | 0 | 0.26 |
| HSL | 300º | 0.42% | 0.55% | - |
| HSV(B) | 300º | 0.52% | 0.74% | - |
| XYZ | 33.56 | 21.8 | 50.02 | - |
| YUV | 131.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 188 | 0 | 0.52 | 0 | 0.26 | 300 | 0.42 | 0.55 |
| Hex | BC | 5B | BC | 0 | 34 | 0 | 1A | 12C | 2A | 37 |
| Octal | 274 | 133 | 274 | 0 | 64 | 0 | 32 | 454 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10111100 | 0 | 110100 | 0 | 11010 | 100101100 | 101010 | 110111 |
Color Harmonies of #BC5BBC
Complementary color
Monochromatic Colors of #BC5BBC
Black with #BC5BBC
Text Example
Text Example
White with #BC5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BBC; }
p { color: rgb(188,91,188); }
H1.HeaderClassName
{
color: #BC5BBC;
}
.AnyTagClassName
{
color: #BC5BBC;
}
</style>
background-color css
<style>
a { background-color: #BC5BBC; }
a { background-color: rgb(188,91,188); }
div.DivClassName
{
background-color: #BC5BBC;
}
.BgClassName
{
background-color: #BC5BBC;
}
</style>
border-color css
<style>
span { border-color: #BC5BBC; }
span { border-color: rgb(188,91,188); }
td.TdClassName
{
border-color: #BC5BBC;
}
.TagClassName
{
border-color: #BC5BBC;
}
</style>