#B43AA9

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

Shades of Fuchsia #B43AA9

Tints of Fuchsia #B43AA9

Color information

#B43AA9 (or 0xB43AA9) is unknown color: approx Fuchsia. HEX triplet: B4, 3A and A9. RGB value is (180,58,169). Sum of RGB (Red+Green+Blue) = 180+58+169=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B43AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43AA9 is #4BC556. Grayscale: #6A6A6A. Windows color (decimal): -4965719 or 11090612. OLE color: 11090612.

HSL color Cylindrical-coordinate representation of color #B43AA9: hue angle of 305.41º 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 #B43AA9 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18058169-
CMYK00.680.060.29
HSL305.41º51.26%46.67%-
HSV(B)305.41º67.78%70.59%-
XYZ27.515.5939.1-
YUV107.13162.92179.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 58 (23.05% from 255) = 14.25%
BLUE value IS 169 (66.41% from 255) = 41.52%
R=44.23%
G=14.25%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805816900.680.060.29305.4151.2646.67
HexB43AA904461D131332f
Octal2647225101046354616357
Binary10110100111010101010010100010011011101100110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43AA9; }

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

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

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

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

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

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

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

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