#B132AA

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

Shades of Fuchsia #B132AA

Tints of Fuchsia #B132AA

Color information

#B132AA (or 0xB132AA) is unknown color: approx Fuchsia. HEX triplet: B1, 32 and AA. RGB value is (177,50,170). Sum of RGB (Red+Green+Blue) = 177+50+170=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B132AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B132AA is #4ECD55. Grayscale: #656565. Windows color (decimal): -5164374 or 11154097. OLE color: 11154097.

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

Color convert

RGB17750170-
CMYK00.720.040.31
HSL303.31º55.95%44.51%-
HSV(B)303.31º71.75%69.41%-
XYZ26.5314.5339.44-
YUV101.65166.58181.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 50 (19.92% from 255) = 12.59%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=44.58%
G=12.59%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775017000.720.040.31303.3155.9544.51
HexB132AA04841F12f382d
Octal2616225201104374577055
Binary10110001110010101010100100100010011111100101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B132AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B132AA; }

 p { color: rgb(177,50,170); }

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

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

 a { background-color: rgb(177,50,170); }

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

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

 span { border-color: rgb(177,50,170); }

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