Shades of Fuchsia #BC34CB
Tints of Fuchsia #BC34CB
RGB
CMYK
RGB Variations
Color information
#BC34CB (or 0xBC34CB) is known color: Fuchsia. HEX triplet: BC, 34 and CB. RGB value is (188,52,203). Sum of RGB (Red+Green+Blue) = 188+52+203=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC34CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34CB is #43CB34. Grayscale: #6D6D6D. Windows color (decimal): -4442933 or 13317308. OLE color: 13317308.
HSL color Cylindrical-coordinate representation of color #BC34CB: hue angle of 294.04º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC34CB is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 52 | 203 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.20 |
| HSL | 294.04º | 0.59% | 0.5% | - |
| HSV(B) | 294.04º | 0.74% | 0.8% | - |
| XYZ | 32.75 | 17.46 | 58.14 | - |
| YUV | 109.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 203 | 0.07 | 0.74 | 0 | 0.20 | 294.04 | 0.59 | 0.5 |
| Hex | BC | 34 | CB | 7 | 4A | 0 | 14 | 126 | 3B | 32 |
| Octal | 274 | 64 | 313 | 7 | 112 | 0 | 24 | 446 | 73 | 62 |
| Binary | 10111100 | 110100 | 11001011 | 111 | 1001010 | 0 | 10100 | 100100110 | 111011 | 110010 |
Color Harmonies of #BC34CB
Complementary color
Monochromatic Colors of #BC34CB
Black with #BC34CB
Text Example
Text Example
White with #BC34CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34CB; }
p { color: rgb(188,52,203); }
H1.HeaderClassName
{
color: #BC34CB;
}
.AnyTagClassName
{
color: #BC34CB;
}
</style>
background-color css
<style>
a { background-color: #BC34CB; }
a { background-color: rgb(188,52,203); }
div.DivClassName
{
background-color: #BC34CB;
}
.BgClassName
{
background-color: #BC34CB;
}
</style>
border-color css
<style>
span { border-color: #BC34CB; }
span { border-color: rgb(188,52,203); }
td.TdClassName
{
border-color: #BC34CB;
}
.TagClassName
{
border-color: #BC34CB;
}
</style>