Html Css Color HEX #B32FAA Fuchsia

📋 copy color: '#B32FAA'

red 179 ◦ green 47 ◦ blue 170

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

Shades of Fuchsia #B32FAA

Tints of Fuchsia #B32FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.87%

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 45.2%
G = 11.87%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B32FAA (or 0xB32FAA) is known color: Fuchsia. HEX triplet: B3, 2F and AA. RGB value is (179,47,170). Sum of RGB (Red+Green+Blue) = 179+47+170=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B32FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32FAA is #4CD055. Grayscale: #646464. Windows color (decimal): -5034070 or 11153331. OLE color: 11153331.

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

Color convert

RGB 179 47 170 -
CMYK 0 0.74 0.05 0.30
HSL 304.09º 0.58% 0.44% -
HSV(B) 304.09º 0.74% 0.7% -
XYZ 26.86 14.52 39.42 -
YUV 100.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 179 47 170 0 0.74 0.05 0.30 304.09 0.58 0.44
Hex B3 2F AA 0 4A 5 1E 130 3A 2C
Octal 263 57 252 0 112 5 36 460 72 54
Binary 10110011 101111 10101010 0 1001010 101 11110 100110000 111010 101100

Color Harmonies of #B32FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FAA

Black with #B32FAA

Text Example


Text Example

White with #B32FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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