Shades of Fuchsia #BC59B2
Tints of Fuchsia #BC59B2
RGB
CMYK
RGB Variations
Color information
#BC59B2 (or 0xBC59B2) is known color: Fuchsia. HEX triplet: BC, 59 and B2. RGB value is (188,89,178). Sum of RGB (Red+Green+Blue) = 188+89+178=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59B2 is #43A64D. Grayscale: #808080. Windows color (decimal): -4433486 or 11688380. OLE color: 11688380.
HSL color Cylindrical-coordinate representation of color #BC59B2: hue angle of 306.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC59B2 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 178 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.26 |
| HSL | 306.06º | 0.42% | 0.54% | - |
| HSV(B) | 306.06º | 0.53% | 0.74% | - |
| XYZ | 32.35 | 21.05 | 44.48 | - |
| YUV | 128.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 178 | 0 | 0.53 | 0.05 | 0.26 | 306.06 | 0.42 | 0.54 |
| Hex | BC | 59 | B2 | 0 | 35 | 5 | 1A | 132 | 2A | 36 |
| Octal | 274 | 131 | 262 | 0 | 65 | 5 | 32 | 462 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10110010 | 0 | 110101 | 101 | 11010 | 100110010 | 101010 | 110110 |
Color Harmonies of #BC59B2
Complementary color
Monochromatic Colors of #BC59B2
Black with #BC59B2
Text Example
Text Example
White with #BC59B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59B2; }
p { color: rgb(188,89,178); }
H1.HeaderClassName
{
color: #BC59B2;
}
.AnyTagClassName
{
color: #BC59B2;
}
</style>
background-color css
<style>
a { background-color: #BC59B2; }
a { background-color: rgb(188,89,178); }
div.DivClassName
{
background-color: #BC59B2;
}
.BgClassName
{
background-color: #BC59B2;
}
</style>
border-color css
<style>
span { border-color: #BC59B2; }
span { border-color: rgb(188,89,178); }
td.TdClassName
{
border-color: #BC59B2;
}
.TagClassName
{
border-color: #BC59B2;
}
</style>