Shades of Fuchsia #BC34AB
Tints of Fuchsia #BC34AB
RGB
CMYK
RGB Variations
Color information
#BC34AB (or 0xBC34AB) is known color: Fuchsia. HEX triplet: BC, 34 and AB. RGB value is (188,52,171). Sum of RGB (Red+Green+Blue) = 188+52+171=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC34AB is #43CB54. Grayscale: #696969. Windows color (decimal): -4442965 or 11220156. OLE color: 11220156.
HSL color Cylindrical-coordinate representation of color #BC34AB: hue angle of 307.5º 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 #BC34AB is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 171 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.26 |
| HSL | 307.5º | 0.57% | 0.47% | - |
| HSV(B) | 307.5º | 0.72% | 0.74% | - |
| XYZ | 29.32 | 16.09 | 40.09 | - |
| YUV | 106.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 171 | 0 | 0.72 | 0.09 | 0.26 | 307.5 | 0.57 | 0.47 |
| Hex | BC | 34 | AB | 0 | 48 | 9 | 1A | 134 | 39 | 2F |
| Octal | 274 | 64 | 253 | 0 | 110 | 11 | 32 | 464 | 71 | 57 |
| Binary | 10111100 | 110100 | 10101011 | 0 | 1001000 | 1001 | 11010 | 100110100 | 111001 | 101111 |
Color Harmonies of #BC34AB
Complementary color
Monochromatic Colors of #BC34AB
Black with #BC34AB
Text Example
Text Example
White with #BC34AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34AB; }
p { color: rgb(188,52,171); }
H1.HeaderClassName
{
color: #BC34AB;
}
.AnyTagClassName
{
color: #BC34AB;
}
</style>
background-color css
<style>
a { background-color: #BC34AB; }
a { background-color: rgb(188,52,171); }
div.DivClassName
{
background-color: #BC34AB;
}
.BgClassName
{
background-color: #BC34AB;
}
</style>
border-color css
<style>
span { border-color: #BC34AB; }
span { border-color: rgb(188,52,171); }
td.TdClassName
{
border-color: #BC34AB;
}
.TagClassName
{
border-color: #BC34AB;
}
</style>