#B037AD

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

Shades of Fuchsia #B037AD

Tints of Fuchsia #B037AD

Color information

#B037AD (or 0xB037AD) is unknown color: approx Fuchsia. HEX triplet: B0, 37 and AD. RGB value is (176,55,173). Sum of RGB (Red+Green+Blue) = 176+55+173=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B037AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B037AD is #4FC852. Grayscale: #686868. Windows color (decimal): -5228627 or 11351984. OLE color: 11351984.

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

Color convert

RGB17655173-
CMYK00.690.020.31
HSL301.49º52.38%45.29%-
HSV(B)301.49º68.75%69.02%-
XYZ26.8114.9841.01-
YUV104.63166.59178.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 55 (21.88% from 255) = 13.61%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=43.56%
G=13.61%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765517300.690.020.31301.4952.3845.29
HexB037AD04521F12d342d
Octal2606725501052374556455
Binary1011000011011110101101010001011011111100101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B037AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B037AD; }

 p { color: rgb(176,55,173); }

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

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

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

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

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

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

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