Shades of Fuchsia #BC34B8
Tints of Fuchsia #BC34B8
RGB
CMYK
RGB Variations
Color information
#BC34B8 (or 0xBC34B8) is known color: Fuchsia. HEX triplet: BC, 34 and B8. RGB value is (188,52,184). Sum of RGB (Red+Green+Blue) = 188+52+184=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34B8 is #43CB47. Grayscale: #6B6B6B. Windows color (decimal): -4442952 or 12072124. OLE color: 12072124.
HSL color Cylindrical-coordinate representation of color #BC34B8: hue angle of 301.76º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC34B8 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 184 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.26 |
| HSL | 301.76º | 0.57% | 0.47% | - |
| HSV(B) | 301.76º | 0.72% | 0.74% | - |
| XYZ | 30.62 | 16.61 | 46.94 | - |
| YUV | 107.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 184 | 0 | 0.72 | 0.02 | 0.26 | 301.76 | 0.57 | 0.47 |
| Hex | BC | 34 | B8 | 0 | 48 | 2 | 1A | 12E | 39 | 2F |
| Octal | 274 | 64 | 270 | 0 | 110 | 2 | 32 | 456 | 71 | 57 |
| Binary | 10111100 | 110100 | 10111000 | 0 | 1001000 | 10 | 11010 | 100101110 | 111001 | 101111 |
Color Harmonies of #BC34B8
Complementary color
Monochromatic Colors of #BC34B8
Black with #BC34B8
Text Example
Text Example
White with #BC34B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34B8; }
p { color: rgb(188,52,184); }
H1.HeaderClassName
{
color: #BC34B8;
}
.AnyTagClassName
{
color: #BC34B8;
}
</style>
background-color css
<style>
a { background-color: #BC34B8; }
a { background-color: rgb(188,52,184); }
div.DivClassName
{
background-color: #BC34B8;
}
.BgClassName
{
background-color: #BC34B8;
}
</style>
border-color css
<style>
span { border-color: #BC34B8; }
span { border-color: rgb(188,52,184); }
td.TdClassName
{
border-color: #BC34B8;
}
.TagClassName
{
border-color: #BC34B8;
}
</style>