#BC43B1

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

Shades of Fuchsia #BC43B1

Tints of Fuchsia #BC43B1

Color information

#BC43B1 (or 0xBC43B1) is unknown color: approx Fuchsia. HEX triplet: BC, 43 and B1. RGB value is (188,67,177). Sum of RGB (Red+Green+Blue) = 188+67+177=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43B1 is #43BC4E. Grayscale: #737373. Windows color (decimal): -4439119 or 11617212. OLE color: 11617212.

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

Color convert

RGB18867177-
CMYK00.640.060.26
HSL305.45º47.45%50%-
HSV(B)305.45º64.36%73.73%-
XYZ30.6817.8843.43-
YUV115.72162.59179.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 67 (26.56% from 255) = 15.51%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=43.52%
G=15.51%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886717700.640.060.26305.4547.4550
HexBC43B104061A1312f32
Octal27410326101006324615762
Binary101111001000011101100010100000011011010100110001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC43B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC43B1; }

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

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

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

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

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

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

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

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