Html Css Color HEX #B32EAC Fuchsia

📋 copy color: '#B32EAC'

red 179 ◦ green 46 ◦ blue 172

#B32EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B32EAC

Tints of Fuchsia #B32EAC

RGB

 RED value IS 179 (70.31% from 255) = 45.09%

 GREEN value IS 46 (18.36% from 255) = 11.59%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 45.09%
G = 11.59%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B32EAC (or 0xB32EAC) is known color: Fuchsia. HEX triplet: B3, 2E and AC. RGB value is (179,46,172). Sum of RGB (Red+Green+Blue) = 179+46+172=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B32EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32EAC is #4CD153. Grayscale: #636363. Windows color (decimal): -5034324 or 11284147. OLE color: 11284147.

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

Color convert

RGB 179 46 172 -
CMYK 0 0.74 0.04 0.30
HSL 303.16º 0.59% 0.44% -
HSV(B) 303.16º 0.74% 0.7% -
XYZ 27.01 14.52 40.41 -
YUV 100.13 168.56 184.25 -
System Red Green Blue C M Y K H S L
Decimal 179 46 172 0 0.74 0.04 0.30 303.16 0.59 0.44
Hex B3 2E AC 0 4A 4 1E 12F 3B 2C
Octal 263 56 254 0 112 4 36 457 73 54
Binary 10110011 101110 10101100 0 1001010 100 11110 100101111 111011 101100

Color Harmonies of #B32EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32EAC

Black with #B32EAC

Text Example


Text Example

White with #B32EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32EAC; }

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

 H1.HeaderClassName
 {
   color: #B32EAC;
 }
 .AnyTagClassName
 {
   color: #B32EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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