Shades of Fuchsia #BC77BE
Tints of Fuchsia #BC77BE
RGB
CMYK
RGB Variations
Color information
#BC77BE (or 0xBC77BE) is known color: Fuchsia. HEX triplet: BC, 77 and BE. RGB value is (188,119,190). Sum of RGB (Red+Green+Blue) = 188+119+190=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77BE is #438841. Grayscale: #939393. Windows color (decimal): -4425794 or 12482492. OLE color: 12482492.
HSL color Cylindrical-coordinate representation of color #BC77BE: hue angle of 298.31º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC77BE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 119 | 190 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.25 |
| HSL | 298.31º | 0.35% | 0.61% | - |
| HSV(B) | 298.31º | 0.37% | 0.75% | - |
| XYZ | 36.63 | 27.6 | 52.11 | - |
| YUV | 147.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 190 | 0.01 | 0.37 | 0 | 0.25 | 298.31 | 0.35 | 0.61 |
| Hex | BC | 77 | BE | 1 | 25 | 0 | 19 | 12A | 23 | 3D |
| Octal | 274 | 167 | 276 | 1 | 45 | 0 | 31 | 452 | 43 | 75 |
| Binary | 10111100 | 1110111 | 10111110 | 1 | 100101 | 0 | 11001 | 100101010 | 100011 | 111101 |
Color Harmonies of #BC77BE
Complementary color
Monochromatic Colors of #BC77BE
Black with #BC77BE
Text Example
Text Example
White with #BC77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77BE; }
p { color: rgb(188,119,190); }
H1.HeaderClassName
{
color: #BC77BE;
}
.AnyTagClassName
{
color: #BC77BE;
}
</style>
background-color css
<style>
a { background-color: #BC77BE; }
a { background-color: rgb(188,119,190); }
div.DivClassName
{
background-color: #BC77BE;
}
.BgClassName
{
background-color: #BC77BE;
}
</style>
border-color css
<style>
span { border-color: #BC77BE; }
span { border-color: rgb(188,119,190); }
td.TdClassName
{
border-color: #BC77BE;
}
.TagClassName
{
border-color: #BC77BE;
}
</style>