#B052B6

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

Shades of Fuchsia #B052B6

Tints of Fuchsia #B052B6

Color information

#B052B6 (or 0xB052B6) is unknown color: approx Fuchsia. HEX triplet: B0, 52 and B6. RGB value is (176,82,182). Sum of RGB (Red+Green+Blue) = 176+82+182=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #B052B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052B6 is #4FAD49. Grayscale: #797979. Windows color (decimal): -5221706 or 11948720. OLE color: 11948720.

HSL color Cylindrical-coordinate representation of color #B052B6: hue angle of 296.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B052B6 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17682182-
CMYK0.030.5500.29
HSL296.4º40.65%51.76%-
HSV(B)296.4º54.95%71.37%-
XYZ29.3718.6446.31-
YUV121.51162.14166.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 182 (71.48% from 255) = 41.36%
R=40%
G=18.64%
B=41.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176821820.030.5500.29296.440.6551.76
HexB052B633701D1282934
Octal2601222663670354505164
Binary1011000010100101011011011110111011101100101000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B052B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B052B6; }

 p { color: rgb(176,82,182); }

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

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

 a { background-color: rgb(176,82,182); }

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

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

 span { border-color: rgb(176,82,182); }

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