#B32FB4

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

Shades of Fuchsia #B32FB4

Tints of Fuchsia #B32FB4

Color information

#B32FB4 (or 0xB32FB4) is unknown color: approx Fuchsia. HEX triplet: B3, 2F and B4. RGB value is (179,47,180). Sum of RGB (Red+Green+Blue) = 179+47+180=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #B32FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FB4 is #4CD04B. Grayscale: #656565. Windows color (decimal): -5034060 or 11808691. OLE color: 11808691.

HSL color Cylindrical-coordinate representation of color #B32FB4: hue angle of 299.55º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32FB4 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17947180-
CMYK0.010.7400.29
HSL299.55º58.59%44.51%-
HSV(B)299.55º73.89%70.59%-
XYZ27.8514.9144.59-
YUV101.63172.23183.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 47 (18.75% from 255) = 11.58%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=44.09%
G=11.58%
B=44.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179471800.010.7400.29299.5558.5944.51
HexB32FB414A01D12c3b2d
Octal2635726411120354547355
Binary101100111011111011010011001010011101100101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32FB4; }

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

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

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

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

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

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

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

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