Shades of Fuchsia #BC58B5
Tints of Fuchsia #BC58B5
RGB
CMYK
RGB Variations
Color information
#BC58B5 (or 0xBC58B5) is known color: Fuchsia. HEX triplet: BC, 58 and B5. RGB value is (188,88,181). Sum of RGB (Red+Green+Blue) = 188+88+181=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58B5 is #43A74A. Grayscale: #808080. Windows color (decimal): -4433739 or 11884732. OLE color: 11884732.
HSL color Cylindrical-coordinate representation of color #BC58B5: hue angle of 304.2º degrees, saturation: 0.43, 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 #BC58B5 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 181 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.26 |
| HSL | 304.2º | 0.43% | 0.54% | - |
| HSV(B) | 304.2º | 0.53% | 0.74% | - |
| XYZ | 32.57 | 21.01 | 46.05 | - |
| YUV | 128.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 181 | 0 | 0.53 | 0.04 | 0.26 | 304.2 | 0.43 | 0.54 |
| Hex | BC | 58 | B5 | 0 | 35 | 4 | 1A | 130 | 2B | 36 |
| Octal | 274 | 130 | 265 | 0 | 65 | 4 | 32 | 460 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10110101 | 0 | 110101 | 100 | 11010 | 100110000 | 101011 | 110110 |
Color Harmonies of #BC58B5
Complementary color
Monochromatic Colors of #BC58B5
Black with #BC58B5
Text Example
Text Example
White with #BC58B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58B5; }
p { color: rgb(188,88,181); }
H1.HeaderClassName
{
color: #BC58B5;
}
.AnyTagClassName
{
color: #BC58B5;
}
</style>
background-color css
<style>
a { background-color: #BC58B5; }
a { background-color: rgb(188,88,181); }
div.DivClassName
{
background-color: #BC58B5;
}
.BgClassName
{
background-color: #BC58B5;
}
</style>
border-color css
<style>
span { border-color: #BC58B5; }
span { border-color: rgb(188,88,181); }
td.TdClassName
{
border-color: #BC58B5;
}
.TagClassName
{
border-color: #BC58B5;
}
</style>