#B32EB0

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

Shades of Fuchsia #B32EB0

Tints of Fuchsia #B32EB0

Color information

#B32EB0 (or 0xB32EB0) is unknown color: approx Fuchsia. HEX triplet: B3, 2E and B0. RGB value is (179,46,176). Sum of RGB (Red+Green+Blue) = 179+46+176=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B32EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32EB0 is #4CD14F. Grayscale: #646464. Windows color (decimal): -5034320 or 11546291. OLE color: 11546291.

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

Color convert

RGB17946176-
CMYK00.740.020.30
HSL301.35º59.11%44.12%-
HSV(B)301.35º74.3%70.2%-
XYZ27.414.6742.46-
YUV100.59170.56183.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 46 (18.36% from 255) = 11.47%
BLUE value IS 176 (69.14% from 255) = 43.89%
R=44.64%
G=11.47%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794617600.740.020.30301.3559.1144.12
HexB32EB004A21E12d3b2c
Octal2635626001122364557354
Binary1011001110111010110000010010101011110100101101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32EB0; }

 p { color: rgb(179,46,176); }

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

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

 a { background-color: rgb(179,46,176); }

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

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

 span { border-color: rgb(179,46,176); }

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