Html Css Color HEX #B32CAB Fuchsia

📋 copy color: '#B32CAB'

red 179 ◦ green 44 ◦ blue 171

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

Shades of Fuchsia #B32CAB

Tints of Fuchsia #B32CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.17%

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

R = 45.43%
G = 11.17%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B32CAB (or 0xB32CAB) is known color: Fuchsia. HEX triplet: B3, 2C and AB. RGB value is (179,44,171). Sum of RGB (Red+Green+Blue) = 179+44+171=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B32CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32CAB is #4CD354. Grayscale: #626262. Windows color (decimal): -5034837 or 11218099. OLE color: 11218099.

HSL color Cylindrical-coordinate representation of color #B32CAB: hue angle of 303.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32CAB is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 44 171 -
CMYK 0 0.75 0.04 0.30
HSL 303.56º 0.61% 0.44% -
HSV(B) 303.56º 0.75% 0.7% -
XYZ 26.84 14.33 39.88 -
YUV 98.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 179 44 171 0 0.75 0.04 0.30 303.56 0.61 0.44
Hex B3 2C AB 0 4B 4 1E 130 3D 2C
Octal 263 54 253 0 113 4 36 460 75 54
Binary 10110011 101100 10101011 0 1001011 100 11110 100110000 111101 101100

Color Harmonies of #B32CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CAB

Black with #B32CAB

Text Example


Text Example

White with #B32CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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