#B035AC

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

Shades of Fuchsia #B035AC

Tints of Fuchsia #B035AC

Color information

#B035AC (or 0xB035AC) is unknown color: approx Fuchsia. HEX triplet: B0, 35 and AC. RGB value is (176,53,172). Sum of RGB (Red+Green+Blue) = 176+53+172=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B035AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B035AC is #4FCA53. Grayscale: #666666. Windows color (decimal): -5229140 or 11285936. OLE color: 11285936.

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

Color convert

RGB17653172-
CMYK00.700.020.31
HSL301.95º53.71%44.9%-
HSV(B)301.95º69.89%69.02%-
XYZ26.6214.7540.47-
YUV103.34166.75179.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 53 (21.09% from 255) = 13.22%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=43.89%
G=13.22%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765317200.700.020.31301.9553.7144.9
HexB035AC04621F12e362d
Octal2606525401062374566655
Binary1011000011010110101100010001101011111100101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B035AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B035AC; }

 p { color: rgb(176,53,172); }

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

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

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

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

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

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

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