#BC34B3

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

Shades of Fuchsia #BC34B3

Tints of Fuchsia #BC34B3

Color information

#BC34B3 (or 0xBC34B3) is unknown color: approx Fuchsia. HEX triplet: BC, 34 and B3. RGB value is (188,52,179). Sum of RGB (Red+Green+Blue) = 188+52+179=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34B3 is #43CB4C. Grayscale: #6A6A6A. Windows color (decimal): -4442957 or 11744444. OLE color: 11744444.

HSL color Cylindrical-coordinate representation of color #BC34B3: hue angle of 303.97º 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 #BC34B3 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18852179-
CMYK00.720.050.26
HSL303.97º56.67%47.06%-
HSV(B)303.97º72.34%73.73%-
XYZ30.116.444.23-
YUV107.14168.56185.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 52 (20.70% from 255) = 12.41%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=44.87%
G=12.41%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885217900.720.050.26303.9756.6747.06
HexBC34B304851A130392f
Octal2746426301105324607157
Binary10111100110100101100110100100010111010100110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC34B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC34B3; }

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

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

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

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

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

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

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

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