#B031B2

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

Shades of Fuchsia #B031B2

Tints of Fuchsia #B031B2

Color information

#B031B2 (or 0xB031B2) is unknown color: approx Fuchsia. HEX triplet: B0, 31 and B2. RGB value is (176,49,178). Sum of RGB (Red+Green+Blue) = 176+49+178=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #B031B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B031B2 is #4FCE4D. Grayscale: #656565. Windows color (decimal): -5230158 or 11678128. OLE color: 11678128.

HSL color Cylindrical-coordinate representation of color #B031B2: hue angle of 299.07º degrees, saturation: 0.57, 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 #B031B2 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17649178-
CMYK0.010.7200.30
HSL299.07º56.83%44.51%-
HSV(B)299.07º72.47%69.8%-
XYZ27.0414.6443.52-
YUV101.68171.08181.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 49 (19.53% from 255) = 12.16%
BLUE value IS 178 (69.92% from 255) = 44.17%
R=43.67%
G=12.16%
B=44.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176491780.010.7200.30299.0756.8344.51
HexB031B214801E12b392d
Octal2606126211100364537155
Binary101100001100011011001011001000011110100101011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B031B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B031B2; }

 p { color: rgb(176,49,178); }

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

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

 a { background-color: rgb(176,49,178); }

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

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

 span { border-color: rgb(176,49,178); }

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