Shades of Fuchsia #BC5EBE
Tints of Fuchsia #BC5EBE
RGB
CMYK
RGB Variations
Color information
#BC5EBE (or 0xBC5EBE) is known color: Fuchsia. HEX triplet: BC, 5E and BE. RGB value is (188,94,190). Sum of RGB (Red+Green+Blue) = 188+94+190=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC5EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EBE is #43A141. Grayscale: #848484. Windows color (decimal): -4432194 or 12476092. OLE color: 12476092.
HSL color Cylindrical-coordinate representation of color #BC5EBE: hue angle of 298.75º degrees, saturation: 0.42, 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 #BC5EBE is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 94 | 190 | - |
CMYK | 0.01 | 0.51 | 0 | 0.25 |
HSL | 298.75º | 0.42% | 0.56% | - |
HSV(B) | 298.75º | 0.51% | 0.75% | - |
XYZ | 34.04 | 22.41 | 51.25 | - |
YUV | 133.05 | 160.14 | 167.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 94 | 190 | 0.01 | 0.51 | 0 | 0.25 | 298.75 | 0.42 | 0.56 |
Hex | BC | 5E | BE | 1 | 33 | 0 | 19 | 12B | 2A | 38 |
Octal | 274 | 136 | 276 | 1 | 63 | 0 | 31 | 453 | 52 | 70 |
Binary | 10111100 | 1011110 | 10111110 | 1 | 110011 | 0 | 11001 | 100101011 | 101010 | 111000 |
Color Harmonies of #BC5EBE
Complementary color
Monochromatic Colors of #BC5EBE
Black with #BC5EBE
Text Example
Text Example
White with #BC5EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EBE; }
p { color: rgb(188,94,190); }
H1.HeaderClassName
{
color: #BC5EBE;
}
.AnyTagClassName
{
color: #BC5EBE;
}
</style>
background-color css
<style>
a { background-color: #BC5EBE; }
a { background-color: rgb(188,94,190); }
div.DivClassName
{
background-color: #BC5EBE;
}
.BgClassName
{
background-color: #BC5EBE;
}
</style>
border-color css
<style>
span { border-color: #BC5EBE; }
span { border-color: rgb(188,94,190); }
td.TdClassName
{
border-color: #BC5EBE;
}
.TagClassName
{
border-color: #BC5EBE;
}
</style>