#B43AC5

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

Shades of Fuchsia #B43AC5

Tints of Fuchsia #B43AC5

Color information

#B43AC5 (or 0xB43AC5) is unknown color: approx Fuchsia. HEX triplet: B4, 3A and C5. RGB value is (180,58,197). Sum of RGB (Red+Green+Blue) = 180+58+197=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 197 - color contains mainly: blue. Hex color #B43AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43AC5 is #4BC53A. Grayscale: #6D6D6D. Windows color (decimal): -4965691 or 12925620. OLE color: 12925620.

HSL color Cylindrical-coordinate representation of color #B43AC5: hue angle of 292.66º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43AC5 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18058197-
CMYK0.090.7100.23
HSL292.66º54.51%50%-
HSV(B)292.66º70.56%77.25%-
XYZ30.4116.7654.46-
YUV110.32176.92177.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 58 (23.05% from 255) = 13.33%
BLUE value IS 197 (77.34% from 255) = 45.29%
R=41.38%
G=13.33%
B=45.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180581970.090.7100.23292.6654.5150
HexB43AC59470171253732
Octal26472305111070274456762
Binary101101001110101100010110011000111010111100100101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43AC5; }

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

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

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

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

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

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

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

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