#B051B3

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

Shades of Fuchsia #B051B3

Tints of Fuchsia #B051B3

Color information

#B051B3 (or 0xB051B3) is unknown color: approx Fuchsia. HEX triplet: B0, 51 and B3. RGB value is (176,81,179). Sum of RGB (Red+Green+Blue) = 176+81+179=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #B051B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051B3 is #4FAE4C. Grayscale: #787878. Windows color (decimal): -5221965 or 11751856. OLE color: 11751856.

HSL color Cylindrical-coordinate representation of color #B051B3: hue angle of 298.16º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B051B3 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17681179-
CMYK0.020.5500.30
HSL298.16º39.2%50.98%-
HSV(B)298.16º54.75%70.2%-
XYZ28.9818.3744.67-
YUV120.58160.97167.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 81 (32.03% from 255) = 18.58%
BLUE value IS 179 (70.31% from 255) = 41.06%
R=40.37%
G=18.58%
B=41.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176811790.020.5500.30298.1639.250.98
HexB051B323701E12a2733
Octal2601212632670364524763
Binary1011000010100011011001110110111011110100101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B051B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B051B3; }

 p { color: rgb(176,81,179); }

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

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

 a { background-color: rgb(176,81,179); }

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

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

 span { border-color: rgb(176,81,179); }

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