Shades of Fuchsia #BC5CB3
Tints of Fuchsia #BC5CB3
RGB
CMYK
RGB Variations
Color information
#BC5CB3 (or 0xBC5CB3) is known color: Fuchsia. HEX triplet: BC, 5C and B3. RGB value is (188,92,179). Sum of RGB (Red+Green+Blue) = 188+92+179=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CB3 is #43A34C. Grayscale: #828282. Windows color (decimal): -4432717 or 11754684. OLE color: 11754684.
HSL color Cylindrical-coordinate representation of color #BC5CB3: hue angle of 305.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5CB3 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 179 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.26 |
| HSL | 305.63º | 0.42% | 0.55% | - |
| HSV(B) | 305.63º | 0.51% | 0.74% | - |
| XYZ | 32.7 | 21.6 | 45.09 | - |
| YUV | 130.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 179 | 0 | 0.51 | 0.05 | 0.26 | 305.63 | 0.42 | 0.55 |
| Hex | BC | 5C | B3 | 0 | 33 | 5 | 1A | 132 | 2A | 37 |
| Octal | 274 | 134 | 263 | 0 | 63 | 5 | 32 | 462 | 52 | 67 |
| Binary | 10111100 | 1011100 | 10110011 | 0 | 110011 | 101 | 11010 | 100110010 | 101010 | 110111 |
Color Harmonies of #BC5CB3
Complementary color
Monochromatic Colors of #BC5CB3
Black with #BC5CB3
Text Example
Text Example
White with #BC5CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CB3; }
p { color: rgb(188,92,179); }
H1.HeaderClassName
{
color: #BC5CB3;
}
.AnyTagClassName
{
color: #BC5CB3;
}
</style>
background-color css
<style>
a { background-color: #BC5CB3; }
a { background-color: rgb(188,92,179); }
div.DivClassName
{
background-color: #BC5CB3;
}
.BgClassName
{
background-color: #BC5CB3;
}
</style>
border-color css
<style>
span { border-color: #BC5CB3; }
span { border-color: rgb(188,92,179); }
td.TdClassName
{
border-color: #BC5CB3;
}
.TagClassName
{
border-color: #BC5CB3;
}
</style>