Shades of Fuchsia #BC68B9
Tints of Fuchsia #BC68B9
RGB
CMYK
RGB Variations
Color information
#BC68B9 (or 0xBC68B9) is known color: Fuchsia. HEX triplet: BC, 68 and B9. RGB value is (188,104,185). Sum of RGB (Red+Green+Blue) = 188+104+185=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68B9 is #439746. Grayscale: #8A8A8A. Windows color (decimal): -4429639 or 12150972. OLE color: 12150972.
HSL color Cylindrical-coordinate representation of color #BC68B9: hue angle of 302.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC68B9 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 185 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.26 |
| HSL | 302.14º | 0.39% | 0.57% | - |
| HSV(B) | 302.14º | 0.45% | 0.74% | - |
| XYZ | 34.45 | 24.09 | 48.73 | - |
| YUV | 138.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 185 | 0 | 0.45 | 0.02 | 0.26 | 302.14 | 0.39 | 0.57 |
| Hex | BC | 68 | B9 | 0 | 2D | 2 | 1A | 12E | 27 | 39 |
| Octal | 274 | 150 | 271 | 0 | 55 | 2 | 32 | 456 | 47 | 71 |
| Binary | 10111100 | 1101000 | 10111001 | 0 | 101101 | 10 | 11010 | 100101110 | 100111 | 111001 |
Color Harmonies of #BC68B9
Complementary color
Monochromatic Colors of #BC68B9
Black with #BC68B9
Text Example
Text Example
White with #BC68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68B9; }
p { color: rgb(188,104,185); }
H1.HeaderClassName
{
color: #BC68B9;
}
.AnyTagClassName
{
color: #BC68B9;
}
</style>
background-color css
<style>
a { background-color: #BC68B9; }
a { background-color: rgb(188,104,185); }
div.DivClassName
{
background-color: #BC68B9;
}
.BgClassName
{
background-color: #BC68B9;
}
</style>
border-color css
<style>
span { border-color: #BC68B9; }
span { border-color: rgb(188,104,185); }
td.TdClassName
{
border-color: #BC68B9;
}
.TagClassName
{
border-color: #BC68B9;
}
</style>