#B43AAA

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

Shades of Fuchsia #B43AAA

Tints of Fuchsia #B43AAA

Color information

#B43AAA (or 0xB43AAA) is unknown color: approx Fuchsia. HEX triplet: B4, 3A and AA. RGB value is (180,58,170). Sum of RGB (Red+Green+Blue) = 180+58+170=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B43AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43AAA is #4BC555. Grayscale: #6A6A6A. Windows color (decimal): -4965718 or 11156148. OLE color: 11156148.

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

Color convert

RGB18058170-
CMYK00.680.060.29
HSL304.92º51.26%46.67%-
HSV(B)304.92º67.78%70.59%-
XYZ27.5915.6339.59-
YUV107.25163.42179.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 58 (23.05% from 255) = 14.22%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=44.12%
G=14.22%
B=41.67%

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
Decimal1805817000.680.060.29304.9251.2646.67
HexB43AAA04461D131332f
Octal2647225201046354616357
Binary10110100111010101010100100010011011101100110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43AAA; }

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

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

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

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

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

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

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

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