Shades of Fuchsia #BC5EBA
Tints of Fuchsia #BC5EBA
RGB
CMYK
RGB Variations
Color information
#BC5EBA (or 0xBC5EBA) is known color: Fuchsia. HEX triplet: BC, 5E and BA. RGB value is (188,94,186). Sum of RGB (Red+Green+Blue) = 188+94+186=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EBA is #43A145. Grayscale: #848484. Windows color (decimal): -4432198 or 12213948. OLE color: 12213948.
HSL color Cylindrical-coordinate representation of color #BC5EBA: hue angle of 301.28º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5EBA is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 94 | 186 | - |
CMYK | 0 | 0.50 | 0.01 | 0.26 |
HSL | 301.28º | 0.41% | 0.55% | - |
HSV(B) | 301.28º | 0.5% | 0.74% | - |
XYZ | 33.6 | 22.24 | 48.98 | - |
YUV | 132.59 | 158.14 | 167.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 94 | 186 | 0 | 0.50 | 0.01 | 0.26 | 301.28 | 0.41 | 0.55 |
Hex | BC | 5E | BA | 0 | 32 | 1 | 1A | 12D | 29 | 37 |
Octal | 274 | 136 | 272 | 0 | 62 | 1 | 32 | 455 | 51 | 67 |
Binary | 10111100 | 1011110 | 10111010 | 0 | 110010 | 1 | 11010 | 100101101 | 101001 | 110111 |
Color Harmonies of #BC5EBA
Complementary color
Monochromatic Colors of #BC5EBA
Black with #BC5EBA
Text Example
Text Example
White with #BC5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EBA; }
p { color: rgb(188,94,186); }
H1.HeaderClassName
{
color: #BC5EBA;
}
.AnyTagClassName
{
color: #BC5EBA;
}
</style>
background-color css
<style>
a { background-color: #BC5EBA; }
a { background-color: rgb(188,94,186); }
div.DivClassName
{
background-color: #BC5EBA;
}
.BgClassName
{
background-color: #BC5EBA;
}
</style>
border-color css
<style>
span { border-color: #BC5EBA; }
span { border-color: rgb(188,94,186); }
td.TdClassName
{
border-color: #BC5EBA;
}
.TagClassName
{
border-color: #BC5EBA;
}
</style>