#bc43ae

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

Shades of Fuchsia #BC43AE

Tints of Fuchsia #BC43AE

Color information

#BC43AE (or 0xBC43AE) is unknown color: approx Fuchsia. HEX triplet: BC, 43 and AE. RGB value is (188,67,174). Sum of RGB (Red+Green+Blue) = 188+67+174=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC43AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC43AE is #43BC51. Grayscale: #737373. Windows color (decimal): -4439122 or 11420604. OLE color: 11420604.

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

Color convert

RGB18867174-
CMYK00.640.070.26
HSL306.94º47.45%50%-
HSV(B)306.94º64.36%73.73%-
XYZ30.3917.7641.87-
YUV115.38161.09179.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 67 (26.56% from 255) = 15.62%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=43.82%
G=15.62%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886717400.640.070.26306.9447.4550
HexBC43AE04071A1332f32
Octal27410325601007324635762
Binary101111001000011101011100100000011111010100110011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc43ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc43ae; }

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

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

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

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

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

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

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

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