Shades of Fuchsia #BC61BA
Tints of Fuchsia #BC61BA
RGB
CMYK
RGB Variations
Color information
#BC61BA (or 0xBC61BA) is known color: Fuchsia. HEX triplet: BC, 61 and BA. RGB value is (188,97,186). Sum of RGB (Red+Green+Blue) = 188+97+186=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61BA is #439E45. Grayscale: #868686. Windows color (decimal): -4431430 or 12214716. OLE color: 12214716.
HSL color Cylindrical-coordinate representation of color #BC61BA: hue angle of 301.32º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC61BA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 186 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.26 |
| HSL | 301.32º | 0.4% | 0.56% | - |
| HSV(B) | 301.32º | 0.48% | 0.74% | - |
| XYZ | 33.88 | 22.79 | 49.07 | - |
| YUV | 134.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 186 | 0 | 0.48 | 0.01 | 0.26 | 301.32 | 0.4 | 0.56 |
| Hex | BC | 61 | BA | 0 | 30 | 1 | 1A | 12D | 28 | 38 |
| Octal | 274 | 141 | 272 | 0 | 60 | 1 | 32 | 455 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10111010 | 0 | 110000 | 1 | 11010 | 100101101 | 101000 | 111000 |
Color Harmonies of #BC61BA
Complementary color
Monochromatic Colors of #BC61BA
Black with #BC61BA
Text Example
Text Example
White with #BC61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61BA; }
p { color: rgb(188,97,186); }
H1.HeaderClassName
{
color: #BC61BA;
}
.AnyTagClassName
{
color: #BC61BA;
}
</style>
background-color css
<style>
a { background-color: #BC61BA; }
a { background-color: rgb(188,97,186); }
div.DivClassName
{
background-color: #BC61BA;
}
.BgClassName
{
background-color: #BC61BA;
}
</style>
border-color css
<style>
span { border-color: #BC61BA; }
span { border-color: rgb(188,97,186); }
td.TdClassName
{
border-color: #BC61BA;
}
.TagClassName
{
border-color: #BC61BA;
}
</style>