#B438AC

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

Shades of Fuchsia #B438AC

Tints of Fuchsia #B438AC

Color information

#B438AC (or 0xB438AC) is unknown color: approx Fuchsia. HEX triplet: B4, 38 and AC. RGB value is (180,56,172). Sum of RGB (Red+Green+Blue) = 180+56+172=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B438AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B438AC is #4BC753. Grayscale: #696969. Windows color (decimal): -4966228 or 11286708. OLE color: 11286708.

HSL color Cylindrical-coordinate representation of color #B438AC: hue angle of 303.87º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B438AC is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18056172-
CMYK00.690.040.29
HSL303.87º52.54%46.27%-
HSV(B)303.87º68.89%70.59%-
XYZ27.6815.5140.56-
YUV106.3165.08180.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 56 (22.27% from 255) = 13.73%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=44.12%
G=13.73%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805617200.690.040.29303.8752.5446.27
HexB438AC04541D130352e
Octal2647025401054354606556
Binary10110100111000101011000100010110011101100110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438AC; }

 p { color: rgb(180,56,172); }

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

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

 a { background-color: rgb(180,56,172); }

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

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

 span { border-color: rgb(180,56,172); }

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