#B051B7

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

Shades of Fuchsia #B051B7

Tints of Fuchsia #B051B7

Color information

#B051B7 (or 0xB051B7) is unknown color: approx Fuchsia. HEX triplet: B0, 51 and B7. RGB value is (176,81,183). Sum of RGB (Red+Green+Blue) = 176+81+183=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #B051B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051B7 is #4FAE48. Grayscale: #787878. Windows color (decimal): -5221961 or 12014000. OLE color: 12014000.

HSL color Cylindrical-coordinate representation of color #B051B7: hue angle of 295.88º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B051B7 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17681183-
CMYK0.040.5600.28
HSL295.88º41.46%51.76%-
HSV(B)295.88º55.74%71.76%-
XYZ29.3918.5346.83-
YUV121.03162.97167.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 183 (71.88% from 255) = 41.59%
R=40%
G=18.41%
B=41.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176811830.040.5600.28295.8841.4651.76
HexB051B743801C1282934
Octal2601212674700344505164
Binary10110000101000110110111100111000011100100101000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B051B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B051B7; }

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

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

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

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

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

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

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

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