Shades of Fuchsia #BC69BA
Tints of Fuchsia #BC69BA
RGB
CMYK
RGB Variations
Color information
#BC69BA (or 0xBC69BA) is known color: Fuchsia. HEX triplet: BC, 69 and BA. RGB value is (188,105,186). Sum of RGB (Red+Green+Blue) = 188+105+186=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69BA is #439645. Grayscale: #8A8A8A. Windows color (decimal): -4429382 or 12216764. OLE color: 12216764.
HSL color Cylindrical-coordinate representation of color #BC69BA: hue angle of 301.45º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC69BA is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 186 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.26 |
| HSL | 301.45º | 0.38% | 0.57% | - |
| HSV(B) | 301.45º | 0.44% | 0.74% | - |
| XYZ | 34.65 | 24.34 | 49.33 | - |
| YUV | 139.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 186 | 0 | 0.44 | 0.01 | 0.26 | 301.45 | 0.38 | 0.57 |
| Hex | BC | 69 | BA | 0 | 2C | 1 | 1A | 12D | 26 | 39 |
| Octal | 274 | 151 | 272 | 0 | 54 | 1 | 32 | 455 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10111010 | 0 | 101100 | 1 | 11010 | 100101101 | 100110 | 111001 |
Color Harmonies of #BC69BA
Complementary color
Monochromatic Colors of #BC69BA
Black with #BC69BA
Text Example
Text Example
White with #BC69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69BA; }
p { color: rgb(188,105,186); }
H1.HeaderClassName
{
color: #BC69BA;
}
.AnyTagClassName
{
color: #BC69BA;
}
</style>
background-color css
<style>
a { background-color: #BC69BA; }
a { background-color: rgb(188,105,186); }
div.DivClassName
{
background-color: #BC69BA;
}
.BgClassName
{
background-color: #BC69BA;
}
</style>
border-color css
<style>
span { border-color: #BC69BA; }
span { border-color: rgb(188,105,186); }
td.TdClassName
{
border-color: #BC69BA;
}
.TagClassName
{
border-color: #BC69BA;
}
</style>