#BC43BD

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

Shades of Fuchsia #BC43BD

Tints of Fuchsia #BC43BD

Color information

#BC43BD (or 0xBC43BD) is unknown color: approx Fuchsia. HEX triplet: BC, 43 and BD. RGB value is (188,67,189). Sum of RGB (Red+Green+Blue) = 188+67+189=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC43BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43BD is #43BC42. Grayscale: #747474. Windows color (decimal): -4439107 or 12403644. OLE color: 12403644.

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

Color convert

RGB18867189-
CMYK0.010.6500.26
HSL299.51º48.03%50.2%-
HSV(B)299.51º64.55%74.12%-
XYZ31.9318.3850.01-
YUV117.09168.59178.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 67 (26.56% from 255) = 15.09%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=42.34%
G=15.09%
B=42.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188671890.010.6500.26299.5148.0350.2
HexBC43BD14101A12c3032
Octal27410327511010324546062
Binary1011110010000111011110111000001011010100101100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC43BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC43BD; }

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

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

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

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

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

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

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

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