Shades of Fuchsia #BC61B2
Tints of Fuchsia #BC61B2
RGB
CMYK
RGB Variations
Color information
#BC61B2 (or 0xBC61B2) is known color: Fuchsia. HEX triplet: BC, 61 and B2. RGB value is (188,97,178). Sum of RGB (Red+Green+Blue) = 188+97+178=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61B2 is #439E4D. Grayscale: #858585. Windows color (decimal): -4431438 or 11690428. OLE color: 11690428.
HSL color Cylindrical-coordinate representation of color #BC61B2: hue angle of 306.59º 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 #BC61B2 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 178 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.26 |
| HSL | 306.59º | 0.4% | 0.56% | - |
| HSV(B) | 306.59º | 0.48% | 0.74% | - |
| XYZ | 33.05 | 22.46 | 44.71 | - |
| YUV | 133.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 178 | 0 | 0.48 | 0.05 | 0.26 | 306.59 | 0.4 | 0.56 |
| Hex | BC | 61 | B2 | 0 | 30 | 5 | 1A | 133 | 28 | 38 |
| Octal | 274 | 141 | 262 | 0 | 60 | 5 | 32 | 463 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10110010 | 0 | 110000 | 101 | 11010 | 100110011 | 101000 | 111000 |
Color Harmonies of #BC61B2
Complementary color
Monochromatic Colors of #BC61B2
Black with #BC61B2
Text Example
Text Example
White with #BC61B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61B2; }
p { color: rgb(188,97,178); }
H1.HeaderClassName
{
color: #BC61B2;
}
.AnyTagClassName
{
color: #BC61B2;
}
</style>
background-color css
<style>
a { background-color: #BC61B2; }
a { background-color: rgb(188,97,178); }
div.DivClassName
{
background-color: #BC61B2;
}
.BgClassName
{
background-color: #BC61B2;
}
</style>
border-color css
<style>
span { border-color: #BC61B2; }
span { border-color: rgb(188,97,178); }
td.TdClassName
{
border-color: #BC61B2;
}
.TagClassName
{
border-color: #BC61B2;
}
</style>