Shades of Fuchsia #BC5DBA
Tints of Fuchsia #BC5DBA
RGB
CMYK
RGB Variations
Color information
#BC5DBA (or 0xBC5DBA) is known color: Fuchsia. HEX triplet: BC, 5D and BA. RGB value is (188,93,186). Sum of RGB (Red+Green+Blue) = 188+93+186=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DBA is #43A245. Grayscale: #838383. Windows color (decimal): -4432454 or 12213692. OLE color: 12213692.
HSL color Cylindrical-coordinate representation of color #BC5DBA: hue angle of 301.26º degrees, saturation: 0.41, 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 #BC5DBA is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 186 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.26 |
| HSL | 301.26º | 0.41% | 0.55% | - |
| HSV(B) | 301.26º | 0.51% | 0.74% | - |
| XYZ | 33.52 | 22.07 | 48.95 | - |
| YUV | 132.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 186 | 0 | 0.51 | 0.01 | 0.26 | 301.26 | 0.41 | 0.55 |
| Hex | BC | 5D | BA | 0 | 33 | 1 | 1A | 12D | 29 | 37 |
| Octal | 274 | 135 | 272 | 0 | 63 | 1 | 32 | 455 | 51 | 67 |
| Binary | 10111100 | 1011101 | 10111010 | 0 | 110011 | 1 | 11010 | 100101101 | 101001 | 110111 |
Color Harmonies of #BC5DBA
Complementary color
Monochromatic Colors of #BC5DBA
Black with #BC5DBA
Text Example
Text Example
White with #BC5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DBA; }
p { color: rgb(188,93,186); }
H1.HeaderClassName
{
color: #BC5DBA;
}
.AnyTagClassName
{
color: #BC5DBA;
}
</style>
background-color css
<style>
a { background-color: #BC5DBA; }
a { background-color: rgb(188,93,186); }
div.DivClassName
{
background-color: #BC5DBA;
}
.BgClassName
{
background-color: #BC5DBA;
}
</style>
border-color css
<style>
span { border-color: #BC5DBA; }
span { border-color: rgb(188,93,186); }
td.TdClassName
{
border-color: #BC5DBA;
}
.TagClassName
{
border-color: #BC5DBA;
}
</style>