#B132A9

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

Shades of Fuchsia #B132A9

Tints of Fuchsia #B132A9

Color information

#B132A9 (or 0xB132A9) is unknown color: approx Fuchsia. HEX triplet: B1, 32 and A9. RGB value is (177,50,169). Sum of RGB (Red+Green+Blue) = 177+50+169=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B132A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B132A9 is #4ECD56. Grayscale: #656565. Windows color (decimal): -5164375 or 11088561. OLE color: 11088561.

HSL color Cylindrical-coordinate representation of color #B132A9: hue angle of 303.78º 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 #B132A9 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17750169-
CMYK00.720.050.31
HSL303.78º55.95%44.51%-
HSV(B)303.78º71.75%69.41%-
XYZ26.4314.4938.94-
YUV101.54166.08181.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 50 (19.92% from 255) = 12.63%
BLUE value IS 169 (66.41% from 255) = 42.68%
R=44.70%
G=12.63%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775016900.720.050.31303.7855.9544.51
HexB132A904851F130382d
Octal2616225101105374607055
Binary10110001110010101010010100100010111111100110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B132A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B132A9; }

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

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

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

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

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

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

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

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