#B32EAC

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

Shades of Fuchsia #B32EAC

Tints of Fuchsia #B32EAC

Color information

#B32EAC (or 0xB32EAC) is unknown color: approx Fuchsia. HEX triplet: B3, 2E and AC. RGB value is (179,46,172). Sum of RGB (Red+Green+Blue) = 179+46+172=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B32EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32EAC is #4CD153. Grayscale: #636363. Windows color (decimal): -5034324 or 11284147. OLE color: 11284147.

HSL color Cylindrical-coordinate representation of color #B32EAC: hue angle of 303.16º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32EAC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17946172-
CMYK00.740.040.30
HSL303.16º59.11%44.12%-
HSV(B)303.16º74.3%70.2%-
XYZ27.0114.5240.41-
YUV100.13168.56184.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 46 (18.36% from 255) = 11.59%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=45.09%
G=11.59%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794617200.740.040.30303.1659.1144.12
HexB32EAC04A41E12f3b2c
Octal2635625401124364577354
Binary10110011101110101011000100101010011110100101111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32EAC; }

 p { color: rgb(179,46,172); }

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

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

 a { background-color: rgb(179,46,172); }

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

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

 span { border-color: rgb(179,46,172); }

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