Shades of Fuchsia #BC5EBF
Tints of Fuchsia #BC5EBF
RGB
CMYK
RGB Variations
Color information
#BC5EBF (or 0xBC5EBF) is known color: Fuchsia. HEX triplet: BC, 5E and BF. RGB value is (188,94,191). Sum of RGB (Red+Green+Blue) = 188+94+191=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC5EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EBF is #43A140. Grayscale: #848484. Windows color (decimal): -4432193 or 12541628. OLE color: 12541628.
HSL color Cylindrical-coordinate representation of color #BC5EBF: hue angle of 298.14º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5EBF is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 94 | 191 | - |
CMYK | 0.02 | 0.51 | 0 | 0.25 |
HSL | 298.14º | 0.43% | 0.56% | - |
HSV(B) | 298.14º | 0.51% | 0.75% | - |
XYZ | 34.15 | 22.46 | 51.83 | - |
YUV | 133.16 | 160.64 | 167.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 94 | 191 | 0.02 | 0.51 | 0 | 0.25 | 298.14 | 0.43 | 0.56 |
Hex | BC | 5E | BF | 2 | 33 | 0 | 19 | 12A | 2B | 38 |
Octal | 274 | 136 | 277 | 2 | 63 | 0 | 31 | 452 | 53 | 70 |
Binary | 10111100 | 1011110 | 10111111 | 10 | 110011 | 0 | 11001 | 100101010 | 101011 | 111000 |
Color Harmonies of #BC5EBF
Complementary color
Monochromatic Colors of #BC5EBF
Black with #BC5EBF
Text Example
Text Example
White with #BC5EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EBF; }
p { color: rgb(188,94,191); }
H1.HeaderClassName
{
color: #BC5EBF;
}
.AnyTagClassName
{
color: #BC5EBF;
}
</style>
background-color css
<style>
a { background-color: #BC5EBF; }
a { background-color: rgb(188,94,191); }
div.DivClassName
{
background-color: #BC5EBF;
}
.BgClassName
{
background-color: #BC5EBF;
}
</style>
border-color css
<style>
span { border-color: #BC5EBF; }
span { border-color: rgb(188,94,191); }
td.TdClassName
{
border-color: #BC5EBF;
}
.TagClassName
{
border-color: #BC5EBF;
}
</style>