#b32fb8

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

Shades of Fuchsia #B32FB8

Tints of Fuchsia #B32FB8

Color information

#B32FB8 (or 0xB32FB8) is unknown color: approx Fuchsia. HEX triplet: B3, 2F and B8. RGB value is (179,47,184). Sum of RGB (Red+Green+Blue) = 179+47+184=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 184 - color contains mainly: blue. Hex color #B32FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FB8 is #4CD047. Grayscale: #656565. Windows color (decimal): -5034056 or 12070835. OLE color: 12070835.

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

Color convert

RGB17947184-
CMYK0.030.7400.28
HSL297.81º59.31%45.29%-
HSV(B)297.81º74.46%72.16%-
XYZ28.2615.0846.77-
YUV102.09174.23182.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 47 (18.75% from 255) = 11.46%
BLUE value IS 184 (72.27% from 255) = 44.88%
R=43.66%
G=11.46%
B=44.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179471840.030.7400.28297.8159.3145.29
HexB32FB834A01C12a3b2d
Octal2635727031120344527355
Binary1011001110111110111000111001010011100100101010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b32fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b32fb8; }

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

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

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

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

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

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

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

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