Html Css Color HEX #B132AB Fuchsia

📋 copy color: '#B132AB'

red 177 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #B132AB

Tints of Fuchsia #B132AB

RGB

 RED value IS 177 (69.53% from 255) = 44.47%

 GREEN value IS 50 (19.92% from 255) = 12.56%

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

R = 44.47%
G = 12.56%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B132AB (or 0xB132AB) is known color: Fuchsia. HEX triplet: B1, 32 and AB. RGB value is (177,50,171). Sum of RGB (Red+Green+Blue) = 177+50+171=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B132AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B132AB is #4ECD54. Grayscale: #656565. Windows color (decimal): -5164373 or 11219633. OLE color: 11219633.

HSL color Cylindrical-coordinate representation of color #B132AB: hue angle of 302.83º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B132AB is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 50 171 -
CMYK 0 0.72 0.03 0.31
HSL 302.83º 0.56% 0.45% -
HSV(B) 302.83º 0.72% 0.69% -
XYZ 26.62 14.57 39.94 -
YUV 101.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 177 50 171 0 0.72 0.03 0.31 302.83 0.56 0.45
Hex B1 32 AB 0 48 3 1F 12F 38 2D
Octal 261 62 253 0 110 3 37 457 70 55
Binary 10110001 110010 10101011 0 1001000 11 11111 100101111 111000 101101

Color Harmonies of #B132AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132AB

Black with #B132AB

Text Example


Text Example

White with #B132AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132AB; }

 p { color: rgb(177,50,171); }

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

background-color css

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

 a { background-color: rgb(177,50,171); }

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

border-color css

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

 span { border-color: rgb(177,50,171); }

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