#b132b4

Color #B132B4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B132B4

Tints of Fuchsia #B132B4

Color information

#B132B4 (or 0xB132B4) is unknown color: approx Fuchsia. HEX triplet: B1, 32 and B4. RGB value is (177,50,180). Sum of RGB (Red+Green+Blue) = 177+50+180=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #B132B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132B4 is #4ECD4B. Grayscale: #666666. Windows color (decimal): -5164364 or 11809457. OLE color: 11809457.

HSL color Cylindrical-coordinate representation of color #B132B4: hue angle of 298.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B132B4 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17750180-
CMYK0.020.7200.29
HSL298.62º56.52%45.1%-
HSV(B)298.62º72.22%70.59%-
XYZ27.5114.9244.61-
YUV102.79171.58180.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 50 (19.92% from 255) = 12.29%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=43.49%
G=12.29%
B=44.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177501800.020.7200.29298.6256.5245.1
HexB132B424801D12b392d
Octal2616226421100354537155
Binary1011000111001010110100101001000011101100101011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b132b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b132b4; }

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

 H1.HeaderClassName
 {
   color: #b132b4;
 }
 .AnyTagClassName
 {
   color: #b132b4;
 }
</style>
background-color css

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

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

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

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

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

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