#B037AB

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

Shades of Fuchsia #B037AB

Tints of Fuchsia #B037AB

Color information

#B037AB (or 0xB037AB) is unknown color: approx Fuchsia. HEX triplet: B0, 37 and AB. RGB value is (176,55,171). Sum of RGB (Red+Green+Blue) = 176+55+171=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B037AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B037AB is #4FC854. Grayscale: #686868. Windows color (decimal): -5228629 or 11220912. OLE color: 11220912.

HSL color Cylindrical-coordinate representation of color #B037AB: hue angle of 302.48º 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 #B037AB is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17655171-
CMYK00.690.030.31
HSL302.48º52.38%45.29%-
HSV(B)302.48º68.75%69.02%-
XYZ26.6214.940-
YUV104.4165.59179.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 55 (21.88% from 255) = 13.68%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=43.78%
G=13.68%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765517100.690.030.31302.4852.3845.29
HexB037AB04531F12e342d
Octal2606725301053374566455
Binary1011000011011110101011010001011111111100101110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B037AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B037AB; }

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

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

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

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

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

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

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

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