#B332A9

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

Shades of Fuchsia #B332A9

Tints of Fuchsia #B332A9

Color information

#B332A9 (or 0xB332A9) is unknown color: approx Fuchsia. HEX triplet: B3, 32 and A9. RGB value is (179,50,169). Sum of RGB (Red+Green+Blue) = 179+50+169=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B332A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B332A9 is #4CCD56. Grayscale: #656565. Windows color (decimal): -5033303 or 11088563. OLE color: 11088563.

HSL color Cylindrical-coordinate representation of color #B332A9: hue angle of 304.65º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B332A9 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17950169-
CMYK00.720.060.30
HSL304.65º56.33%44.9%-
HSV(B)304.65º72.07%70.2%-
XYZ26.8914.7338.96-
YUV102.14165.74182.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 50 (19.92% from 255) = 12.56%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=44.97%
G=12.56%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795016900.720.060.30304.6556.3344.9
HexB332A904861E131382d
Octal2636225101106364617055
Binary10110011110010101010010100100011011110100110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B332A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B332A9; }

 p { color: rgb(179,50,169); }

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

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

 a { background-color: rgb(179,50,169); }

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

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

 span { border-color: rgb(179,50,169); }

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