#BC43B2

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

Shades of Fuchsia #BC43B2

Tints of Fuchsia #BC43B2

Color information

#BC43B2 (or 0xBC43B2) is unknown color: approx Fuchsia. HEX triplet: BC, 43 and B2. RGB value is (188,67,178). Sum of RGB (Red+Green+Blue) = 188+67+178=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43B2 is #43BC4D. Grayscale: #737373. Windows color (decimal): -4439118 or 11682748. OLE color: 11682748.

HSL color Cylindrical-coordinate representation of color #BC43B2: hue angle of 304.96º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC43B2 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18867178-
CMYK00.640.050.26
HSL304.96º47.45%50%-
HSV(B)304.96º64.36%73.73%-
XYZ30.7817.9243.96-
YUV115.83163.09179.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 67 (26.56% from 255) = 15.47%
BLUE value IS 178 (69.92% from 255) = 41.11%
R=43.42%
G=15.47%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886717800.640.050.26304.9647.4550
HexBC43B204051A1312f32
Octal27410326201005324615762
Binary101111001000011101100100100000010111010100110001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC43B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC43B2; }

 p { color: rgb(188,67,178); }

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

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

 a { background-color: rgb(188,67,178); }

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

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

 span { border-color: rgb(188,67,178); }

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