Shades of Fuchsia #BC77BC
Tints of Fuchsia #BC77BC
RGB
CMYK
RGB Variations
Color information
#BC77BC (or 0xBC77BC) is known color: Fuchsia. HEX triplet: BC, 77 and BC. RGB value is (188,119,188). Sum of RGB (Red+Green+Blue) = 188+119+188=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77BC is #438843. Grayscale: #939393. Windows color (decimal): -4425796 or 12351420. OLE color: 12351420.
HSL color Cylindrical-coordinate representation of color #BC77BC: hue angle of 300º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC77BC is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 188 | - |
| CMYK | 0 | 0.37 | 0 | 0.26 |
| HSL | 300º | 0.34% | 0.6% | - |
| HSV(B) | 300º | 0.37% | 0.74% | - |
| XYZ | 36.41 | 27.52 | 50.97 | - |
| YUV | 147.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 188 | 0 | 0.37 | 0 | 0.26 | 300 | 0.34 | 0.6 |
| Hex | BC | 77 | BC | 0 | 25 | 0 | 1A | 12C | 22 | 3C |
| Octal | 274 | 167 | 274 | 0 | 45 | 0 | 32 | 454 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10111100 | 0 | 100101 | 0 | 11010 | 100101100 | 100010 | 111100 |
Color Harmonies of #BC77BC
Complementary color
Monochromatic Colors of #BC77BC
Black with #BC77BC
Text Example
Text Example
White with #BC77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77BC; }
p { color: rgb(188,119,188); }
H1.HeaderClassName
{
color: #BC77BC;
}
.AnyTagClassName
{
color: #BC77BC;
}
</style>
background-color css
<style>
a { background-color: #BC77BC; }
a { background-color: rgb(188,119,188); }
div.DivClassName
{
background-color: #BC77BC;
}
.BgClassName
{
background-color: #BC77BC;
}
</style>
border-color css
<style>
span { border-color: #BC77BC; }
span { border-color: rgb(188,119,188); }
td.TdClassName
{
border-color: #BC77BC;
}
.TagClassName
{
border-color: #BC77BC;
}
</style>