#b053b0

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

Shades of Fuchsia #B053B0

Tints of Fuchsia #B053B0

Color information

#B053B0 (or 0xB053B0) is unknown color: approx Fuchsia. HEX triplet: B0, 53 and B0. RGB value is (176,83,176). Sum of RGB (Red+Green+Blue) = 176+83+176=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B053B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053B0 is #4FAC4F. Grayscale: #797979. Windows color (decimal): -5221456 or 11555760. OLE color: 11555760.

HSL color Cylindrical-coordinate representation of color #B053B0: hue angle of 300º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B053B0 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17683176-
CMYK00.5300.31
HSL300º37.05%50.78%-
HSV(B)300º52.84%69.02%-
XYZ28.8318.5543.14-
YUV121.41158.81166.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 83 (32.81% from 255) = 19.08%
BLUE value IS 176 (69.14% from 255) = 40.46%
R=40.46%
G=19.08%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768317600.5300.3130037.0550.78
HexB053B003501F12c2533
Octal2601232600650374544563
Binary101100001010011101100000110101011111100101100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b053b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b053b0; }

 p { color: rgb(176,83,176); }

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

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

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

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

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

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

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