Shades of Fuchsia #BC34BA
Tints of Fuchsia #BC34BA
RGB
CMYK
RGB Variations
Color information
#BC34BA (or 0xBC34BA) is known color: Fuchsia. HEX triplet: BC, 34 and BA. RGB value is (188,52,186). Sum of RGB (Red+Green+Blue) = 188+52+186=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34BA is #43CB45. Grayscale: #6B6B6B. Windows color (decimal): -4442950 or 12203196. OLE color: 12203196.
HSL color Cylindrical-coordinate representation of color #BC34BA: hue angle of 300.88º 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 #BC34BA is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 186 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.26 |
| HSL | 300.88º | 0.57% | 0.47% | - |
| HSV(B) | 300.88º | 0.72% | 0.74% | - |
| XYZ | 30.83 | 16.69 | 48.05 | - |
| YUV | 107.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 186 | 0 | 0.72 | 0.01 | 0.26 | 300.88 | 0.57 | 0.47 |
| Hex | BC | 34 | BA | 0 | 48 | 1 | 1A | 12D | 39 | 2F |
| Octal | 274 | 64 | 272 | 0 | 110 | 1 | 32 | 455 | 71 | 57 |
| Binary | 10111100 | 110100 | 10111010 | 0 | 1001000 | 1 | 11010 | 100101101 | 111001 | 101111 |
Color Harmonies of #BC34BA
Complementary color
Monochromatic Colors of #BC34BA
Black with #BC34BA
Text Example
Text Example
White with #BC34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34BA; }
p { color: rgb(188,52,186); }
H1.HeaderClassName
{
color: #BC34BA;
}
.AnyTagClassName
{
color: #BC34BA;
}
</style>
background-color css
<style>
a { background-color: #BC34BA; }
a { background-color: rgb(188,52,186); }
div.DivClassName
{
background-color: #BC34BA;
}
.BgClassName
{
background-color: #BC34BA;
}
</style>
border-color css
<style>
span { border-color: #BC34BA; }
span { border-color: rgb(188,52,186); }
td.TdClassName
{
border-color: #BC34BA;
}
.TagClassName
{
border-color: #BC34BA;
}
</style>