#BC34C3

Color #BC34C3 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BC34C3

Tints of Fuchsia #BC34C3

Color information

#BC34C3 (or 0xBC34C3) is unknown color: approx Fuchsia. HEX triplet: BC, 34 and C3. RGB value is (188,52,195). Sum of RGB (Red+Green+Blue) = 188+52+195=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC34C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34C3 is #43CB3C. Grayscale: #6C6C6C. Windows color (decimal): -4442941 or 12793020. OLE color: 12793020.

HSL color Cylindrical-coordinate representation of color #BC34C3: hue angle of 297.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC34C3 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18852195-
CMYK0.040.7300.24
HSL297.06º57.89%48.43%-
HSV(B)297.06º73.33%76.47%-
XYZ31.8217.0953.25-
YUV108.97176.56184.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 52 (20.70% from 255) = 11.95%
BLUE value IS 195 (76.56% from 255) = 44.83%
R=43.22%
G=11.95%
B=44.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188521950.040.7300.24297.0657.8948.43
HexBC34C34490181293a30
Octal2746430341110304517260
Binary10111100110100110000111001001001011000100101001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC34C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC34C3; }

 p { color: rgb(188,52,195); }

 H1.HeaderClassName
 {
   color: #BC34C3;
 }
 .AnyTagClassName
 {
   color: #BC34C3;
 }
</style>
background-color css

<style>
 a { background-color: #BC34C3; }

 a { background-color: rgb(188,52,195); }

 div.DivClassName
 {
   background-color: #BC34C3;
 }
 .BgClassName
 {
   background-color: #BC34C3;
 }
</style>
border-color css

<style>
 span { border-color: #BC34C3; }

 span { border-color: rgb(188,52,195); }

 td.TdClassName
 {
   border-color: #BC34C3;
 }
 .TagClassName
 {
   border-color: #BC34C3;
 }
</style>