Shades of Fuchsia #BC34C8
Tints of Fuchsia #BC34C8
RGB
CMYK
RGB Variations
Color information
#BC34C8 (or 0xBC34C8) is known color: Fuchsia. HEX triplet: BC, 34 and C8. RGB value is (188,52,200). Sum of RGB (Red+Green+Blue) = 188+52+200=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC34C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34C8 is #43CB37. Grayscale: #6D6D6D. Windows color (decimal): -4442936 or 13120700. OLE color: 13120700.
HSL color Cylindrical-coordinate representation of color #BC34C8: hue angle of 295.14º 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 #BC34C8 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 52 | 200 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.22 |
| HSL | 295.14º | 0.59% | 0.49% | - |
| HSV(B) | 295.14º | 0.74% | 0.78% | - |
| XYZ | 32.39 | 17.32 | 56.28 | - |
| YUV | 109.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 200 | 0.06 | 0.74 | 0 | 0.22 | 295.14 | 0.59 | 0.49 |
| Hex | BC | 34 | C8 | 6 | 4A | 0 | 16 | 127 | 3B | 31 |
| Octal | 274 | 64 | 310 | 6 | 112 | 0 | 26 | 447 | 73 | 61 |
| Binary | 10111100 | 110100 | 11001000 | 110 | 1001010 | 0 | 10110 | 100100111 | 111011 | 110001 |
Color Harmonies of #BC34C8
Complementary color
Monochromatic Colors of #BC34C8
Black with #BC34C8
Text Example
Text Example
White with #BC34C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34C8; }
p { color: rgb(188,52,200); }
H1.HeaderClassName
{
color: #BC34C8;
}
.AnyTagClassName
{
color: #BC34C8;
}
</style>
background-color css
<style>
a { background-color: #BC34C8; }
a { background-color: rgb(188,52,200); }
div.DivClassName
{
background-color: #BC34C8;
}
.BgClassName
{
background-color: #BC34C8;
}
</style>
border-color css
<style>
span { border-color: #BC34C8; }
span { border-color: rgb(188,52,200); }
td.TdClassName
{
border-color: #BC34C8;
}
.TagClassName
{
border-color: #BC34C8;
}
</style>