Shades of Fuchsia #BC34C5
Tints of Fuchsia #BC34C5
RGB
CMYK
RGB Variations
Color information
#BC34C5 (or 0xBC34C5) is known color: Fuchsia. HEX triplet: BC, 34 and C5. RGB value is (188,52,197). Sum of RGB (Red+Green+Blue) = 188+52+197=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC34C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34C5 is #43CB3A. Grayscale: #6C6C6C. Windows color (decimal): -4442939 or 12924092. OLE color: 12924092.
HSL color Cylindrical-coordinate representation of color #BC34C5: hue angle of 296.28º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC34C5 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 52 | 197 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.23 |
| HSL | 296.28º | 0.58% | 0.49% | - |
| HSV(B) | 296.28º | 0.74% | 0.77% | - |
| XYZ | 32.05 | 17.18 | 54.45 | - |
| YUV | 109.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 197 | 0.05 | 0.74 | 0 | 0.23 | 296.28 | 0.58 | 0.49 |
| Hex | BC | 34 | C5 | 5 | 4A | 0 | 17 | 128 | 3A | 31 |
| Octal | 274 | 64 | 305 | 5 | 112 | 0 | 27 | 450 | 72 | 61 |
| Binary | 10111100 | 110100 | 11000101 | 101 | 1001010 | 0 | 10111 | 100101000 | 111010 | 110001 |
Color Harmonies of #BC34C5
Complementary color
Monochromatic Colors of #BC34C5
Black with #BC34C5
Text Example
Text Example
White with #BC34C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34C5; }
p { color: rgb(188,52,197); }
H1.HeaderClassName
{
color: #BC34C5;
}
.AnyTagClassName
{
color: #BC34C5;
}
</style>
background-color css
<style>
a { background-color: #BC34C5; }
a { background-color: rgb(188,52,197); }
div.DivClassName
{
background-color: #BC34C5;
}
.BgClassName
{
background-color: #BC34C5;
}
</style>
border-color css
<style>
span { border-color: #BC34C5; }
span { border-color: rgb(188,52,197); }
td.TdClassName
{
border-color: #BC34C5;
}
.TagClassName
{
border-color: #BC34C5;
}
</style>