Shades of Fuchsia #BC34AD
Tints of Fuchsia #BC34AD
RGB
CMYK
RGB Variations
Color information
#BC34AD (or 0xBC34AD) is known color: Fuchsia. HEX triplet: BC, 34 and AD. RGB value is (188,52,173). Sum of RGB (Red+Green+Blue) = 188+52+173=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC34AD is #43CB52. Grayscale: #6A6A6A. Windows color (decimal): -4442963 or 11351228. OLE color: 11351228.
HSL color Cylindrical-coordinate representation of color #BC34AD: hue angle of 306.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC34AD is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 173 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.26 |
| HSL | 306.62º | 0.57% | 0.47% | - |
| HSV(B) | 306.62º | 0.72% | 0.74% | - |
| XYZ | 29.51 | 16.16 | 41.1 | - |
| YUV | 106.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 173 | 0 | 0.72 | 0.08 | 0.26 | 306.62 | 0.57 | 0.47 |
| Hex | BC | 34 | AD | 0 | 48 | 8 | 1A | 133 | 39 | 2F |
| Octal | 274 | 64 | 255 | 0 | 110 | 10 | 32 | 463 | 71 | 57 |
| Binary | 10111100 | 110100 | 10101101 | 0 | 1001000 | 1000 | 11010 | 100110011 | 111001 | 101111 |
Color Harmonies of #BC34AD
Complementary color
Monochromatic Colors of #BC34AD
Black with #BC34AD
Text Example
Text Example
White with #BC34AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34AD; }
p { color: rgb(188,52,173); }
H1.HeaderClassName
{
color: #BC34AD;
}
.AnyTagClassName
{
color: #BC34AD;
}
</style>
background-color css
<style>
a { background-color: #BC34AD; }
a { background-color: rgb(188,52,173); }
div.DivClassName
{
background-color: #BC34AD;
}
.BgClassName
{
background-color: #BC34AD;
}
</style>
border-color css
<style>
span { border-color: #BC34AD; }
span { border-color: rgb(188,52,173); }
td.TdClassName
{
border-color: #BC34AD;
}
.TagClassName
{
border-color: #BC34AD;
}
</style>