#B036AB

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

Shades of Fuchsia #B036AB

Tints of Fuchsia #B036AB

Color information

#B036AB (or 0xB036AB) is unknown color: approx Fuchsia. HEX triplet: B0, 36 and AB. RGB value is (176,54,171). Sum of RGB (Red+Green+Blue) = 176+54+171=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B036AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B036AB is #4FC954. Grayscale: #676767. Windows color (decimal): -5228885 or 11220656. OLE color: 11220656.

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

Color convert

RGB17654171-
CMYK00.690.030.31
HSL302.46º53.04%45.1%-
HSV(B)302.46º69.32%69.02%-
XYZ26.5714.8139.99-
YUV103.82165.92179.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 54 (21.48% from 255) = 13.47%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=43.89%
G=13.47%
B=42.64%

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
Decimal1765417100.690.030.31302.4653.0445.1
HexB036AB04531F12e352d
Octal2606625301053374566555
Binary1011000011011010101011010001011111111100101110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B036AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B036AB; }

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

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

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

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

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

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

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

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