#B43AA6

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

Shades of Fuchsia #B43AA6

Tints of Fuchsia #B43AA6

Color information

#B43AA6 (or 0xB43AA6) is unknown color: approx Fuchsia. HEX triplet: B4, 3A and A6. RGB value is (180,58,166). Sum of RGB (Red+Green+Blue) = 180+58+166=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B43AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43AA6 is #4BC559. Grayscale: #6A6A6A. Windows color (decimal): -4965722 or 10894004. OLE color: 10894004.

HSL color Cylindrical-coordinate representation of color #B43AA6: hue angle of 306.89º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43AA6 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18058166-
CMYK00.680.080.29
HSL306.89º51.26%46.67%-
HSV(B)306.89º67.78%70.59%-
XYZ27.2215.4837.63-
YUV106.79161.42180.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 58 (23.05% from 255) = 14.36%
BLUE value IS 166 (65.23% from 255) = 41.09%
R=44.55%
G=14.36%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805816600.680.080.29306.8951.2646.67
HexB43AA604481D133332f
Octal26472246010410354636357
Binary101101001110101010011001000100100011101100110011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43AA6; }

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

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

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

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

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

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

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

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