Shades of Fuchsia #BC34C4
Tints of Fuchsia #BC34C4
RGB
CMYK
RGB Variations
Color information
#BC34C4 (or 0xBC34C4) is known color: Fuchsia. HEX triplet: BC, 34 and C4. RGB value is (188,52,196). Sum of RGB (Red+Green+Blue) = 188+52+196=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC34C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34C4 is #43CB3B. Grayscale: #6C6C6C. Windows color (decimal): -4442940 or 12858556. OLE color: 12858556.
HSL color Cylindrical-coordinate representation of color #BC34C4: hue angle of 296.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC34C4 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 52 | 196 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.23 |
| HSL | 296.67º | 0.58% | 0.49% | - |
| HSV(B) | 296.67º | 0.73% | 0.77% | - |
| XYZ | 31.93 | 17.13 | 53.85 | - |
| YUV | 109.08 | 177.06 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 196 | 0.04 | 0.73 | 0 | 0.23 | 296.67 | 0.58 | 0.49 |
| Hex | BC | 34 | C4 | 4 | 49 | 0 | 17 | 129 | 3A | 31 |
| Octal | 274 | 64 | 304 | 4 | 111 | 0 | 27 | 451 | 72 | 61 |
| Binary | 10111100 | 110100 | 11000100 | 100 | 1001001 | 0 | 10111 | 100101001 | 111010 | 110001 |
Color Harmonies of #BC34C4
Complementary color
Monochromatic Colors of #BC34C4
Black with #BC34C4
Text Example
Text Example
White with #BC34C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34C4; }
p { color: rgb(188,52,196); }
H1.HeaderClassName
{
color: #BC34C4;
}
.AnyTagClassName
{
color: #BC34C4;
}
</style>
background-color css
<style>
a { background-color: #BC34C4; }
a { background-color: rgb(188,52,196); }
div.DivClassName
{
background-color: #BC34C4;
}
.BgClassName
{
background-color: #BC34C4;
}
</style>
border-color css
<style>
span { border-color: #BC34C4; }
span { border-color: rgb(188,52,196); }
td.TdClassName
{
border-color: #BC34C4;
}
.TagClassName
{
border-color: #BC34C4;
}
</style>