Html Css Color HEX #B132B3 Fuchsia

📋 copy color: '#B132B3'

red 177 ◦ green 50 ◦ blue 179

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

Shades of Fuchsia #B132B3

Tints of Fuchsia #B132B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.09%

R = 43.6%
G = 12.32%
B = 44.09%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B132B3 (or 0xB132B3) is known color: Fuchsia. HEX triplet: B1, 32 and B3. RGB value is (177,50,179). Sum of RGB (Red+Green+Blue) = 177+50+179=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #B132B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132B3 is #4ECD4C. Grayscale: #666666. Windows color (decimal): -5164365 or 11743921. OLE color: 11743921.

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

Color convert

RGB 177 50 179 -
CMYK 0.01 0.72 0 0.30
HSL 299.07º 0.56% 0.45% -
HSV(B) 299.07º 0.72% 0.7% -
XYZ 27.41 14.88 44.08 -
YUV 102.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 177 50 179 0.01 0.72 0 0.30 299.07 0.56 0.45
Hex B1 32 B3 1 48 0 1E 12B 38 2D
Octal 261 62 263 1 110 0 36 453 70 55
Binary 10110001 110010 10110011 1 1001000 0 11110 100101011 111000 101101

Color Harmonies of #B132B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132B3

Black with #B132B3

Text Example


Text Example

White with #B132B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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