Shades of Fuchsia #BC34C7
Tints of Fuchsia #BC34C7
RGB
CMYK
RGB Variations
Color information
#BC34C7 (or 0xBC34C7) is known color: Fuchsia. HEX triplet: BC, 34 and C7. RGB value is (188,52,199). Sum of RGB (Red+Green+Blue) = 188+52+199=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC34C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34C7 is #43CB38. Grayscale: #6C6C6C. Windows color (decimal): -4442937 or 13055164. OLE color: 13055164.
HSL color Cylindrical-coordinate representation of color #BC34C7: hue angle of 295.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC34C7 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 52 | 199 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.22 |
| HSL | 295.51º | 0.59% | 0.49% | - |
| HSV(B) | 295.51º | 0.74% | 0.78% | - |
| XYZ | 32.28 | 17.27 | 55.67 | - |
| YUV | 109.42 | 178.56 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 199 | 0.06 | 0.74 | 0 | 0.22 | 295.51 | 0.59 | 0.49 |
| Hex | BC | 34 | C7 | 6 | 4A | 0 | 16 | 128 | 3B | 31 |
| Octal | 274 | 64 | 307 | 6 | 112 | 0 | 26 | 450 | 73 | 61 |
| Binary | 10111100 | 110100 | 11000111 | 110 | 1001010 | 0 | 10110 | 100101000 | 111011 | 110001 |
Color Harmonies of #BC34C7
Complementary color
Monochromatic Colors of #BC34C7
Black with #BC34C7
Text Example
Text Example
White with #BC34C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34C7; }
p { color: rgb(188,52,199); }
H1.HeaderClassName
{
color: #BC34C7;
}
.AnyTagClassName
{
color: #BC34C7;
}
</style>
background-color css
<style>
a { background-color: #BC34C7; }
a { background-color: rgb(188,52,199); }
div.DivClassName
{
background-color: #BC34C7;
}
.BgClassName
{
background-color: #BC34C7;
}
</style>
border-color css
<style>
span { border-color: #BC34C7; }
span { border-color: rgb(188,52,199); }
td.TdClassName
{
border-color: #BC34C7;
}
.TagClassName
{
border-color: #BC34C7;
}
</style>