Html Css Color HEX #B32FAB Fuchsia

📋 copy color: '#B32FAB'

red 179 ◦ green 47 ◦ blue 171

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

Shades of Fuchsia #B32FAB

Tints of Fuchsia #B32FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 45.09%
G = 11.84%
B = 43.07%

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

#B32FAB (or 0xB32FAB) is known color: Fuchsia. HEX triplet: B3, 2F and AB. RGB value is (179,47,171). Sum of RGB (Red+Green+Blue) = 179+47+171=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B32FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32FAB is #4CD054. Grayscale: #646464. Windows color (decimal): -5034069 or 11218867. OLE color: 11218867.

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

Color convert

RGB 179 47 171 -
CMYK 0 0.74 0.04 0.30
HSL 303.64º 0.58% 0.44% -
HSV(B) 303.64º 0.74% 0.7% -
XYZ 26.96 14.56 39.92 -
YUV 100.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 179 47 171 0 0.74 0.04 0.30 303.64 0.58 0.44
Hex B3 2F AB 0 4A 4 1E 130 3A 2C
Octal 263 57 253 0 112 4 36 460 72 54
Binary 10110011 101111 10101011 0 1001010 100 11110 100110000 111010 101100

Color Harmonies of #B32FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FAB

Black with #B32FAB

Text Example


Text Example

White with #B32FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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