#B32FB1

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

Shades of Fuchsia #B32FB1

Tints of Fuchsia #B32FB1

Color information

#B32FB1 (or 0xB32FB1) is unknown color: approx Fuchsia. HEX triplet: B3, 2F and B1. RGB value is (179,47,177). Sum of RGB (Red+Green+Blue) = 179+47+177=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B32FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32FB1 is #4CD04E. Grayscale: #646464. Windows color (decimal): -5034063 or 11612083. OLE color: 11612083.

HSL color Cylindrical-coordinate representation of color #B32FB1: hue angle of 300.91º degrees, saturation: 0.58, 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 #B32FB1 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17947177-
CMYK00.740.010.30
HSL300.91º58.41%44.31%-
HSV(B)300.91º73.74%70.2%-
XYZ27.5414.7943-
YUV101.29170.73183.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 47 (18.75% from 255) = 11.66%
BLUE value IS 177 (69.53% from 255) = 43.92%
R=44.42%
G=11.66%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794717700.740.010.30300.9158.4144.31
HexB32FB104A11E12d3a2c
Octal2635726101121364557254
Binary101100111011111011000101001010111110100101101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32FB1; }

 p { color: rgb(179,47,177); }

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

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

 a { background-color: rgb(179,47,177); }

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

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

 span { border-color: rgb(179,47,177); }

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