#B43AC4

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

Shades of Fuchsia #B43AC4

Tints of Fuchsia #B43AC4

Color information

#B43AC4 (or 0xB43AC4) is unknown color: approx Fuchsia. HEX triplet: B4, 3A and C4. RGB value is (180,58,196). Sum of RGB (Red+Green+Blue) = 180+58+196=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #B43AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43AC4 is #4BC53B. Grayscale: #6D6D6D. Windows color (decimal): -4965692 or 12860084. OLE color: 12860084.

HSL color Cylindrical-coordinate representation of color #B43AC4: hue angle of 293.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43AC4 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18058196-
CMYK0.080.7000.23
HSL293.04º54.33%49.8%-
HSV(B)293.04º70.41%76.86%-
XYZ30.316.7153.85-
YUV110.21176.42177.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 58 (23.05% from 255) = 13.36%
BLUE value IS 196 (76.95% from 255) = 45.16%
R=41.47%
G=13.36%
B=45.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180581960.080.7000.23293.0454.3349.8
HexB43AC48460171253632
Octal26472304101060274456662
Binary101101001110101100010010001000110010111100100101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43AC4; }

 p { color: rgb(180,58,196); }

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

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

 a { background-color: rgb(180,58,196); }

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

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

 span { border-color: rgb(180,58,196); }

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